Release 32-bit ARM on Linux (#1704)

This commit is contained in:
Jennifer Thakar 2022-08-30 16:46:39 -07:00 committed by GitHub
parent 016ab24ebd
commit 7e91457607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 6 deletions

View File

@ -298,9 +298,8 @@ jobs:
strategy:
matrix:
include:
# https://github.com/dart-lang/sdk/pull/48665
# - arch: arm
# platform: linux/arm/v7
- arch: arm
platform: linux/arm/v7
- arch: arm64
platform: linux/arm64
needs: [deploy_github_linux]

View File

@ -1,3 +1,7 @@
## 1.54.7
* Add support for 32-bit ARM releases on Linux.
## 1.54.6
* Fix a bug where a `@media` query could be incorrectly omitted from a

View File

@ -1,3 +1,7 @@
## 3.0.2
* No user-visible changes.
## 3.0.1
* No user-visible chances.

View File

@ -2,7 +2,7 @@ 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: 3.0.1
version: 3.0.2
description: Additional APIs for Dart Sass.
homepage: https://github.com/sass/dart-sass
@ -10,7 +10,7 @@ environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
sass: 1.54.6
sass: 1.54.7
dev_dependencies:
dartdoc: ^5.0.0

View File

@ -1,5 +1,5 @@
name: sass
version: 1.54.6
version: 1.54.7
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass