Skip to content

Commit 444b4d9

Browse files
committed
chore(release): v1.0.0-alpha.1
1 parent 437621d commit 444b4d9

File tree

2 files changed

+43
-3
lines changed

2 files changed

+43
-3
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+

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.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "ant-design-vue-nuxt module",
55
"repository": "vueComponent/ant-design-vue-nuxt",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
"dev:build": "nuxi build playground",
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",
29-
"build":"npm run lint && npm run test && npm run prepack",
29+
"build": "npm run lint && npm run test && npm run prepack",
3030
"changelog": "changelogen --release --prerelease --output CHANGELOG.md",
3131
"lint": "eslint .",
3232
"test": "vitest run",
@@ -52,4 +52,4 @@
5252
"nuxt": "^3.5.1",
5353
"vitest": "^0.31.1"
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)