From 1137797f1731c23e2c7f317a27b40319d57d09b5 Mon Sep 17 00:00:00 2001 From: Jennifer Thakar Date: Wed, 3 Apr 2024 16:41:00 -0700 Subject: [PATCH] Fix bulma and release 1.74.1 (#2210) --- .github/workflows/test-vendor.yml | 2 +- CHANGELOG.md | 4 ++++ pkg/sass_api/CHANGELOG.md | 4 ++++ pkg/sass_api/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-vendor.yml b/.github/workflows/test-vendor.yml index e2d51825e..5e71017a1 100644 --- a/.github/workflows/test-vendor.yml +++ b/.github/workflows/test-vendor.yml @@ -69,4 +69,4 @@ jobs: - run: dart run grinder fetch-bulma env: {GITHUB_BEARER_TOKEN: "${{ secrets.GITHUB_TOKEN }}"} - name: Build - run: dart bin/sass.dart --quiet build/bulma/bulma.sass build/bulma-output.css + run: dart bin/sass.dart --quiet build/bulma/bulma.scss build/bulma-output.css diff --git a/CHANGELOG.md b/CHANGELOG.md index 98eaad010..1979177f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.74.1 + +* No user-visible changes. + ## 1.74.0 ### JS API diff --git a/pkg/sass_api/CHANGELOG.md b/pkg/sass_api/CHANGELOG.md index 32421eb86..304ec3549 100644 --- a/pkg/sass_api/CHANGELOG.md +++ b/pkg/sass_api/CHANGELOG.md @@ -1,3 +1,7 @@ +## 10.1.1 + +* No user-visible changes. + ## 10.1.0 * No user-visible changes. diff --git a/pkg/sass_api/pubspec.yaml b/pkg/sass_api/pubspec.yaml index c6b9f287b..1adf7da2c 100644 --- a/pkg/sass_api/pubspec.yaml +++ b/pkg/sass_api/pubspec.yaml @@ -2,7 +2,7 @@ name: sass_api # Note: Every time we add a new Sass AST node, we need to bump the *major* # version because it's a breaking change for anyone who's implementing the # visitor interface(s). -version: 10.1.0 +version: 10.1.1 description: Additional APIs for Dart Sass. homepage: https://github.com/sass/dart-sass @@ -10,7 +10,7 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - sass: 1.74.0 + sass: 1.74.1 dev_dependencies: dartdoc: ^6.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 9fada08e3..e37160085 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.74.0 +version: 1.74.1 description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass