Skip to content

Commit

Permalink
Release 0.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Mar 17, 2024
1 parent 962c168 commit c062a37
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


# [0.0.0-beta.9](https://github.com/hunterliu1003/vue-use-template/compare/0.0.0-beta.8...0.0.0-beta.9) (2024-03-17)


### Features

* add showByDefault option to useTemplate ([962c168](https://github.com/hunterliu1003/vue-use-template/commit/962c168cfa43a43226bcf6238216b203a61e1de7))

# [0.0.0-beta.8](https://github.com/hunterliu1003/vue-use-template/compare/0.0.0-beta.7...0.0.0-beta.8) (2024-03-17)

# [0.0.0-beta.7](https://github.com/hunterliu1003/vue-use-template/compare/0.0.0-beta.6...0.0.0-beta.7) (2024-03-15)
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"vue-use-template": "0.0.0-beta.8"
"vue-use-template": "0.0.0-beta.9"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"vue": "3.3.7",
"vue-use-template": "0.0.0-beta.8"
"vue-use-template": "0.0.0-beta.9"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-use-template",
"type": "module",
"version": "0.0.0-beta.8",
"version": "0.0.0-beta.9",
"packageManager": "pnpm@8.15.2",
"description": "vue use template",
"author": "Hunter Liu <hunterliu1003@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c062a37

Please sign in to comment.