From 6924cbeb20b4247e518f18c907edb14687690c23 Mon Sep 17 00:00:00 2001 From: yiludege Date: Thu, 20 Oct 2022 20:47:46 +0800 Subject: [PATCH] v1.0.0-rc.24 --- CHANGELOG.md | 6 ++++++ docs/CHANGELOG.md | 4 ++++ docs/package.json | 2 +- examples/main-react/CHANGELOG.md | 4 ++++ examples/main-react/package.json | 4 ++-- examples/main-vue/CHANGELOG.md | 4 ++++ examples/main-vue/package.json | 6 +++--- examples/react16/CHANGELOG.md | 4 ++++ examples/react16/package.json | 4 ++-- lerna.json | 2 +- packages/wujie-core/CHANGELOG.md | 6 ++++++ packages/wujie-core/package.json | 2 +- packages/wujie-react/CHANGELOG.md | 6 ++++++ packages/wujie-react/package.json | 4 ++-- packages/wujie-vue2/CHANGELOG.md | 4 ++++ packages/wujie-vue2/package.json | 4 ++-- packages/wujie-vue3/CHANGELOG.md | 4 ++++ packages/wujie-vue3/package.json | 4 ++-- 18 files changed, 58 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa0e7a39a..558bc6ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.24](https://github.com/Tencent/wujie/compare/v1.0.0-rc.23...v1.0.0-rc.24) (2022-10-20) + +### Bug Fixes + +* 修复内嵌场景下createElement重复覆盖的问题 ([#232](https://github.com/Tencent/wujie/issues/232)) ([6a39043](https://github.com/Tencent/wujie/commit/6a390439c8f06c4a827627e26c8a33ee1a63b4c9)) + # [1.0.0-rc.23](https://github.com/Tencent/wujie/compare/v1.0.0-rc.22...v1.0.0-rc.23) (2022-10-14) ### Features diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a0d8f35c5..ebc7f3444 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.24](https://github.com/Tencent/wujie/compare/v1.0.0-rc.23...v1.0.0-rc.24) (2022-10-20) + +**Note:** Version bump only for package wujie-docs + # [1.0.0-rc.23](https://github.com/Tencent/wujie/compare/v1.0.0-rc.22...v1.0.0-rc.23) (2022-10-14) ### Features diff --git a/docs/package.json b/docs/package.json index 2da413f8e..a3aeffb9b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "wujie-docs", - "version": "1.0.0-rc.23", + "version": "1.0.0-rc.24", "description": "", "main": "index.js", "private": true, diff --git a/examples/main-react/CHANGELOG.md b/examples/main-react/CHANGELOG.md index b13978a8b..7f3d9f404 100644 --- a/examples/main-react/CHANGELOG.md +++ b/examples/main-react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.24](https://github.com/Tencent/wujie/compare/v1.0.0-rc.23...v1.0.0-rc.24) (2022-10-20) + +**Note:** Version bump only for package main-react + # [1.0.0-rc.23](https://github.com/Tencent/wujie/compare/v1.0.0-rc.22...v1.0.0-rc.23) (2022-10-14) **Note:** Version bump only for package main-react diff --git a/examples/main-react/package.json b/examples/main-react/package.json index c69aace55..75c8c916f 100644 --- a/examples/main-react/package.json +++ b/examples/main-react/package.json @@ -1,6 +1,6 @@ { "name": "main-react", - "version": "1.0.0-rc.23", + "version": "1.0.0-rc.24", "private": true, "dependencies": { "@ant-design/icons": "^4.7.0", @@ -59,7 +59,7 @@ "webpack-dev-server": "^4.6.0", "webpack-manifest-plugin": "^4.0.2", "workbox-webpack-plugin": "^6.4.1", - "wujie-react": "workspace:^1.0.0-rc.23" + "wujie-react": "workspace:^1.0.0-rc.24" }, "scripts": { "start": "node scripts/start.js", diff --git a/examples/main-vue/CHANGELOG.md b/examples/main-vue/CHANGELOG.md index ca6de530a..8bf9437ce 100644 --- a/examples/main-vue/CHANGELOG.md +++ b/examples/main-vue/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.24](https://github.com/Tencent/wujie/compare/v1.0.0-rc.23...v1.0.0-rc.24) (2022-10-20) + +**Note:** Version bump only for package main-vue + # [1.0.0-rc.23](https://github.com/Tencent/wujie/compare/v1.0.0-rc.22...v1.0.0-rc.23) (2022-10-14) **Note:** Version bump only for package main-vue diff --git a/examples/main-vue/package.json b/examples/main-vue/package.json index 66256dbb6..dcd485e37 100644 --- a/examples/main-vue/package.json +++ b/examples/main-vue/package.json @@ -1,6 +1,6 @@ { "name": "main-vue", - "version": "1.0.0-rc.23", + "version": "1.0.0-rc.24", "private": true, "scripts": { "start": "vue-cli-service serve", @@ -12,8 +12,8 @@ "core-js": "^3.6.5", "vue": "^2.6.11", "vue-router": "^3.2.0", - "wujie": "workspace:^1.0.0-rc.23", - "wujie-vue2": "workspace:^1.0.0-rc.23" + "wujie": "workspace:^1.0.0-rc.24", + "wujie-vue2": "workspace:^1.0.0-rc.24" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", diff --git a/examples/react16/CHANGELOG.md b/examples/react16/CHANGELOG.md index f1bc72df9..2b0cc60e7 100644 --- a/examples/react16/CHANGELOG.md +++ b/examples/react16/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.24](https://github.com/Tencent/wujie/compare/v1.0.0-rc.23...v1.0.0-rc.24) (2022-10-20) + +**Note:** Version bump only for package react16 + # [1.0.0-rc.23](https://github.com/Tencent/wujie/compare/v1.0.0-rc.22...v1.0.0-rc.23) (2022-10-14) **Note:** Version bump only for package react16 diff --git a/examples/react16/package.json b/examples/react16/package.json index 19ce6d9d7..0d093dd57 100644 --- a/examples/react16/package.json +++ b/examples/react16/package.json @@ -1,6 +1,6 @@ { "name": "react16", - "version": "1.0.0-rc.23", + "version": "1.0.0-rc.24", "private": true, "dependencies": { "@babel/core": "^7.16.0", @@ -59,7 +59,7 @@ "webpack-dev-server": "^4.6.0", "webpack-manifest-plugin": "^4.0.2", "workbox-webpack-plugin": "^6.4.1", - "wujie-react": "workspace:^1.0.0-rc.23" + "wujie-react": "workspace:^1.0.0-rc.24" }, "scripts": { "start": "node scripts/start.js", diff --git a/lerna.json b/lerna.json index acaa65cdd..f723b7f95 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ ] } }, - "version": "1.0.0-rc.23" + "version": "1.0.0-rc.24" } diff --git a/packages/wujie-core/CHANGELOG.md b/packages/wujie-core/CHANGELOG.md index 31a2a147a..0e4f6ee1d 100644 --- a/packages/wujie-core/CHANGELOG.md +++ b/packages/wujie-core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.24](https://github.com/Tencent/wujie/compare/v1.0.0-rc.23...v1.0.0-rc.24) (2022-10-20) + +### Bug Fixes + +* 修复内嵌场景下createElement重复覆盖的问题 ([#232](https://github.com/Tencent/wujie/issues/232)) ([6a39043](https://github.com/Tencent/wujie/commit/6a390439c8f06c4a827627e26c8a33ee1a63b4c9)) + # [1.0.0-rc.23](https://github.com/Tencent/wujie/compare/v1.0.0-rc.22...v1.0.0-rc.23) (2022-10-14) ### Features diff --git a/packages/wujie-core/package.json b/packages/wujie-core/package.json index 2bdbc2bd8..38d229b56 100644 --- a/packages/wujie-core/package.json +++ b/packages/wujie-core/package.json @@ -1,6 +1,6 @@ { "name": "wujie", - "version": "1.0.0-rc.23", + "version": "1.0.0-rc.24", "description": "极致的微前端框架", "main": "./lib/index.js", "module": "./esm/index.js", diff --git a/packages/wujie-react/CHANGELOG.md b/packages/wujie-react/CHANGELOG.md index bcd0d97dc..0937230fa 100644 --- a/packages/wujie-react/CHANGELOG.md +++ b/packages/wujie-react/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.24](https://github.com/Tencent/wujie/compare/v1.0.0-rc.23...v1.0.0-rc.24) (2022-10-20) + +### Bug Fixes + +* 修复内嵌场景下createElement重复覆盖的问题 ([#232](https://github.com/Tencent/wujie/issues/232)) ([6a39043](https://github.com/Tencent/wujie/commit/6a390439c8f06c4a827627e26c8a33ee1a63b4c9)) + # [1.0.0-rc.23](https://github.com/Tencent/wujie/compare/v1.0.0-rc.22...v1.0.0-rc.23) (2022-10-14) **Note:** Version bump only for package wujie-react diff --git a/packages/wujie-react/package.json b/packages/wujie-react/package.json index 1d47c8231..c4dd8179e 100644 --- a/packages/wujie-react/package.json +++ b/packages/wujie-react/package.json @@ -1,6 +1,6 @@ { "name": "wujie-react", - "version": "1.0.0-rc.23", + "version": "1.0.0-rc.24", "description": "无界微前端React组件封装", "main": "./lib/index.js", "module": "./esm/index.js", @@ -30,7 +30,7 @@ "license": "MIT", "dependencies": { "prop-types": "^15.8.1", - "wujie": "workspace:^1.0.0-rc.23" + "wujie": "workspace:^1.0.0-rc.24" }, "devDependencies": { "@babel/cli": "^7.18.6", diff --git a/packages/wujie-vue2/CHANGELOG.md b/packages/wujie-vue2/CHANGELOG.md index c6cc8446e..2dd5a0b4c 100644 --- a/packages/wujie-vue2/CHANGELOG.md +++ b/packages/wujie-vue2/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.24](https://github.com/Tencent/wujie/compare/v1.0.0-rc.23...v1.0.0-rc.24) (2022-10-20) + +**Note:** Version bump only for package wujie-vue2 + # [1.0.0-rc.23](https://github.com/Tencent/wujie/compare/v1.0.0-rc.22...v1.0.0-rc.23) (2022-10-14) **Note:** Version bump only for package wujie-vue2 diff --git a/packages/wujie-vue2/package.json b/packages/wujie-vue2/package.json index c4960d166..1c1993efc 100644 --- a/packages/wujie-vue2/package.json +++ b/packages/wujie-vue2/package.json @@ -1,6 +1,6 @@ { "name": "wujie-vue2", - "version": "1.0.0-rc.23", + "version": "1.0.0-rc.24", "description": "无界微前端Vue2组件封装", "main": "./lib/index.js", "module": "./esm/index.js", @@ -29,7 +29,7 @@ }, "license": "MIT", "dependencies": { - "wujie": "workspace:^1.0.0-rc.23" + "wujie": "workspace:^1.0.0-rc.24" }, "devDependencies": { "@babel/cli": "^7.18.6", diff --git a/packages/wujie-vue3/CHANGELOG.md b/packages/wujie-vue3/CHANGELOG.md index ae04ea118..51573737a 100644 --- a/packages/wujie-vue3/CHANGELOG.md +++ b/packages/wujie-vue3/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.24](https://github.com/Tencent/wujie/compare/v1.0.0-rc.23...v1.0.0-rc.24) (2022-10-20) + +**Note:** Version bump only for package wujie-vue3 + # [1.0.0-rc.23](https://github.com/Tencent/wujie/compare/v1.0.0-rc.22...v1.0.0-rc.23) (2022-10-14) **Note:** Version bump only for package wujie-vue3 diff --git a/packages/wujie-vue3/package.json b/packages/wujie-vue3/package.json index 62db2b044..255603835 100644 --- a/packages/wujie-vue3/package.json +++ b/packages/wujie-vue3/package.json @@ -1,6 +1,6 @@ { "name": "wujie-vue3", - "version": "1.0.0-rc.23", + "version": "1.0.0-rc.24", "description": "无界微前端Vue3组件封装", "main": "./lib/index.js", "module": "./esm/index.js", @@ -29,7 +29,7 @@ }, "license": "MIT", "dependencies": { - "wujie": "workspace:^1.0.0-rc.23" + "wujie": "workspace:^1.0.0-rc.24" }, "devDependencies": { "@babel/cli": "^7.18.6",