diff --git a/packages/app/package.json b/packages/app/package.json index 8c02fe5..0008988 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,7 +1,7 @@ { "name": "dnvue", "private": true, - "version": "1.0.20", + "version": "1.0.21", "scripts": { "debug": "vite --mode debug", "build:pre-release": "vite build --mode pre-release", diff --git a/packages/caching/package.json b/packages/caching/package.json index 1c98726..2e3697c 100644 --- a/packages/caching/package.json +++ b/packages/caching/package.json @@ -1,6 +1,6 @@ { "name": "@dnvue/caching", - "version": "1.0.11", + "version": "1.0.12", "description": "dnVue caching library.", "main": "compile/es6/index.js", "types": "compile/es6/index.d.ts", diff --git a/packages/common/package.json b/packages/common/package.json index 0ed79ed..3834ec9 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@dnvue/common", - "version": "1.0.30", + "version": "1.0.31", "description": "dnVue common library.", "main": "compile/es6/index.js", "typings": "compile/es6/index.d.ts", diff --git a/packages/composition-api/package.json b/packages/composition-api/package.json index af46779..b896606 100644 --- a/packages/composition-api/package.json +++ b/packages/composition-api/package.json @@ -1,6 +1,6 @@ { "name": "@dnvue/composition-api", - "version": "1.0.28", + "version": "1.0.29", "description": "dnVue composition api.", "main": "compile/es6/index.js", "typings": "compile/es6/index.d.ts", diff --git a/packages/http/authen/package.json b/packages/http/authen/package.json index cc991b9..909f332 100644 --- a/packages/http/authen/package.json +++ b/packages/http/authen/package.json @@ -1,6 +1,6 @@ { "name": "@dnvue/http-authen", - "version": "1.0.6", + "version": "1.0.7", "description": "dnVue authentication library.", "main": "compile/es6/index.js", "typings": "compile/es6/index.d.ts", diff --git a/packages/http/axios-wrapper/package.json b/packages/http/axios-wrapper/package.json index f007164..81d0193 100644 --- a/packages/http/axios-wrapper/package.json +++ b/packages/http/axios-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@dnvue/http-axios", - "version": "1.0.9", + "version": "1.0.10", "description": "dnVue http use axios.", "main": "compile/es6/index.js", "types": "compile/es6/index.d.ts", diff --git a/packages/http/core/package.json b/packages/http/core/package.json index b76525d..645c806 100644 --- a/packages/http/core/package.json +++ b/packages/http/core/package.json @@ -1,6 +1,6 @@ { "name": "@dnvue/http-core", - "version": "1.0.10", + "version": "1.0.11", "description": "dnVue http abstracton.", "main": "compile/es6/index.js", "types": "compile/es6/index.d.ts", diff --git a/packages/security/package.json b/packages/security/package.json index 8258453..29e0327 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -1,6 +1,6 @@ { "name": "@dnvue/security", - "version": "1.0.15", + "version": "1.0.16", "description": "dnVue security library.", "main": "compile/es6/index.js", "typings": "compile/es6/index.d.ts", diff --git a/packages/typings/package.json b/packages/typings/package.json index 654604b..976e154 100644 --- a/packages/typings/package.json +++ b/packages/typings/package.json @@ -1,6 +1,6 @@ { "name": "@dnvue/typings", - "version": "1.0.32", + "version": "1.0.33", "description": "dnVue typing declarations.", "main": "index.d.ts", "typings": "index.d.ts",