Skip to content

Commit c947196

Browse files
committed
v0.2.6
1 parent c6a5c75 commit c947196

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.2.5"
6+
"version": "0.2.6"
77
}

packages/axios/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueblocks/vue-use-axios",
33
"description": "Use Axios With Composition API Easily.",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"main": "lib/index.cjs.js",
66
"types": "lib/index.d.ts",
77
"module": "lib/index.esm.js",

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueblocks/vue-use-core",
33
"description": "A Collection of Vue Compositon API Utilities.",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"main": "lib/index.cjs.js",
66
"types": "lib/index.d.ts",
77
"module": "lib/index.esm.js",
@@ -29,11 +29,11 @@
2929
"sideEffects": false,
3030
"dependencies": {
3131
"@juggle/resize-observer": "^3.2.0",
32+
"@types/lodash.clonedeep": "^4.5.6",
3233
"@vue/composition-api": "^1.0.0-rc.1",
3334
"color2k": "^1.1.1",
3435
"dayjs": "^1.10.2",
3536
"keymaster": "^1.6.2",
36-
"@types/lodash.clonedeep": "^4.5.6",
3737
"lodash.debounce": "^4.0.8",
3838
"lodash.throttle": "^4.1.1",
3939
"screenfull": "^5.1.0",

0 commit comments

Comments
 (0)