Skip to content

Commit be705d6

Browse files
committed
v1.0.23
1 parent c03a956 commit be705d6

29 files changed

+130
-25
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
### Bug Fixes
9+
10+
* appWindowOnEvent 增加 onerror and onunhandledrejection 事件 ([#865](https://github.com/Tencent/wujie/issues/865)) ([76ee1b2](https://github.com/Tencent/wujie/commit/76ee1b2fdd95c1f80b67cdc8468a677d1726c766))
11+
* 修复 子应用 html 上的属性会被丢失的问题([#908](https://github.com/Tencent/wujie/issues/908)) ([#909](https://github.com/Tencent/wujie/issues/909)) ([e2cf327](https://github.com/Tencent/wujie/commit/e2cf327709cfe991b47245572abc80681d864e17))
12+
* 修复css中图片url解析错误 ([#681](https://github.com/Tencent/wujie/issues/681)) ([94c3b6e](https://github.com/Tencent/wujie/commit/94c3b6eaf5ed3c3fd28762240d724f4b83a3025e))
13+
* 修复wujie-react重复渲染时保活模式输出undefined ([#840](https://github.com/Tencent/wujie/issues/840)) ([6c4659d](https://github.com/Tencent/wujie/commit/6c4659df08ddd901a89b5f8bfbf29b9b8f5eabee))
14+
* 修复在降级情况下无法加载vite使用vite-legacy-plugin打包出的js文件 ([#861](https://github.com/Tencent/wujie/issues/861)) ([a22b545](https://github.com/Tencent/wujie/commit/a22b545588fe74e2981a39a5b9bdc1a8083ad53c))
15+
* 修复多个子应用启动,拿到的全局对象缓存都是第一个子应用全局对象的bug ([#792](https://github.com/Tencent/wujie/issues/792)) ([41a5309](https://github.com/Tencent/wujie/commit/41a5309de9e39539d6684a424302bff2b7965db2))
16+
* 修复子应用无法使用 WebComponent 组件库,提示 adoptedstylesheets 问题 ([#771](https://github.com/Tencent/wujie/issues/771)) ([fa5fb03](https://github.com/Tencent/wujie/commit/fa5fb030f88acfe0d6d59692d66bbb0763997379))
17+
* 修复子应用无法使用 WebComponent 组件库,提示 adoptedstylesheets 问题 ([#771](https://github.com/Tencent/wujie/issues/771)) ([#853](https://github.com/Tencent/wujie/issues/853)) ([f0c12e7](https://github.com/Tencent/wujie/commit/f0c12e703e2f6bec17a08527b018b77bd5706dc0))
18+
* 修复通过appendChild添加的外部脚本中使用document.body.removeChild移除脚本报错阻塞代码执行的问题 ([#839](https://github.com/Tencent/wujie/issues/839)) ([2e2a23c](https://github.com/Tencent/wujie/commit/2e2a23c939781d7ed8fab1d06b3208b7d082c0d4))
19+
* 在afterUnmount的回调函数中,使用 destroyApp 方法时,bus 属性为null ,调用$clear()会报错 ([#742](https://github.com/Tencent/wujie/issues/742)) ([d6ea8d6](https://github.com/Tencent/wujie/commit/d6ea8d69d611df07fef9af1d88242786257813c3))
20+
21+
### Features
22+
23+
* add AI search ([#760](https://github.com/Tencent/wujie/issues/760)) ([4296ed2](https://github.com/Tencent/wujie/commit/4296ed2ee23e1092df5ba8691e1fd296a1587cf1))
24+
* unmount hook support promise ([#645](https://github.com/Tencent/wujie/issues/645)) ([18be78b](https://github.com/Tencent/wujie/commit/18be78b336c2ab90fb0e85096c4281be3a1d49cb))
25+
* 优化处理document专属事件中可能造成内存泄露部分 ([#644](https://github.com/Tencent/wujie/issues/644)) ([78e6983](https://github.com/Tencent/wujie/commit/78e698398e5b70b3c2727dd80b60a7d9ae826d4c))
26+
* 添加postmessage通信示例 ([da2c99f](https://github.com/Tencent/wujie/commit/da2c99f38afae8fbe0c1ab8e2eb3ff7cb2eaece2))
27+
628
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
729

830
### Bug Fixes

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
### Features
9+
10+
* add AI search ([#760](https://github.com/Tencent/wujie/issues/760)) ([4296ed2](https://github.com/Tencent/wujie/commit/4296ed2ee23e1092df5ba8691e1fd296a1587cf1))
11+
* unmount hook support promise ([#645](https://github.com/Tencent/wujie/issues/645)) ([18be78b](https://github.com/Tencent/wujie/commit/18be78b336c2ab90fb0e85096c4281be3a1d49cb))
12+
613
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
714

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

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wujie-docs",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
44
"description": "",
55
"main": "index.js",
66
"private": true,
@@ -13,8 +13,8 @@
1313
"author": "yiludege,erkelost",
1414
"license": "ISC",
1515
"devDependencies": {
16-
"vite": "3.0.9",
1716
"@documate/vue": "^0.2.3",
17+
"vite": "3.0.9",
1818
"vitepress": "1.0.0-alpha.60"
1919
},
2020
"dependencies": {

examples/angular12/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
### Features
9+
10+
* unmount hook support promise ([#645](https://github.com/Tencent/wujie/issues/645)) ([18be78b](https://github.com/Tencent/wujie/commit/18be78b336c2ab90fb0e85096c4281be3a1d49cb))
11+
612
# [1.0.0](https://github.com/Tencent/wujie/compare/v1.0.0-rc.25...v1.0.0) (2022-11-10)
713

814
### Features

examples/angular12/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular12",
3-
"version": "1.0.0",
3+
"version": "1.0.23",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

examples/main-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
**Note:** Version bump only for package main-react
9+
610
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
711

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

examples/main-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "main-react",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
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.22"
62+
"wujie-react": "workspace:^1.0.23"
6363
},
6464
"scripts": {
6565
"start": "node scripts/start.js",

examples/main-vue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
### Features
9+
10+
* 添加postmessage通信示例 ([da2c99f](https://github.com/Tencent/wujie/commit/da2c99f38afae8fbe0c1ab8e2eb3ff7cb2eaece2))
11+
612
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
713

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

examples/main-vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "main-vue",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
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.22",
18-
"wujie-vue2": "workspace:^1.0.22"
17+
"wujie": "workspace:^1.0.23",
18+
"wujie-vue2": "workspace:^1.0.23"
1919
},
2020
"devDependencies": {
2121
"@vue/cli-plugin-babel": "~4.5.0",

examples/react16/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
**Note:** Version bump only for package react16
9+
610
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
711

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

examples/react16/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react16",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
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.22"
62+
"wujie-react": "workspace:^1.0.23"
6363
},
6464
"scripts": {
6565
"start": "node scripts/start.js",

examples/react17/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
### Features
9+
10+
* 添加postmessage通信示例 ([da2c99f](https://github.com/Tencent/wujie/commit/da2c99f38afae8fbe0c1ab8e2eb3ff7cb2eaece2))
11+
612
## [1.0.17](https://github.com/Tencent/wujie/compare/v1.0.16...v1.0.17) (2023-05-30)
713

814
### Bug Fixes

examples/react17/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react17",
3-
"version": "1.0.17",
3+
"version": "1.0.23",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "7.12.3",

examples/vite/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
### Features
9+
10+
* unmount hook support promise ([#645](https://github.com/Tencent/wujie/issues/645)) ([18be78b](https://github.com/Tencent/wujie/commit/18be78b336c2ab90fb0e85096c4281be3a1d49cb))
11+
612
# [1.0.0](https://github.com/Tencent/wujie/compare/v1.0.0-rc.25...v1.0.0) (2022-11-10)
713

814
**Note:** Version bump only for package vite

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite",
3-
"version": "1.0.0",
3+
"version": "1.0.23",
44
"private": true,
55
"scripts": {
66
"start": "vite",

examples/vue2/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
### Features
9+
10+
* 添加postmessage通信示例 ([da2c99f](https://github.com/Tencent/wujie/commit/da2c99f38afae8fbe0c1ab8e2eb3ff7cb2eaece2))
11+
612
# [1.0.0](https://github.com/Tencent/wujie/compare/v1.0.0-rc.25...v1.0.0) (2022-11-10)
713

814
### Features

examples/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue2",
3-
"version": "1.0.0",
3+
"version": "1.0.23",
44
"private": true,
55
"scripts": {
66
"start": "vue-cli-service serve --mode:development",

examples/vue3/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
### Features
9+
10+
* 添加postmessage通信示例 ([da2c99f](https://github.com/Tencent/wujie/commit/da2c99f38afae8fbe0c1ab8e2eb3ff7cb2eaece2))
11+
612
# [1.0.0](https://github.com/Tencent/wujie/compare/v1.0.0-rc.25...v1.0.0) (2022-11-10)
713

814
**Note:** Version bump only for package vue3

examples/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3",
3-
"version": "1.0.0",
3+
"version": "1.0.23",
44
"private": true,
55
"scripts": {
66
"start": "vue-cli-service serve",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
]
1717
}
1818
},
19-
"version": "1.0.22"
19+
"version": "1.0.23"
2020
}

packages/wujie-core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
### Bug Fixes
9+
10+
* appWindowOnEvent 增加 onerror and onunhandledrejection 事件 ([#865](https://github.com/Tencent/wujie/issues/865)) ([76ee1b2](https://github.com/Tencent/wujie/commit/76ee1b2fdd95c1f80b67cdc8468a677d1726c766))
11+
* 修复 子应用 html 上的属性会被丢失的问题([#908](https://github.com/Tencent/wujie/issues/908)) ([#909](https://github.com/Tencent/wujie/issues/909)) ([e2cf327](https://github.com/Tencent/wujie/commit/e2cf327709cfe991b47245572abc80681d864e17))
12+
* 修复css中图片url解析错误 ([#681](https://github.com/Tencent/wujie/issues/681)) ([94c3b6e](https://github.com/Tencent/wujie/commit/94c3b6eaf5ed3c3fd28762240d724f4b83a3025e))
13+
* 修复在降级情况下无法加载vite使用vite-legacy-plugin打包出的js文件 ([#861](https://github.com/Tencent/wujie/issues/861)) ([a22b545](https://github.com/Tencent/wujie/commit/a22b545588fe74e2981a39a5b9bdc1a8083ad53c))
14+
* 修复多个子应用启动,拿到的全局对象缓存都是第一个子应用全局对象的bug ([#792](https://github.com/Tencent/wujie/issues/792)) ([41a5309](https://github.com/Tencent/wujie/commit/41a5309de9e39539d6684a424302bff2b7965db2))
15+
* 修复子应用无法使用 WebComponent 组件库,提示 adoptedstylesheets 问题 ([#771](https://github.com/Tencent/wujie/issues/771)) ([fa5fb03](https://github.com/Tencent/wujie/commit/fa5fb030f88acfe0d6d59692d66bbb0763997379))
16+
* 修复通过appendChild添加的外部脚本中使用document.body.removeChild移除脚本报错阻塞代码执行的问题 ([#839](https://github.com/Tencent/wujie/issues/839)) ([2e2a23c](https://github.com/Tencent/wujie/commit/2e2a23c939781d7ed8fab1d06b3208b7d082c0d4))
17+
* 在afterUnmount的回调函数中,使用 destroyApp 方法时,bus 属性为null ,调用$clear()会报错 ([#742](https://github.com/Tencent/wujie/issues/742)) ([d6ea8d6](https://github.com/Tencent/wujie/commit/d6ea8d69d611df07fef9af1d88242786257813c3))
18+
19+
### Features
20+
21+
* unmount hook support promise ([#645](https://github.com/Tencent/wujie/issues/645)) ([18be78b](https://github.com/Tencent/wujie/commit/18be78b336c2ab90fb0e85096c4281be3a1d49cb))
22+
* 优化处理document专属事件中可能造成内存泄露部分 ([#644](https://github.com/Tencent/wujie/issues/644)) ([78e6983](https://github.com/Tencent/wujie/commit/78e698398e5b70b3c2727dd80b60a7d9ae826d4c))
23+
624
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
725

826
### Bug Fixes

packages/wujie-core/package.json

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

packages/wujie-core/src/plugin.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function cssRelativePathResolve(code: string, src: string, base: string) {
6363
*
6464
* 这里修改一下正则匹配,先匹配url(xxx)内的xxx,需要兼容一下嵌套括号,
6565
* 再判断是否为base64,不再预先忽略data:前缀,防止base64的svg内仍有url被匹配
66-
*
66+
*
6767
* eg:
6868
* background: url(data:image/svg+xml;charset=utf-8,<svg><path fill=url(#a)></path></svg>)
6969
* 以上样式会匹配出#a并进行修改,svg填充的路径就出问题了。
@@ -80,8 +80,8 @@ function cssRelativePathResolve(code: string, src: string, base: string) {
8080
return _m;
8181
}
8282

83-
return `url(${pre}${getAbsolutePath(url, baseUrl)}${post})`
84-
})
83+
return `url(${pre}${getAbsolutePath(url, baseUrl)}${post})`;
84+
});
8585
}
8686

8787
const defaultPlugin = {

packages/wujie-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
### Bug Fixes
9+
10+
* 修复wujie-react重复渲染时保活模式输出undefined ([#840](https://github.com/Tencent/wujie/issues/840)) ([6c4659d](https://github.com/Tencent/wujie/commit/6c4659df08ddd901a89b5f8bfbf29b9b8f5eabee))
11+
612
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
713

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

packages/wujie-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wujie-react",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
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.22"
33+
"wujie": "workspace:1.0.23"
3434
},
3535
"devDependencies": {
3636
"@babel/cli": "^7.18.6",

packages/wujie-vue2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
**Note:** Version bump only for package wujie-vue2
9+
610
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
711

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

packages/wujie-vue2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wujie-vue2",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
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.22"
32+
"wujie": "workspace:1.0.23"
3333
},
3434
"devDependencies": {
3535
"@babel/cli": "^7.18.6",

packages/wujie-vue3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
7+
8+
**Note:** Version bump only for package wujie-vue3
9+
610
## [1.0.22](https://github.com/Tencent/wujie/compare/v1.0.20...v1.0.22) (2023-12-18)
711

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

packages/wujie-vue3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wujie-vue3",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
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.22"
32+
"wujie": "workspace:1.0.23"
3333
},
3434
"devDependencies": {
3535
"@babel/cli": "^7.18.6",

0 commit comments

Comments
 (0)