Skip to content

Commit c959fb0

Browse files
committed
reset changelogs
1 parent f9d49a0 commit c959fb0

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## 1.80.5-dev
1+
## 1.80.5
22

3-
* No user-visible changes.
3+
### Embedded Host
4+
5+
* Don't produce phantom `@import` deprecations when using an importer with the
6+
legacy API.
47

58
## 1.80.4
69

pkg/sass-parser/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.4.2-dev
1+
## 0.4.2
22

33
* Add support for parsing variable declarations.
44

pkg/sass-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-parser",
3-
"version": "0.4.2-dev",
3+
"version": "0.4.2",
44
"description": "A PostCSS-compatible wrapper of the official Sass parser",
55
"repository": "sass/sass",
66
"author": "Google Inc.",
@@ -38,7 +38,7 @@
3838
"@types/jest": "^29.5.12",
3939
"copyfiles": "^2.4.1",
4040
"expect": "^29.7.0",
41-
"gts": "^6.0.2",
41+
"gts": "^5.0.0",
4242
"jest": "^29.4.1",
4343
"jest-extended": "^4.0.2",
4444
"npm-run-all": "^4.1.5",

pkg/sass_api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 14.1.1-dev
1+
## 14.1.1
22

33
* No user-visible changes.
44

pkg/sass_api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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: 14.1.1-dev
5+
version: 14.1.1
66
description: Additional APIs for Dart Sass.
77
homepage: https://github.com/sass/dart-sass
88

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.80.5-dev
2+
version: 1.80.5
33
description: A Sass implementation in Dart.
44
homepage: https://github.com/sass/dart-sass
55

0 commit comments

Comments
 (0)