Skip to content

Commit 2f1cfa6

Browse files
committed
chore: change version
1 parent adbadd8 commit 2f1cfa6

File tree

2 files changed

+3
-39
lines changed

2 files changed

+3
-39
lines changed

CHANGELOG.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,5 @@
11
# Changelog
22

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-
393
## v1.1.0
404

415
[compare changes](https://undefined/undefined/compare/v1.0.0-alpha.1...v1.1.0)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design-vue/nuxt",
3-
"version": "1.2.0",
3+
"version": "1.1.0",
44
"description": "ant-design-vue-nuxt module",
55
"repository": "vueComponent/ant-design-vue-nuxt",
66
"license": "MIT",
@@ -27,7 +27,7 @@
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",
2929
"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",
3131
"lint": "eslint .",
3232
"test": "vitest run",
3333
"test:watch": "vitest watch"
@@ -48,4 +48,4 @@
4848
"nuxt": "^3.5.1",
4949
"vitest": "^0.31.1"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)