Skip to content

Commit

Permalink
chore(release): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aibayanyu20 committed Jul 15, 2023
1 parent 605c1d5 commit 93ed63a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Changelog


## v1.0.0


### 🚀 Enhancements

- Add components && imports (e3cedcf)
- Add options (561fb2b)
- Add types (3174611)
- Support style-provider (605c1d5)

### 🩹 Fixes

- Change type (964e29d)
- Delete resolver (b439624)

### 🏡 Chore

- Init project (098eb21)
- Change description (327f656)
- Library rename (503ff76)
- Update readme (b50475b)
- Update gitignore (5fda760)
- Change version (4dedd70)
- Add build bundler (ffc2cd6)

### 🤖 CI

- Add workflow (a932d7d)
- Update readme (055e7d2)
- Update readme (0ce5887)
- Update eslintignore (f166955)

### ❤️ Contributors

- Aibayanyu <[email protected]>
- Aibayanyu20 <[email protected]>

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design-vue/nuxt",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"description": "ant-design-vue-nuxt module",
"repository": "vueComponent/ant-design-vue-nuxt",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"build":"npm run lint && npm run test && npm run prepack",
"build": "npm run lint && npm run test && npm run prepack",
"changelog": "changelogen --release --prerelease --output CHANGELOG.md",
"lint": "eslint .",
"test": "vitest run",
Expand All @@ -49,4 +49,4 @@
"nuxt": "^3.5.1",
"vitest": "^0.31.1"
}
}
}

0 comments on commit 93ed63a

Please sign in to comment.