File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
7474
7575 - name : Release
76- run : gh release upload "$GITHUB_REF_NAME" build-*/* --repo "$GITHUB_ACTION_REPOSITORY "
76+ run : gh release upload "$GITHUB_REF_NAME" build-*/* --repo "$GITHUB_REPOSITORY "
7777 env :
7878 GH_TOKEN : " ${{ secrets.GH_TOKEN }}"
7979
@@ -183,7 +183,7 @@ jobs:
183183 steps :
184184 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
185185 with :
186- persist-credentials : false
186+ persist-credentials : true
187187 token : ${{ secrets.GH_TOKEN }}
188188 # Set up .npmrc file to publish to npm
189189 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
Original file line number Diff line number Diff line change 1+ ## 1.101.5
2+
3+ * No user-visible changes.
4+
15## 1.101.4
26
37* Avoid emitting ` rgb() ` or ` rgba() ` functions with non-percent decimal
Original file line number Diff line number Diff line change 1+ ## 0.4.51
2+
3+ * No user-visible changes.
4+
15## 0.4.50
26
37* No user-visible changes.
Original file line number Diff line number Diff line change 11{
22 "name" : " sass-parser" ,
3- "version" : " 0.4.50 " ,
3+ "version" : " 0.4.51 " ,
44 "description" : " A PostCSS-compatible wrapper of the official Sass parser" ,
55 "repository" : " sass/dart-sass" ,
66 "author" : " Google Inc." ,
Original file line number Diff line number Diff line change 1+ ## 17.7.5
2+
3+ * No user-visible changes.
4+
15## 17.7.4
26
37* No user-visible changes.
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: sass_api
22# Note: Every time we add a new Sass AST node, we need to bump the *major*
33# version because it's a breaking change for anyone who's implementing the
44# visitor interface(s).
5- version : 17.7.4
5+ version : 17.7.5
66description : Additional APIs for Dart Sass.
77homepage : https://github.com/sass/dart-sass
88
99environment :
1010 sdk : " >=3.6.0 <4.0.0"
1111
1212dependencies :
13- sass : 1.101.4
13+ sass : 1.101.5
1414
1515dev_dependencies :
1616 dartdoc : " >=8.0.14 <10.0.0"
Original file line number Diff line number Diff line change 11name : sass
2- version : 1.101.4
2+ version : 1.101.5
33description : A Sass implementation in Dart.
44homepage : https://github.com/sass/dart-sass
55
You can’t perform that action at this time.
0 commit comments