Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangmo8 committed Apr 14, 2023
1 parent 873f52c commit de56b8b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog


## v1.1.0


### 🚀 Enhancements

- Component import finish ([c9b22b4](https://github.com/varletjs/varlet-nuxt/commit/c9b22b4))
- Directives and function component support ([a53e534](https://github.com/varletjs/varlet-nuxt/commit/a53e534))
- Function component supports ([7f2e90e](https://github.com/varletjs/varlet-nuxt/commit/7f2e90e))

### 🏡 Chore

- Update readme ([b3028ed](https://github.com/varletjs/varlet-nuxt/commit/b3028ed))
- Directive debugger ([873f52c](https://github.com/varletjs/varlet-nuxt/commit/873f52c))

### ❤️ Contributors

- Zhangmo8 ([@zhangmo8](http://github.com/zhangmo8))
- Jiahengz <jiahengz@wicresoft.com>
- Wegi8 <weig866@gmail.com>

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/nuxt",
"version": "1.0.0",
"version": "1.1.0",
"description": "varlet module for nuxt",
"license": "MIT",
"type": "module",
Expand All @@ -23,16 +23,17 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/varletjs/varlet.git"
"url": "git+https://github.com/varletjs/varlet-nuxt.git"
},
"bugs": "https://github.com/varletjs/varlet/issues",
"bugs": "https://github.com/varletjs/varlet-nuxt/issues",
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"build": "npm run dev:prepare && nuxt-module-build",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"gen": "npx changelogen --release",
"release": "npm run lint && npm run build && npx changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint . --fix"
},
"husky": {
Expand Down Expand Up @@ -77,4 +78,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit de56b8b

Please sign in to comment.