mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
Release 32-bit ARM on Linux (#1704)
This commit is contained in:
parent
016ab24ebd
commit
7e91457607
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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]
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 3.0.2
|
||||
|
||||
* No user-visible changes.
|
||||
|
||||
## 3.0.1
|
||||
|
||||
* No user-visible chances.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user