Skip to content

Commit

Permalink
Release 0.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Mar 17, 2024
1 parent fcca3a9 commit 09c2932
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.10](https://github.com/hunterliu1003/vue-use-template/compare/0.0.0-beta.9...0.0.0-beta.10) (2024-03-17)


### Features

* export templateToVNodeFn, isTemplate ([fcca3a9](https://github.com/hunterliu1003/vue-use-template/commit/fcca3a9384c19d3ba90a9c56c46cbba10317f252))

# [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)


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.9"
"vue-use-template": "0.0.0-beta.10"
},
"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.9"
"vue-use-template": "0.0.0-beta.10"
},
"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.9",
"version": "0.0.0-beta.10",
"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 09c2932

Please sign in to comment.