File tree 2 files changed +3
-39
lines changed
2 files changed +3
-39
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
-
4
- ## v1.2.0
5
-
6
- [ compare changes] ( https://undefined/undefined/compare/v1.0.0-alpha.1...v1.2.0 )
7
-
8
-
9
- ### 🚀 Enhancements
10
-
11
- - Support style-provider (2e7da59)
12
-
13
- ### 🩹 Fixes
14
-
15
- - Change dependencies (02efbad)
16
-
17
- ### 🏡 Chore
18
-
19
- - Change readme (f52e16b)
20
- - Change readme (1032a1e)
21
- - Add license close #5 (#5 )
22
- - Resolve conflict (796f01d)
23
- - Add online playground (703c8be)
24
- - Change (8016cc8)
25
- - ** release:** V1.1.0 (9dadc07)
26
- - Fix conflict (2390912)
27
- - Update changelog (877283b)
28
- - Fix conflict (a63e70a)
29
- - ** release:** V1.0.1 (0874a44)
30
- - Fix conflict (56ef500)
31
- - ** release:** V1.1.0 (733841a)
32
-
33
- ### ❤️ Contributors
34
-
35
- - Aibayanyu < aibayanyu@qq.com >
36
- - Aibayanyu20 < aibayanyu@qq.com >
37
- - Zev Zhu
38
-
39
3
## v1.1.0
40
4
41
5
[ compare changes] ( https://undefined/undefined/compare/v1.0.0-alpha.1...v1.1.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ant-design-vue/nuxt" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.1 .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 --output CHANGELOG.md" ,
30
+ "changelog" : " changelogen --release --pacth -- 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