Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
chore: 修改了版本号。
Browse files Browse the repository at this point in the history
  • Loading branch information
netowls-studio committed Jun 11, 2022
1 parent ec3ece1 commit b533adc
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/caching/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/composition-api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/authen/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/axios-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/security/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/typings/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b533adc

Please sign in to comment.