Skip to content

Commit b1f308b

Browse files
committed
v1.0.29
1 parent 649ee64 commit b1f308b

18 files changed

Lines changed: 62 additions & 16 deletions

File tree

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.29](https://github.com/Tencent/wujie/compare/v1.0.28...v1.0.29) (2025-07-20)
7+
8+
### Features
9+
10+
* 子应用提供自定义事件配置 ([4f4f974](https://github.com/Tencent/wujie/commit/4f4f97437336aa12076cddd27191fe3de45a8824))
11+
612
## [1.0.28](https://github.com/Tencent/wujie/compare/v1.0.27...v1.0.28) (2025-04-08)
713

814
### Bug Fixes

docs/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.29](https://github.com/Tencent/wujie/compare/v1.0.28...v1.0.29) (2025-07-20)
7+
8+
**Note:** Version bump only for package wujie-docs
9+
610
## [1.0.28](https://github.com/Tencent/wujie/compare/v1.0.27...v1.0.28) (2025-04-08)
711

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wujie-docs",
3-
"version": "1.0.28",
3+
"version": "1.0.29",
44
"description": "",
55
"main": "index.js",
66
"private": true,

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.29](https://github.com/Tencent/wujie/compare/v1.0.28...v1.0.29) (2025-07-20)
7+
8+
**Note:** Version bump only for package main-react
9+
610
## [1.0.28](https://github.com/Tencent/wujie/compare/v1.0.27...v1.0.28) (2025-04-08)
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.28",
3+
"version": "1.0.29",
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.28"
62+
"wujie-react": "workspace:^1.0.29"
6363
},
6464
"scripts": {
6565
"start": "node scripts/start.js",

examples/main-vue/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.29](https://github.com/Tencent/wujie/compare/v1.0.28...v1.0.29) (2025-07-20)
7+
8+
**Note:** Version bump only for package main-vue
9+
610
## [1.0.28](https://github.com/Tencent/wujie/compare/v1.0.27...v1.0.28) (2025-04-08)
711

812
**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.28",
3+
"version": "1.0.29",
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.28",
18-
"wujie-vue2": "workspace:^1.0.28"
17+
"wujie": "workspace:^1.0.29",
18+
"wujie-vue2": "workspace:^1.0.29"
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.29](https://github.com/Tencent/wujie/compare/v1.0.28...v1.0.29) (2025-07-20)
7+
8+
**Note:** Version bump only for package react16
9+
610
## [1.0.28](https://github.com/Tencent/wujie/compare/v1.0.27...v1.0.28) (2025-04-08)
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.28",
3+
"version": "1.0.29",
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.28"
62+
"wujie-react": "workspace:^1.0.29"
6363
},
6464
"scripts": {
6565
"start": "node scripts/start.js",

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.28"
19+
"version": "1.0.29"
2020
}

0 commit comments

Comments
 (0)