Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Update Dart Sass version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
sassbot committed Apr 1, 2022
1 parent d0e4e6c commit a5d370c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.49.11

* Add support for 64-bit ARM releases on Linux.

### Embedded Sass

* The embedded compiler now correctly sets the `id` field for all
`OutboundMessage`s.

## 1.49.10

* Quiet deps mode now silences compiler warnings in mixins and functions that
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ packages:
name: sass
url: "https://pub.dartlang.org"
source: hosted
version: "1.49.10"
version: "1.49.11"
sass_analysis:
dependency: "direct dev"
description:
Expand All @@ -331,7 +331,7 @@ packages:
name: sass_api
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0-beta.39"
version: "1.0.0-beta.40"
shelf:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass_embedded
version: 1.49.11-dev
version: 1.49.11
description: An implementation of the Sass embedded protocol using Dart Sass.
homepage: https://github.com/sass/dart-sass-embedded

Expand All @@ -14,7 +14,7 @@ dependencies:
meta: ^1.1.0
path: ^1.6.0
protobuf: ^2.0.0
sass: 1.49.10
sass: 1.49.11
sass_api: ^1.0.0-beta.5
source_span: ^1.1.0
stack_trace: ^1.6.0
Expand Down

0 comments on commit a5d370c

Please sign in to comment.