From 658eb70b55e12fefcc920651d3a6ebbd74121436 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Wed, 21 Jun 2023 14:50:07 -0700 Subject: [PATCH] Cut a release (#2025) This allows us to release sass/embedded-host-node#231. --- CHANGELOG.md | 4 ++++ package.json | 3 +++ pkg/sass_api/CHANGELOG.md | 4 ++++ pkg/sass_api/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bca6ba36..5ee952d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ * Fix `import sass from 'sass'` again after it was broken in the last release. +### Embedded Sass + +* Fix the `exports` declaration in `package.json`. + ## 1.63.5 ### JavaScript API diff --git a/package.json b/package.json index 823058eef..531856ade 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,8 @@ "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", "intercept-stdout": "^0.1.2" + }, + "dependencies": { + "sass": "^1.63.5" } } diff --git a/pkg/sass_api/CHANGELOG.md b/pkg/sass_api/CHANGELOG.md index eb1cdb918..8d5b9eeff 100644 --- a/pkg/sass_api/CHANGELOG.md +++ b/pkg/sass_api/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.1.6 + +* No user-visible changes. + ## 7.1.5 * No user-visible changes. diff --git a/pkg/sass_api/pubspec.yaml b/pkg/sass_api/pubspec.yaml index d34766a14..960cba9a5 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: 7.1.5 +version: 7.1.6 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.63.5 + sass: 1.63.6 dev_dependencies: dartdoc: ^5.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 7616bb5d3..6876e8df5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.63.6-dev +version: 1.63.6 description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass