File tree Expand file tree Collapse file tree 3 files changed +4
-24
lines changed Expand file tree Collapse file tree 3 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -181,20 +181,6 @@ jobs:
181
181
skip_cleanup : true
182
182
on : {tags: true}
183
183
184
- # Deploy to Chocolatey.
185
- - name : Chocolatey
186
- if : *deploy-if
187
- os : windows
188
- env :
189
- # CHOCOLATEY_TOKEN="..."
190
- - secure : " EnII3YAGESEl9g9rQDcrL1Sw9eww80VJP0qZHz8Da07GB0hUrDQBJ372Zs2A4qaH/GOm7cknszEPOnkE4w3IBwe5idj31Q+WJbcvqqAB1gex3bLYyStdHeohculqmPgpuEPD3yVT59viJIn6L9+GEKNtnCygDpgxMilXzDIXi6vtLqovJc6q09i7XCSnf2IVjzKv0VBSUV0lU9QOZui5/zLN0sCSzE8QKYj0QSoQ8Th3ZTuWn3/CtRYhIaw4/12oepHyXRvieMeNGnhv8O4d1lAOiXKn28COJWA+xvCOZSxIrBCc0k8VzanYftTcp1Zf0Lxkm0ObmFXWaoHATFWjkvW6G34kQrzRpUlWUMmxIxBukHc2ZFuGnVi6pL9ANI8BVh6m8M1ojRqtKCFvBbgDDdxD7qqBQSfdtssEL+m6O0U9A5/xnQxHPbuyL/Y9ww9p/ohEFaaF3MK/qjiWKQJR+TXspmNDBhFC+w2vQ6zetEx787V6POS8ma5MX1+WWOecDtaDuEMv4bzjkTuYk9tuBC4GR/KrdUNbFtcNXCk5To4Du4FBdOW/+yoVg+ZHtgOzSDehgMJMeFM2fTYNt55iwmjwDyS4XcqsWoHHCDMEhIcuXL5XV5VBENFgs98EGofja70Lp05oLH2W7100OuyG0H18lpECx15OXSFnHQh+91g="
191
- script : skip
192
- deploy :
193
- provider : script
194
- script : pub run grinder pkg-chocolatey-deploy
195
- skip_cleanup : true
196
- on : {tags: true}
197
-
198
184
# Redeploy sass-lang.com.
199
185
- name : sass-lang.com
200
186
if : *deploy-if
Original file line number Diff line number Diff line change 1
- ## 1.26.0-test.3
1
+ ## 1.26.0
2
2
3
- * No user-visible changes.
4
-
5
- ## 1.26.0-test.2
6
-
7
- * ` @use ` rules whose URLs' basenames begin with ` _ ` now correctly exclude that
8
- ` _ ` from the rules' namespaces.
3
+ * ** Potentially breaking bug fix:** ` @use ` rules whose URLs' basenames begin
4
+ with ` _ ` now correctly exclude that ` _ ` from the rules' namespaces.
9
5
10
6
* Fix a bug where imported forwarded members weren't visible in mixins and
11
7
functions that were defined before the ` @import ` .
12
8
13
- ## 1.26.0-test.1
14
-
15
9
* Don't throw errors if the exact same member is loaded or forwarded from
16
10
multiple modules at the same time.
17
11
Original file line number Diff line number Diff line change 1
1
name : sass
2
- version : 1.26.0-test.3
2
+ version : 1.26.0
3
3
description : A Sass implementation in Dart.
4
4
author : Sass Team
5
5
homepage : https://github.com/sass/dart-sass
You can’t perform that action at this time.
0 commit comments