Skip to content

Commit

Permalink
Update the embedded compiler changelog on release (#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Feb 1, 2022
1 parent a5b38e2 commit 0070b0e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -456,6 +456,7 @@ jobs:
sed -i 's/version: .*/version: ${{ steps.version.outputs.version }}/' pubspec.yaml
dart pub remove sass
dart pub add sass:${{ steps.version.outputs.version }}
curl https://raw.githubusercontent.com/sass/dart-sass/${{ steps.version.outputs.version }}/CHANGELOG.md > CHANGELOG.md
- uses: EndBug/add-and-commit@v8
with:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## 1.49.4
## 1.49.5

### Embedded Sass

Expand All @@ -8,6 +8,10 @@
* First stable release of the `sass_embedded` pub package that contains the
Embedded Dart Sass compiler.

## 1.49.4

* No user-visible changes.

## 1.49.3

* No user-visible changes.
Expand Down
4 changes: 4 additions & 0 deletions pkg/sass_api/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.0.0-beta.34

* No user-visible changes.

## 1.0.0-beta.33

* No user-visible changes.
Expand Down
4 changes: 2 additions & 2 deletions pkg/sass_api/pubspec.yaml
Expand Up @@ -2,15 +2,15 @@ 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: 1.0.0-beta.33
version: 1.0.0-beta.34
description: Additional APIs for Dart Sass.
homepage: https://github.com/sass/dart-sass

environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
sass: 1.49.4
sass: 1.49.5

dependency_overrides:
sass: {path: ../..}
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: sass
version: 1.49.4
version: 1.49.5
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass

Expand Down

0 comments on commit 0070b0e

Please sign in to comment.