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
5+
6+
7+ ### 🚀 Enhancements
8+
9+ - Add components && imports (e3cedcf)
10+ - Add options (561fb2b)
11+ - Add types (3174611)
12+ - Support style-provider (605c1d5)
13+
14+ ### 🩹 Fixes
15+
16+ - Change type (964e29d)
17+ - Delete resolver (b439624)
18+
19+ ### 🏡 Chore
20+
21+ - Init project (098eb21)
22+ - Change description (327f656)
23+ - Library rename (503ff76)
24+ - Update readme (b50475b)
25+ - Update gitignore (5fda760)
26+ - Change version (4dedd70)
27+ - Add build bundler (ffc2cd6)
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+ - Aibayanyu < aibayanyu@qq.com >
39+ - Aibayanyu20 < 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" ,
44 "description" : " ant-design-vue-nuxt module" ,
55 "repository" : " vueComponent/ant-design-vue-nuxt" ,
66 "license" : " MIT" ,
2323 "dev:build" : " nuxi build playground" ,
2424 "dev:prepare" : " nuxt-module-build --stub && nuxi prepare playground" ,
2525 "release" : " npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags" ,
26- "build" :" npm run lint && npm run test && npm run prepack" ,
26+ "build" : " npm run lint && npm run test && npm run prepack" ,
2727 "changelog" : " changelogen --release --prerelease --output CHANGELOG.md" ,
2828 "lint" : " eslint ." ,
2929 "test" : " vitest run" ,
4949 "nuxt" : " ^3.5.1" ,
5050 "vitest" : " ^0.31.1"
5151 }
52- }
52+ }
You can’t perform that action at this time.
0 commit comments