Skip to content

Commit

Permalink
released v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 19, 2022
1 parent b156122 commit 94eae5d
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 58 deletions.
26 changes: 13 additions & 13 deletions examples/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/base",
"version": "4.1.4",
"version": "5.0.0",
"description": "Use Rematch & TypeScript for the project.",
"private": true,
"scripts": {
Expand All @@ -16,15 +16,15 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.16.5",
"@uiw-admin/basic-layouts": "4.1.4",
"@uiw-admin/components": "4.1.4",
"@uiw-admin/layout-tabs": "4.1.4",
"@uiw-admin/models": "4.1.4",
"@uiw-admin/router-control": "4.1.4",
"@uiw-admin/user-login": "4.1.4",
"@uiw-admin/utils": "4.1.4",
"@uiw-admin/authorized": "4.1.4",
"@uiw-admin/exceptions": "4.1.4",
"@uiw-admin/authorized": "5.0.0",
"@uiw-admin/basic-layouts": "5.0.0",
"@uiw-admin/components": "5.0.0",
"@uiw-admin/exceptions": "5.0.0",
"@uiw-admin/layout-tabs": "5.0.0",
"@uiw-admin/models": "5.0.0",
"@uiw-admin/router-control": "5.0.0",
"@uiw-admin/user-login": "5.0.0",
"@uiw-admin/utils": "5.0.0",
"@uiw/reset.css": "1.0.5",
"axios": "0.24.0",
"classnames": "2.3.1",
Expand All @@ -36,15 +36,15 @@
"uiw": "4.9.10"
},
"devDependencies": {
"@uiw-admin/plugins": "4.1.4",
"@uiw-admin/config": "4.1.4",
"@kkt/less-modules": "7.0.6",
"@kkt/raw-modules": "7.0.6",
"@kkt/scope-plugin-options": "7.0.6",
"@types/classnames": "2.3.1",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/react-redux": "7.1.21",
"@uiw-admin/config": "5.0.0",
"@uiw-admin/plugins": "5.0.0",
"kkt": "7.0.6"
},
"resolutions": {
Expand All @@ -69,4 +69,4 @@
"last 1 safari version"
]
}
}
}
15 changes: 4 additions & 11 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
{
"packages": [
"packages/*",
"examples/*"
],
"version": "4.1.4",
"packages": ["packages/*", "examples/*"],
"version": "5.0.0",
"command": {
"create": {
"license": "MIT"
},
"bootstrap": {
"yarnClientArgs": [
"--no-yarn-lock",
"--no-package-lock"
],
"yarnClientArgs": ["--no-yarn-lock", "--no-package-lock"],
"forceLocal": true
}
},
"npmClient": "yarn",
"useWorkspaces": true

}
}
4 changes: 2 additions & 2 deletions packages/Exceptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw-admin/exceptions",
"version": "4.1.4",
"version": "5.0.0",
"description": "异常组件",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/Exceptions#readme",
Expand Down Expand Up @@ -53,4 +53,4 @@
"react-router-dom": "6.2.1",
"uiw": "4.9.10"
}
}
}
6 changes: 3 additions & 3 deletions packages/authorized/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw-admin/authorized",
"version": "4.1.4",
"version": "5.0.0",
"description": "authorized",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/authorized#readme",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@babel/runtime": "7.16.7",
"@uiw-admin/router-control": "4.1.4"
"@uiw-admin/router-control": "5.0.0"
},
"devDependencies": {
"@types/react": "17.0.38",
Expand All @@ -54,4 +54,4 @@
"react-dom": "17.0.2",
"react-router-dom": "6.2.1"
}
}
}
10 changes: 5 additions & 5 deletions packages/basic-layouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw-admin/basic-layouts",
"version": "4.1.4",
"version": "5.0.0",
"description": "Basic Layouts",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/basic-layouts#readme",
Expand Down Expand Up @@ -42,10 +42,10 @@
"uiw": ">=4.9.10"
},
"dependencies": {
"classnames": "2.3.1",
"@babel/runtime": "7.16.7",
"@uiw-admin/router-control": "4.1.4",
"@uiw-admin/document-title": "4.1.4"
"@uiw-admin/document-title": "5.0.0",
"@uiw-admin/router-control": "5.0.0",
"classnames": "2.3.1"
},
"devDependencies": {
"@types/classnames": "2.3.1",
Expand All @@ -56,4 +56,4 @@
"react-router-dom": "6.2.1",
"uiw": "4.9.10"
}
}
}
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw-admin/components",
"version": "4.1.4",
"version": "5.0.0",
"description": "业务组件集合",
"author": "xingyuefeng <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin#readme",
Expand Down Expand Up @@ -44,9 +44,9 @@
},
"dependencies": {
"@babel/runtime": "7.16.7",
"@uiw-admin/document-title": "4.1.4",
"@uiw-admin/router-control": "4.1.4",
"@uiw-admin/utils": "4.1.4",
"@uiw-admin/document-title": "5.0.0",
"@uiw-admin/router-control": "5.0.0",
"@uiw-admin/utils": "5.0.0",
"classnames": "2.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw-admin/config",
"version": "4.1.4",
"version": "5.0.0",
"description": "config 全局配置",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/models#readme",
Expand Down Expand Up @@ -39,4 +39,4 @@
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
}
}
}
4 changes: 2 additions & 2 deletions packages/document-title/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw-admin/document-title",
"version": "4.1.4",
"version": "5.0.0",
"description": "Document Title",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/document-title#readme",
Expand Down Expand Up @@ -48,4 +48,4 @@
"react": "17.0.2",
"react-dom": "17.0.2"
}
}
}
10 changes: 5 additions & 5 deletions packages/layout-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw-admin/layout-tabs",
"version": "4.1.4",
"version": "5.0.0",
"description": "layout tabs",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/layout-tabs#readme",
Expand Down Expand Up @@ -46,14 +46,14 @@
},
"dependencies": {
"@babel/runtime": "7.16.7",
"@uiw-admin/router-control": "4.1.4"
"@uiw-admin/router-control": "5.0.0"
},
"devDependencies": {
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"react": "17.0.2",
"react-dom": "17.0.2",
"uiw": "4.9.10",
"react-router-dom": "6.2.1"
"react-router-dom": "6.2.1",
"uiw": "4.9.10"
}
}
}
4 changes: 2 additions & 2 deletions packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw-admin/models",
"version": "4.1.4",
"version": "5.0.0",
"description": "models",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/models#readme",
Expand Down Expand Up @@ -43,4 +43,4 @@
"@rematch/core": "2.2.0",
"@rematch/loading": "2.1.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw-admin/plugins",
"version": "4.1.4",
"version": "5.0.0",
"description": "plugins",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/models#readme",
Expand Down Expand Up @@ -39,4 +39,4 @@
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
}
}
}
6 changes: 3 additions & 3 deletions packages/router-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw-admin/router-control",
"version": "4.1.4",
"version": "5.0.0",
"description": "router-control",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/router-control#readme",
Expand Down Expand Up @@ -42,12 +42,12 @@
"react-dom": ">=17.x"
},
"devDependencies": {
"@uiw-admin/exceptions": "4.1.4",
"@babel/runtime": "7.16.7",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@uiw-admin/exceptions": "5.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.2.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/uiw-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uiw-admin",
"version": "4.1.4",
"version": "5.0.0",
"description": "UIW Admin Project",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/user-login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw-admin/user-login",
"version": "4.1.4",
"version": "5.0.0",
"description": "Divider component",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin/tree/master/packages/user-login#readme",
Expand Down Expand Up @@ -54,4 +54,4 @@
"react-dom": "17.0.2",
"uiw": "4.9.10"
}
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw-admin/utils",
"version": "4.1.4",
"version": "5.0.0",
"description": "> TODO: description",
"author": "xingyuefeng <[email protected]>",
"homepage": "https://github.com/uiwjs/uiw-admin#readme",
Expand Down

0 comments on commit 94eae5d

Please sign in to comment.