We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc2a8d commit 6627a92Copy full SHA for 6627a92
3 files changed
.github/workflows/ci.yml
@@ -174,8 +174,6 @@ jobs:
174
with: {node-version: "${{ env.DEFAULT_NODE_VERSION }}"}
175
- name: Deploy
176
run: dart pub run grinder pkg-npm-deploy
177
- env:
178
- NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
179
180
deploy_pub:
181
name: "Deploy Pub"
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.5.2
2
+
3
+* No user-visible changes.
4
5
## 2.5.1
6
7
* No user-visible changes.
pubspec.yaml
@@ -1,5 +1,5 @@
name: sass_migrator
-version: 2.5.1
+version: 2.5.2
description: A tool for running migrations on Sass files
homepage: https://github.com/sass/migrator
0 commit comments