mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 13:51:31 +01:00
Fix macOS arm64 build and release a new version (#1906)
* Revert "Remove workaround for dart-lang/setup-dart#59 (#1904)" This reverts commit 434f2b99f154c14dc5754ed1566d1b788a3e126a. * Bump version
This commit is contained in:
parent
8f8138dfab
commit
d0ca8e0bc9
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -332,14 +332,20 @@ jobs:
|
||||
include:
|
||||
- runner: macos-latest
|
||||
platform: macos-x64
|
||||
architecture: x64
|
||||
- runner: self-hosted
|
||||
platform: macos-arm64
|
||||
architecture: arm64
|
||||
- runner: windows-latest
|
||||
platform: windows
|
||||
architecture: x64
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dart-lang/setup-dart@v1
|
||||
# Workaround for dart-lang/setup-dart#59
|
||||
with:
|
||||
architecture: ${{ matrix.architecture }}
|
||||
- run: dart pub get
|
||||
- name: Deploy
|
||||
run: dart run grinder pkg-github-${{ matrix.platform }}
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 1.59.1
|
||||
|
||||
* No user-visible changes.
|
||||
|
||||
## 1.59.0
|
||||
|
||||
### Command Line Interface
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 6.0.1
|
||||
|
||||
* No user-visible changes.
|
||||
|
||||
## 6.0.0
|
||||
|
||||
* **Breaking change:** All selector AST node constructors now require a
|
||||
|
@ -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: 6.0.0
|
||||
version: 6.0.1
|
||||
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.59.0
|
||||
sass: 1.59.1
|
||||
|
||||
dev_dependencies:
|
||||
dartdoc: ^5.0.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: sass
|
||||
version: 1.59.0
|
||||
version: 1.59.1
|
||||
description: A Sass implementation in Dart.
|
||||
homepage: https://github.com/sass/dart-sass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user