Skip to content

Commit

Permalink
released v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 4, 2022
1 parent eea4ceb commit ff02e0f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uivjs-admin",
"version": "1.1.1",
"version": "1.1.2",
"description": "Vue 3.0 admin management system template.",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@uivjs/admin-base-layout": "1.1.1",
"@uivjs/admin-login": "1.1.1",
"@uivjs/admin-base-layout": "1.1.2",
"@uivjs/admin-login": "1.1.2",
"@uivjs/vue-github-corners": "~1.0.1",
"@uiw/reset.css": "~1.0.5",
"core-js": "^3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.1.1",
"version": "1.1.2",
"packages": ["example", "packages/*"]
}
2 changes: 1 addition & 1 deletion packages/base-layout/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/base-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uivjs/admin-base-layout",
"version": "1.1.1",
"version": "1.1.2",
"description": "基础布局组件",
"repository": "https://github.com/uivjs/uivjs-admin",
"main": "./cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/login/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uivjs/admin-login",
"version": "1.1.1",
"version": "1.1.2",
"description": "登录页面组件",
"repository": "https://github.com/uivjs/uivjs-admin",
"main": "./cjs/index.js",
Expand Down

0 comments on commit ff02e0f

Please sign in to comment.