Skip to content

Commit 86a2f42

Browse files
committed
Revert "Update abs-percent deprecatedIn version (#2057)"
This reverts commit bb24476.
1 parent 4a86812 commit 86a2f42

File tree

5 files changed

+4
-12
lines changed

5 files changed

+4
-12
lines changed

CHANGELOG.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## 1.65.1
2-
3-
* Update abs-percent deprecatedIn version to `1.65.0`.
4-
51
## 1.65.0
62

73
* All functions defined in CSS Values and Units 4 are now parsed as calculation

lib/src/deprecation.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ enum Deprecation {
5757

5858
/// Deprecation for passing percentages to the Sass abs() function.
5959
absPercent('abs-percent',
60-
deprecatedIn: '1.65.0',
60+
deprecatedIn: '1.64.0',
6161
description: 'Passing percentages to the Sass abs() function.'),
6262

6363
duplicateVariableFlags('duplicate-var-flags',

pkg/sass_api/CHANGELOG.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## 8.1.1
2-
3-
* No user-visible changes.
4-
51
## 8.1.0
62

73
* No user-visible changes.

pkg/sass_api/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: sass_api
22
# Note: Every time we add a new Sass AST node, we need to bump the *major*
33
# version because it's a breaking change for anyone who's implementing the
44
# visitor interface(s).
5-
version: 8.1.1
5+
version: 8.1.0
66
description: Additional APIs for Dart Sass.
77
homepage: https://github.com/sass/dart-sass
88

99
environment:
1010
sdk: ">=3.0.0 <4.0.0"
1111

1212
dependencies:
13-
sass: 1.65.1
13+
sass: 1.65.0
1414

1515
dev_dependencies:
1616
dartdoc: ^5.0.0

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.65.1
2+
version: 1.65.0
33
description: A Sass implementation in Dart.
44
homepage: https://github.com/sass/dart-sass
55

0 commit comments

Comments
 (0)