File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ 1.0.0] ( https://github.com/baiwusanyu-c/unplugin-vue-cssvars/compare/v1.0.0-beta.5...v1.0.0 ) (2023-03-29)
2+
3+
4+ ### Bug Fixes
5+
6+ * delete excess injection code ([ #18 ] ( https://github.com/baiwusanyu-c/unplugin-vue-cssvars/issues/18 ) ) ([ 62285d6] ( https://github.com/baiwusanyu-c/unplugin-vue-cssvars/commit/62285d6adb4d1fbfa269a7293ad5073da620801a ) )
7+
8+
9+
110# [ 1.0.0-beta.5] ( https://github.com/baiwusanyu-c/unplugin-vue-cssvars/compare/v1.0.0-beta.2...v1.0.0-beta.5 ) (2023-03-28)
211
312
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const movePkgToRootDist = async() => {
1717 Reflect . deleteProperty ( content , 'devDependencies' )
1818 Reflect . deleteProperty ( content , 'eslintConfig' )
1919 content . scripts = {
20- publish : 'pnpm publish --no-git-checks --access public' ,
20+ publish : 'npm publish --no-git-checks --access public' ,
2121 }
2222 content . type = 'module'
2323 await fs . writeJson ( `${ distRoot } /package.json` , content , { spaces : 2 } )
You can’t perform that action at this time.
0 commit comments