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 e2fa199 commit 5ba54ebCopy full SHA for 5ba54eb
.changeset/serious-houses-perform.md
@@ -0,0 +1,7 @@
1
+---
2
+'@mohalla-tech/atomizer-tailwindcss-migrator': major
3
4
+
5
+Major release
6
7
+this is stable release, with all the features implemented.
package.json
@@ -6,7 +6,8 @@
"scripts": {
"ci:publish": "pnpm publish --no-git-checks --access public",
8
"lint": "eslint . --ext .js",
9
- "ci:release": "changeset publish"
+ "ci:release": "changeset publish",
10
+ "changeset": "changeset"
11
},
12
"bin": {
13
"tw-mg": "./src/index.js"
0 commit comments