Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Mar 27, 2024
1 parent 163a7c4 commit 595ca20
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.3](https://github.com/hunterliu1003/vue-use-template/compare/0.0.2...0.0.3) (2024-03-27)


### Features

* Allow to pass a ref, reactive, computed object as a parameter to useTemplate() and add test cases ([f2c20f0](https://github.com/hunterliu1003/vue-use-template/commit/f2c20f009cefc478e9b382bf2024bdd5c0d82d58))

## [0.0.2](https://github.com/hunterliu1003/vue-use-template/compare/0.0.1...0.0.2) (2024-03-26)


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.2"
"vue-use-template": "0.0.3"
},
"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.2"
"vue-use-template": "0.0.3"
},
"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.2",
"version": "0.0.3",
"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 595ca20

Please sign in to comment.