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 25, 2023
1 parent 6f1305c commit 152754e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 24 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.62.1

* Fix a bug where `:has(+ &)` and related constructs would drop the leading
combinator.

## 1.62.0

* Deprecate the use of multiple `!global` or `!default` flags on the same
Expand Down
42 changes: 21 additions & 21 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: a36ec4843dc30ea6bf652bf25e3448db6c5e8bcf4aa55f063a5d1dad216d8214
sha256: "8880b4cfe7b5b17d57c052a5a3a8cc1d4f546261c7cc8fbd717bd53f48db0568"
url: "https://pub.dev"
source: hosted
version: "58.0.0"
version: "59.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: cc4242565347e98424ce9945c819c192ec0838cb9d1f6aa4a97cc96becbc5b27
sha256: a89627f49b0e70e068130a36571409726b04dab12da7e5625941d2c8ec278b96
url: "https://pub.dev"
source: hosted
version: "5.10.0"
version: "5.11.1"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -293,18 +293,18 @@ packages:
dependency: transitive
description:
name: petitparser
sha256: a9346a3fbba7546a28374bdbcd7f54ea48bb47772bf3a7ab4bfaadc40bc8b8c6
sha256: cb3798bef7fc021ac45b308f4b51208a152792445cce0448c9a4ba5879dd8750
url: "https://pub.dev"
source: hosted
version: "5.3.0"
version: "5.4.0"
pointycastle:
dependency: transitive
description:
name: pointycastle
sha256: c3120a968135aead39699267f4c74bc9a08e4e909e86bc1b0af5bfd78691123c
sha256: "7c1e5f0d23c9016c5bbd8b1473d0d3fb3fc851b876046039509e18e0c7485f2c"
url: "https://pub.dev"
source: hosted
version: "3.7.2"
version: "3.7.3"
pool:
dependency: transitive
description:
Expand Down Expand Up @@ -357,27 +357,27 @@ packages:
dependency: "direct main"
description:
name: sass
sha256: "2ed4971a0b2acf0f5927e45988abe910cbebb467ba396503976d3556ee5af730"
sha256: cb18c7093e4e6ebabba6efbcbb9926238ca9932e3bf6c553dc811a89e1524b28
url: "https://pub.dev"
source: hosted
version: "1.62.0"
version: "1.62.1"
sass_analysis:
dependency: "direct dev"
description:
path: analysis
ref: HEAD
resolved-ref: c55235d166591e86ed342a1b5937b3d600e4d4de
resolved-ref: "8dddcb7b7db13984fea69fa85438acf30b56b4bb"
url: "https://github.com/sass/dart-sass.git"
source: git
version: "0.0.0"
sass_api:
dependency: "direct main"
description:
name: sass_api
sha256: "712eeb6707214c9712eb5032a7e23c496f080a965c54e9e2b2efa885296fd3cb"
sha256: "6901d0dd784a981946f7eb2cfc6cf2c3e24662230048375d28f4859797907052"
url: "https://pub.dev"
source: hosted
version: "6.3.0"
version: "7.0.0"
shelf:
dependency: transitive
description:
Expand Down Expand Up @@ -478,26 +478,26 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: "3dac9aecf2c3991d09b9cdde4f98ded7b30804a88a0d7e4e7e1678e78d6b97f4"
sha256: "4f92f103ef63b1bbac6f4bd1930624fca81b2574464482512c4f0896319be575"
url: "https://pub.dev"
source: hosted
version: "1.24.1"
version: "1.24.2"
test_api:
dependency: transitive
description:
name: test_api
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
sha256: daadc9baabec998b062c9091525aa95786508b1c48e9c30f1f891b8bf6ff2e64
url: "https://pub.dev"
source: hosted
version: "0.5.1"
version: "0.5.2"
test_core:
dependency: transitive
description:
name: test_core
sha256: "5138dbffb77b2289ecb12b81c11ba46036590b72a64a7a90d6ffb880f1a29e93"
sha256: "3642b184882f79e76ca57a9230fb971e494c3c1fd09c21ae3083ce891bcc0aa1"
url: "https://pub.dev"
source: hosted
version: "0.5.1"
version: "0.5.2"
test_descriptor:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -534,10 +534,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: f6deed8ed625c52864792459709183da231ebf66ff0cf09e69b573227c377efe
sha256: "518254c0d3ee20667a1feef39eefe037df87439851e4b3cb277e5b3f37afa2f0"
url: "https://pub.dev"
source: hosted
version: "11.3.0"
version: "11.4.0"
watcher:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass_embedded
version: 1.62.0
version: 1.62.1
description: An implementation of the Sass embedded protocol using Dart Sass.
homepage: https://github.com/sass/dart-sass-embedded
environment:
Expand All @@ -11,8 +11,8 @@ dependencies:
meta: ^1.1.0
path: ^1.6.0
protobuf: ^2.0.0
sass: 1.62.0
sass_api: ^6.3.0
sass: 1.62.1
sass_api: ^7.0.0
source_span: ^1.1.0
stack_trace: ^1.6.0
stream_channel: ">=1.6.0 <3.0.0"
Expand Down

0 comments on commit 152754e

Please sign in to comment.