diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2ca01a7..d13013556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ 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.14](https://github.com/Tencent/wujie/compare/v1.0.0-rc.13...v1.0.0-rc.14) (2022-09-06) + +### Bug Fixes + +* 修复使用twind切换应用样式丢失的问题 ([#131](https://github.com/Tencent/wujie/issues/131)) ([71d81b7](https://github.com/Tencent/wujie/commit/71d81b7bdee1d921c0c6d1e6e043462526d477d5)), closes [#116](https://github.com/Tencent/wujie/issues/116) +* 修复svg在append到元素之后ownerdocument失效问题 ([#132](https://github.com/Tencent/wujie/issues/132)) ([be205d2](https://github.com/Tencent/wujie/commit/be205d243cdeffddaecbeedb3dc6b2c27d806233)) + # [1.0.0-rc.13](https://github.com/Tencent/wujie/compare/v1.0.0-rc.12...v1.0.0-rc.13) (2022-09-02) ### Bug Fixes diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 26a58249b..d0eb32398 100644 --- a/docs/CHANGELOG.md +++ b/docs/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.14](https://github.com/Tencent/wujie/compare/v1.0.0-rc.13...v1.0.0-rc.14) (2022-09-06) + +### Bug Fixes + +* 修复使用twind切换应用样式丢失的问题 ([#131](https://github.com/Tencent/wujie/issues/131)) ([71d81b7](https://github.com/Tencent/wujie/commit/71d81b7bdee1d921c0c6d1e6e043462526d477d5)), closes [#116](https://github.com/Tencent/wujie/issues/116) + # [1.0.0-rc.13](https://github.com/Tencent/wujie/compare/v1.0.0-rc.12...v1.0.0-rc.13) (2022-09-02) ### Features diff --git a/docs/package.json b/docs/package.json index 6dfbec2aa..334ecda68 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "wujie-docs", - "version": "1.0.0-rc.13", + "version": "1.0.0-rc.14", "description": "", "main": "index.js", "private": true, diff --git a/examples/main-react/CHANGELOG.md b/examples/main-react/CHANGELOG.md index abda062db..2d258eadc 100644 --- a/examples/main-react/CHANGELOG.md +++ b/examples/main-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.14](https://github.com/Tencent/wujie/compare/v1.0.0-rc.13...v1.0.0-rc.14) (2022-09-06) + +### Bug Fixes + +* 修复使用twind切换应用样式丢失的问题 ([#131](https://github.com/Tencent/wujie/issues/131)) ([71d81b7](https://github.com/Tencent/wujie/commit/71d81b7bdee1d921c0c6d1e6e043462526d477d5)), closes [#116](https://github.com/Tencent/wujie/issues/116) + # [1.0.0-rc.13](https://github.com/Tencent/wujie/compare/v1.0.0-rc.12...v1.0.0-rc.13) (2022-09-02) ### Features diff --git a/examples/main-react/package.json b/examples/main-react/package.json index c162ca0d9..d16500777 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.13", + "version": "1.0.0-rc.14", "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": "^1.0.0-rc.13" + "wujie-react": "^1.0.0-rc.14" }, "scripts": { "start": "node scripts/start.js", diff --git a/examples/main-vue/CHANGELOG.md b/examples/main-vue/CHANGELOG.md index 23986c48f..988236455 100644 --- a/examples/main-vue/CHANGELOG.md +++ b/examples/main-vue/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.14](https://github.com/Tencent/wujie/compare/v1.0.0-rc.13...v1.0.0-rc.14) (2022-09-06) + +### Bug Fixes + +* 修复使用twind切换应用样式丢失的问题 ([#131](https://github.com/Tencent/wujie/issues/131)) ([71d81b7](https://github.com/Tencent/wujie/commit/71d81b7bdee1d921c0c6d1e6e043462526d477d5)), closes [#116](https://github.com/Tencent/wujie/issues/116) + # [1.0.0-rc.13](https://github.com/Tencent/wujie/compare/v1.0.0-rc.12...v1.0.0-rc.13) (2022-09-02) **Note:** Version bump only for package main-vue diff --git a/examples/main-vue/package.json b/examples/main-vue/package.json index 7db2d6e07..f2a9fbf4b 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.13", + "version": "1.0.0-rc.14", "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": "^1.0.0-rc.13", - "wujie-vue2": "^1.0.0-rc.13" + "wujie": "^1.0.0-rc.14", + "wujie-vue2": "^1.0.0-rc.14" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", diff --git a/examples/react16/CHANGELOG.md b/examples/react16/CHANGELOG.md index 883b945f7..f8c83711b 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.14](https://github.com/Tencent/wujie/compare/v1.0.0-rc.13...v1.0.0-rc.14) (2022-09-06) + +**Note:** Version bump only for package react16 + # [1.0.0-rc.13](https://github.com/Tencent/wujie/compare/v1.0.0-rc.12...v1.0.0-rc.13) (2022-09-02) ### Features diff --git a/examples/react16/package.json b/examples/react16/package.json index c369069aa..ae0654f97 100644 --- a/examples/react16/package.json +++ b/examples/react16/package.json @@ -1,6 +1,6 @@ { "name": "react16", - "version": "1.0.0-rc.13", + "version": "1.0.0-rc.14", "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": "^1.0.0-rc.13" + "wujie-react": "^1.0.0-rc.14" }, "scripts": { "start": "node scripts/start.js", diff --git a/lerna.json b/lerna.json index 860244338..766486b91 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ ] } }, - "version": "1.0.0-rc.13" + "version": "1.0.0-rc.14" } diff --git a/packages/wujie-core/CHANGELOG.md b/packages/wujie-core/CHANGELOG.md index 1394e666a..699e80b02 100644 --- a/packages/wujie-core/CHANGELOG.md +++ b/packages/wujie-core/CHANGELOG.md @@ -3,6 +3,13 @@ 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.14](https://github.com/Tencent/wujie/compare/v1.0.0-rc.13...v1.0.0-rc.14) (2022-09-06) + +### Bug Fixes + +* 修复使用twind切换应用样式丢失的问题 ([#131](https://github.com/Tencent/wujie/issues/131)) ([71d81b7](https://github.com/Tencent/wujie/commit/71d81b7bdee1d921c0c6d1e6e043462526d477d5)), closes [#116](https://github.com/Tencent/wujie/issues/116) +* 修复svg在append到元素之后ownerdocument失效问题 ([#132](https://github.com/Tencent/wujie/issues/132)) ([be205d2](https://github.com/Tencent/wujie/commit/be205d243cdeffddaecbeedb3dc6b2c27d806233)) + # [1.0.0-rc.13](https://github.com/Tencent/wujie/compare/v1.0.0-rc.12...v1.0.0-rc.13) (2022-09-02) ### Bug Fixes diff --git a/packages/wujie-core/package.json b/packages/wujie-core/package.json index 9c0b9dce0..84225d012 100644 --- a/packages/wujie-core/package.json +++ b/packages/wujie-core/package.json @@ -1,6 +1,6 @@ { "name": "wujie", - "version": "1.0.0-rc.13", + "version": "1.0.0-rc.14", "description": "极致的微前端框架", "main": "./lib/index.js", "module": "./esm/index.js", diff --git a/packages/wujie-react/CHANGELOG.md b/packages/wujie-react/CHANGELOG.md index 0ba2d6c37..6b704595d 100644 --- a/packages/wujie-react/CHANGELOG.md +++ b/packages/wujie-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.14](https://github.com/Tencent/wujie/compare/v1.0.0-rc.13...v1.0.0-rc.14) (2022-09-06) + +**Note:** Version bump only for package wujie-react + # [1.0.0-rc.13](https://github.com/Tencent/wujie/compare/v1.0.0-rc.12...v1.0.0-rc.13) (2022-09-02) ### Features diff --git a/packages/wujie-react/package.json b/packages/wujie-react/package.json index 614848a5e..6fbf4052f 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.13", + "version": "1.0.0-rc.14", "description": "无界微前端React组件封装", "main": "./lib/index.js", "module": "./esm/index.js", @@ -30,7 +30,7 @@ "license": "MIT", "dependencies": { "prop-types": "^15.8.1", - "wujie": "^1.0.0-rc.13" + "wujie": "^1.0.0-rc.14" }, "devDependencies": { "@babel/cli": "^7.18.6", diff --git a/packages/wujie-vue2/CHANGELOG.md b/packages/wujie-vue2/CHANGELOG.md index 5e645dcad..65eedf7b5 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.14](https://github.com/Tencent/wujie/compare/v1.0.0-rc.13...v1.0.0-rc.14) (2022-09-06) + +**Note:** Version bump only for package wujie-vue2 + # [1.0.0-rc.13](https://github.com/Tencent/wujie/compare/v1.0.0-rc.12...v1.0.0-rc.13) (2022-09-02) ### Features diff --git a/packages/wujie-vue2/package.json b/packages/wujie-vue2/package.json index cd27af563..53124b54d 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.13", + "version": "1.0.0-rc.14", "description": "无界微前端Vue2组件封装", "main": "./lib/index.js", "module": "./esm/index.js", @@ -29,7 +29,7 @@ }, "license": "MIT", "dependencies": { - "wujie": "^1.0.0-rc.13" + "wujie": "^1.0.0-rc.14" }, "devDependencies": { "@babel/cli": "^7.18.6", diff --git a/packages/wujie-vue3/CHANGELOG.md b/packages/wujie-vue3/CHANGELOG.md index 7b0bb3abe..7d0f89c2c 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.14](https://github.com/Tencent/wujie/compare/v1.0.0-rc.13...v1.0.0-rc.14) (2022-09-06) + +**Note:** Version bump only for package wujie-vue3 + # [1.0.0-rc.13](https://github.com/Tencent/wujie/compare/v1.0.0-rc.12...v1.0.0-rc.13) (2022-09-02) ### Features diff --git a/packages/wujie-vue3/package.json b/packages/wujie-vue3/package.json index f1f95d9dd..f37dfc369 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.13", + "version": "1.0.0-rc.14", "description": "无界微前端Vue3组件封装", "main": "./lib/index.js", "module": "./esm/index.js", @@ -29,7 +29,7 @@ }, "license": "MIT", "dependencies": { - "wujie": "^1.0.0-rc.13" + "wujie": "^1.0.0-rc.14" }, "devDependencies": { "@babel/cli": "^7.18.6",