Skip to content

Commit 07819f5

Browse files
committed
release: release v1.4.7
1 parent d80dbd6 commit 07819f5

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### [1.4.7](https://github.com/runkids/vue-condition-watcher/releases/tag/1.4.7) (2022-04-15)
2+
* Chore: Improve Types
3+
14
### [1.4.6](https://github.com/runkids/vue-condition-watcher/releases/tag/1.4.6) (2022-04-14)
25
* Fix: Type: DeepReadonly to Readonly
36

examples/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@vue/composition-api": "^1.4.9",
1212
"core-js": "^3.6.5",
1313
"vue": "^2.6.14",
14-
"vue-condition-watcher": "1.4.6",
14+
"vue-condition-watcher": "1.4.7",
1515
"vue-infinite-scroll": "^2.0.2",
1616
"vue-router": "^3.3.4"
1717
},

examples/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"element-plus": "^1.3.0-beta.1",
1010
"vue": "^3.2.26",
11-
"vue-condition-watcher": "1.4.6",
11+
"vue-condition-watcher": "1.4.7",
1212
"vue-router": "^4.0.10"
1313
},
1414
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-condition-watcher",
3-
"version": "1.4.6",
3+
"version": "1.4.7",
44
"description": "Vue composition API for automatic data fetching. With conditions as the core. Easily control and sync to URL query string by conditions",
55
"main": "./dist/index.js",
66
"module": "./esm/index.js",

0 commit comments

Comments
 (0)