File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
- ## v1.1 .0
4
+ ## v1.0 .0
5
5
6
- [ compare changes] ( https://undefined/undefined/compare/v1.0.0-alpha.1...v1.1 .0 )
6
+ [ compare changes] ( https://undefined/undefined/compare/v1.0.0-alpha.1...v1.0 .0 )
7
7
8
8
9
9
### 🚀 Enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ant-design-vue/nuxt" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " ant-design-vue-nuxt module" ,
5
5
"repository" : " vueComponent/ant-design-vue-nuxt" ,
6
6
"license" : " MIT" ,
27
27
"dev:prepare" : " nuxt-module-build --stub && nuxi prepare playground" ,
28
28
"release" : " npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags" ,
29
29
"build" : " npm run lint && npm run test && npm run prepack" ,
30
- "changelog" : " changelogen --release --prerelease -- output CHANGELOG.md" ,
30
+ "changelog" : " changelogen --release --output CHANGELOG.md" ,
31
31
"lint" : " eslint ." ,
32
32
"test" : " vitest run" ,
33
33
"test:watch" : " vitest watch"
48
48
"nuxt" : " ^3.5.1" ,
49
49
"vitest" : " ^0.31.1"
50
50
}
51
- }
51
+ }
You can’t perform that action at this time.
0 commit comments