diff --git a/CHANGELOG.md b/CHANGELOG.md index a84f628af..af52a6675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -## 1.65.1 - -* Update abs-percent deprecatedIn version to `1.65.0`. - ## 1.65.0 * All functions defined in CSS Values and Units 4 are now parsed as calculation diff --git a/lib/src/deprecation.dart b/lib/src/deprecation.dart index 5ea363008..01f9d2e4e 100644 --- a/lib/src/deprecation.dart +++ b/lib/src/deprecation.dart @@ -57,7 +57,7 @@ enum Deprecation { /// Deprecation for passing percentages to the Sass abs() function. absPercent('abs-percent', - deprecatedIn: '1.65.0', + deprecatedIn: '1.64.0', description: 'Passing percentages to the Sass abs() function.'), duplicateVariableFlags('duplicate-var-flags', diff --git a/pkg/sass_api/CHANGELOG.md b/pkg/sass_api/CHANGELOG.md index 8f6bc69e0..ce62f329d 100644 --- a/pkg/sass_api/CHANGELOG.md +++ b/pkg/sass_api/CHANGELOG.md @@ -1,7 +1,3 @@ -## 8.1.1 - -* No user-visible changes. - ## 8.1.0 * No user-visible changes. diff --git a/pkg/sass_api/pubspec.yaml b/pkg/sass_api/pubspec.yaml index 852bb7a70..23d5acb14 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: 8.1.1 +version: 8.1.0 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.65.1 + sass: 1.65.0 dev_dependencies: dartdoc: ^5.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 00b231a59..1ad532724 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.65.1 +version: 1.65.0 description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass