Skip to content

Commit 1b35c71

Browse files
committed
v1.0.22
1 parent f6990e4 commit 1b35c71

18 files changed

+62
-16
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
7+
8+
### Bug Fixes
9+
10+
* 解决子应用销毁时,主应用监听事件内存未被释放 [#752](https://github.com/Tencent/wujie/issues/752) ([#753](https://github.com/Tencent/wujie/issues/753)) ([5fa87a8](https://github.com/Tencent/wujie/commit/5fa87a8b4440658c947f71126cd432c337dd8a26)), closes [#568](https://github.com/Tencent/wujie/issues/568)
11+
* 修复降级模式会丢失事件监听器 ([#758](https://github.com/Tencent/wujie/issues/758)) ([534e865](https://github.com/Tencent/wujie/commit/534e8653c266df0373cbe3a924a79f92f4f604b8))
12+
* 修复在safari下scriptElement的src下不可写的问题 ([84b2378](https://github.com/Tencent/wujie/commit/84b2378d952814b3112ba2b16b91db940807e2d5))
13+
* 修复重复Object.defineProperties导致的报错 ([94bbfa6](https://github.com/Tencent/wujie/commit/94bbfa6eb879b156eeef68cd4aa68ac32d772fe3))
14+
615
## [1.0.21](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.21) (2023-12-18)
716

817
### Bug Fixes

docs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
7+
8+
**Note:** Version bump only for package wujie-docs
9+
610
## [1.0.21](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.21) (2023-12-18)
711

812
**Note:** Version bump only for package wujie-docs

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wujie-docs",
3-
"version": "1.0.21",
3+
"version": "1.0.22",
44
"description": "",
55
"main": "index.js",
66
"private": true,

examples/main-react/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
7+
8+
**Note:** Version bump only for package main-react
9+
610
## [1.0.21](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.21) (2023-12-18)
711

812
**Note:** Version bump only for package main-react

examples/main-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "main-react",
3-
"version": "1.0.21",
3+
"version": "1.0.22",
44
"private": true,
55
"dependencies": {
66
"@ant-design/icons": "^4.7.0",
@@ -59,7 +59,7 @@
5959
"webpack-dev-server": "^4.6.0",
6060
"webpack-manifest-plugin": "^4.0.2",
6161
"workbox-webpack-plugin": "^6.4.1",
62-
"wujie-react": "workspace:^1.0.21"
62+
"wujie-react": "workspace:^1.0.22"
6363
},
6464
"scripts": {
6565
"start": "node scripts/start.js",

examples/main-vue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
7+
8+
**Note:** Version bump only for package main-vue
9+
610
## [1.0.21](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.21) (2023-12-18)
711

812
**Note:** Version bump only for package main-vue

examples/main-vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "main-vue",
3-
"version": "1.0.21",
3+
"version": "1.0.22",
44
"private": true,
55
"scripts": {
66
"start": "vue-cli-service serve",
@@ -14,8 +14,8 @@
1414
"vue": "^2.6.11",
1515
"vue-router": "^3.2.0",
1616
"whatwg-fetch": "^3.6.2",
17-
"wujie": "workspace:^1.0.21",
18-
"wujie-vue2": "workspace:^1.0.21"
17+
"wujie": "workspace:^1.0.22",
18+
"wujie-vue2": "workspace:^1.0.22"
1919
},
2020
"devDependencies": {
2121
"@vue/cli-plugin-babel": "~4.5.0",

examples/react16/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
7+
8+
**Note:** Version bump only for package react16
9+
610
## [1.0.21](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.21) (2023-12-18)
711

812
**Note:** Version bump only for package react16

examples/react16/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react16",
3-
"version": "1.0.21",
3+
"version": "1.0.22",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "^7.16.0",
@@ -59,7 +59,7 @@
5959
"webpack-dev-server": "^4.6.0",
6060
"webpack-manifest-plugin": "^4.0.2",
6161
"workbox-webpack-plugin": "^6.4.1",
62-
"wujie-react": "workspace:^1.0.21"
62+
"wujie-react": "workspace:^1.0.22"
6363
},
6464
"scripts": {
6565
"start": "node scripts/start.js",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
]
1717
}
1818
},
19-
"version": "1.0.21"
19+
"version": "1.0.22"
2020
}

packages/wujie-core/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
7+
8+
### Bug Fixes
9+
10+
* 解决子应用销毁时,主应用监听事件内存未被释放 [#752](https://github.com/Tencent/wujie/issues/752) ([#753](https://github.com/Tencent/wujie/issues/753)) ([5fa87a8](https://github.com/Tencent/wujie/commit/5fa87a8b4440658c947f71126cd432c337dd8a26)), closes [#568](https://github.com/Tencent/wujie/issues/568)
11+
* 修复降级模式会丢失事件监听器 ([#758](https://github.com/Tencent/wujie/issues/758)) ([534e865](https://github.com/Tencent/wujie/commit/534e8653c266df0373cbe3a924a79f92f4f604b8))
12+
* 修复在safari下scriptElement的src下不可写的问题 ([84b2378](https://github.com/Tencent/wujie/commit/84b2378d952814b3112ba2b16b91db940807e2d5))
13+
* 修复重复Object.defineProperties导致的报错 ([94bbfa6](https://github.com/Tencent/wujie/commit/94bbfa6eb879b156eeef68cd4aa68ac32d772fe3))
14+
615
## [1.0.21](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.21) (2023-12-18)
716

817
### Bug Fixes

packages/wujie-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wujie",
3-
"version": "1.0.21",
3+
"version": "1.0.22",
44
"description": "极致的微前端框架",
55
"main": "./lib/index.js",
66
"module": "./esm/index.js",

packages/wujie-react/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
7+
8+
**Note:** Version bump only for package wujie-react
9+
610
## [1.0.21](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.21) (2023-12-18)
711

812
**Note:** Version bump only for package wujie-react

packages/wujie-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wujie-react",
3-
"version": "1.0.21",
3+
"version": "1.0.22",
44
"description": "无界微前端React组件封装",
55
"main": "./lib/index.js",
66
"module": "./esm/index.js",
@@ -30,7 +30,7 @@
3030
"license": "MIT",
3131
"dependencies": {
3232
"prop-types": "^15.8.1",
33-
"wujie": "workspace:1.0.21"
33+
"wujie": "workspace:1.0.22"
3434
},
3535
"devDependencies": {
3636
"@babel/cli": "^7.18.6",

packages/wujie-vue2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
7+
8+
**Note:** Version bump only for package wujie-vue2
9+
610
## [1.0.21](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.21) (2023-12-18)
711

812
**Note:** Version bump only for package wujie-vue2

packages/wujie-vue2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wujie-vue2",
3-
"version": "1.0.21",
3+
"version": "1.0.22",
44
"description": "无界微前端Vue2组件封装",
55
"main": "./lib/index.js",
66
"module": "./esm/index.js",
@@ -29,7 +29,7 @@
2929
},
3030
"license": "MIT",
3131
"dependencies": {
32-
"wujie": "workspace:1.0.21"
32+
"wujie": "workspace:1.0.22"
3333
},
3434
"devDependencies": {
3535
"@babel/cli": "^7.18.6",

packages/wujie-vue3/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
7+
8+
**Note:** Version bump only for package wujie-vue3
9+
610
## [1.0.21](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.21) (2023-12-18)
711

812
**Note:** Version bump only for package wujie-vue3

packages/wujie-vue3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wujie-vue3",
3-
"version": "1.0.21",
3+
"version": "1.0.22",
44
"description": "无界微前端Vue3组件封装",
55
"main": "./lib/index.js",
66
"module": "./esm/index.js",
@@ -29,7 +29,7 @@
2929
},
3030
"license": "MIT",
3131
"dependencies": {
32-
"wujie": "workspace:1.0.21"
32+
"wujie": "workspace:1.0.22"
3333
},
3434
"devDependencies": {
3535
"@babel/cli": "^7.18.6",

0 commit comments

Comments
 (0)