File tree 2 files changed +43
-3
lines changed 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 1
1
{
2
2
"name" : " @ant-design-vue/nuxt" ,
3
- "version" : " 1.0.0-alpha.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" ,
23
23
"dev:build" : " nuxi build playground" ,
24
24
"dev:prepare" : " nuxt-module-build --stub && nuxi prepare playground" ,
25
25
"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" ,
27
27
"changelog" : " changelogen --release --prerelease --output CHANGELOG.md" ,
28
28
"lint" : " eslint ." ,
29
29
"test" : " vitest run" ,
49
49
"nuxt" : " ^3.5.1" ,
50
50
"vitest" : " ^0.31.1"
51
51
}
52
- }
52
+ }
You can’t perform that action at this time.
0 commit comments