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-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 1
1
{
2
2
"name" : " @ant-design-vue/nuxt" ,
3
- "version" : " 1.0.0-alpha.0 " ,
3
+ "version" : " 1.0.0-alpha.1 " ,
4
4
"description" : " ant-design-vue-nuxt module" ,
5
5
"repository" : " vueComponent/ant-design-vue-nuxt" ,
6
6
"license" : " MIT" ,
26
26
"dev:build" : " nuxi build playground" ,
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
- "build" :" npm run lint && npm run test && npm run prepack" ,
29
+ "build" : " npm run lint && npm run test && npm run prepack" ,
30
30
"changelog" : " changelogen --release --prerelease --output CHANGELOG.md" ,
31
31
"lint" : " eslint ." ,
32
32
"test" : " vitest run" ,
52
52
"nuxt" : " ^3.5.1" ,
53
53
"vitest" : " ^0.31.1"
54
54
}
55
- }
55
+ }
You can’t perform that action at this time.
0 commit comments