Skip to content

Commit

Permalink
v1.0.0-rc.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yiludege committed Aug 16, 2022
1 parent 8aa3218 commit 1423838
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions examples/main-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "main-react",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"webpack-dev-server": "^4.6.0",
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.4.1",
"wujie-react": "^1.0.0-rc.9"
"wujie-react": "^1.0.0-rc.10"
},
"scripts": {
"start": "node scripts/start.js",
Expand Down
6 changes: 3 additions & 3 deletions examples/main-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "main-vue",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
Expand All @@ -12,8 +12,8 @@
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"wujie": "^1.0.0-rc.9",
"wujie-vue2": "^1.0.0-rc.9"
"wujie": "^1.0.0-rc.10",
"wujie-vue2": "^1.0.0-rc.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react16/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react16",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
"webpack-dev-server": "^4.6.0",
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.4.1",
"wujie-react": "^1.0.0-rc.9"
"wujie-react": "^1.0.0-rc.10"
},
"scripts": {
"start": "node scripts/start.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
]
}
},
"version": "1.0.0-rc.9"
"version": "1.0.0-rc.10"
}
2 changes: 1 addition & 1 deletion packages/wujie-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wujie",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "极致的微前端框架",
"main": "./lib/index.js",
"module": "./esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/wujie-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wujie-doc",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "无界微前端文档",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/wujie-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wujie-react",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "无界微前端React组件封装",
"main": "./lib/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"dependencies": {
"prop-types": "^15.8.1",
"wujie": "^1.0.0-rc.9"
"wujie": "^1.0.0-rc.10"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/wujie-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wujie-vue2",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "无界微前端Vue2组件封装",
"main": "./lib/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"license": "MIT",
"dependencies": {
"wujie": "^1.0.0-rc.9"
"wujie": "^1.0.0-rc.10"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/wujie-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wujie-vue3",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "无界微前端Vue3组件封装",
"main": "./lib/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"license": "MIT",
"dependencies": {
"wujie": "^1.0.0-rc.9"
"wujie": "^1.0.0-rc.10"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
Expand Down

0 comments on commit 1423838

Please sign in to comment.