File tree Expand file tree Collapse file tree 2 files changed +43
-3
lines changed Expand file tree Collapse file tree 2 files changed +43
-3
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+
4+ ## v1.0.0-alpha.1
5+
6+
7+ ### 🚀 Enhancements
8+
9+ - Add components && imports (e3cedcf)
10+ - Add options (561fb2b)
11+ - Add types (3174611)
12+
13+ ### 🩹 Fixes
14+
15+ - Change type (964e29d)
16+ - Delete resolver (b439624)
17+
18+ ### 🏡 Chore
19+
20+ - Init project (098eb21)
21+ - Change description (327f656)
22+ - Library rename (503ff76)
23+ - Update readme (b50475b)
24+ - Update gitignore (5fda760)
25+ - Change version (4dedd70)
26+ - Add build bundler (ffc2cd6)
27+ - Add publish config (437621d)
28+
29+ ### 🤖 CI
30+
31+ - Add workflow (a932d7d)
32+ - Update readme (055e7d2)
33+ - Update readme (0ce5887)
34+ - Update eslintignore (f166955)
35+
36+ ### ❤️ Contributors
37+
38+ - Aibayanyu20 < aibayanyu@qq.com >
39+ - Aibayanyu < aibayanyu@qq.com >
40+
Original file line number Diff line number Diff line change 11{
22 "name" : " @ant-design-vue/nuxt" ,
3- "version" : " 1.0.0-alpha.0 " ,
3+ "version" : " 1.0.0-alpha.1 " ,
44 "description" : " ant-design-vue-nuxt module" ,
55 "repository" : " vueComponent/ant-design-vue-nuxt" ,
66 "license" : " MIT" ,
2626 "dev:build" : " nuxi build playground" ,
2727 "dev:prepare" : " nuxt-module-build --stub && nuxi prepare playground" ,
2828 "release" : " npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags" ,
29- "build" :" npm run lint && npm run test && npm run prepack" ,
29+ "build" : " npm run lint && npm run test && npm run prepack" ,
3030 "changelog" : " changelogen --release --prerelease --output CHANGELOG.md" ,
3131 "lint" : " eslint ." ,
3232 "test" : " vitest run" ,
5252 "nuxt" : " ^3.5.1" ,
5353 "vitest" : " ^0.31.1"
5454 }
55- }
55+ }
You can’t perform that action at this time.
0 commit comments