Skip to content

Commit 50effc3

Browse files
committed
v1.0.26
1 parent 3880c06 commit 50effc3

File tree

20 files changed

+71
-17
lines changed

20 files changed

+71
-17
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.26](https://github.com/Tencent/wujie/compare/v1.0.25...v1.0.26) (2025-03-23)
7+
8+
### Bug Fixes
9+
10+
* 修复应用子应用嵌套路由查询参数丢失 ([73ba0c6](https://github.com/Tencent/wujie/commit/73ba0c61ae749fdd24061475a328147e83cd0788))
11+
* 修复重复引用wujie导致上下文丢失的问题([#955](https://github.com/Tencent/wujie/issues/955)) ([86bd166](https://github.com/Tencent/wujie/commit/86bd166ea4529785ff9a26af2344e66f17f412ea))
12+
13+
### Features
14+
15+
* script 脚本支持importmap([#970](https://github.com/Tencent/wujie/issues/970)) ([3880c06](https://github.com/Tencent/wujie/commit/3880c06e302c17d1a508d71fab17359fb440ab14))
16+
617
## [1.0.25](https://github.com/Tencent/wujie/compare/v1.0.24...v1.0.25) (2025-02-19)
718

819
### 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.26](https://github.com/Tencent/wujie/compare/v1.0.25...v1.0.26) (2025-03-23)
7+
8+
**Note:** Version bump only for package wujie-docs
9+
610
## [1.0.25](https://github.com/Tencent/wujie/compare/v1.0.24...v1.0.25) (2025-02-19)
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.25",
3+
"version": "1.0.26",
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.26](https://github.com/Tencent/wujie/compare/v1.0.25...v1.0.26) (2025-03-23)
7+
8+
**Note:** Version bump only for package main-react
9+
610
## [1.0.25](https://github.com/Tencent/wujie/compare/v1.0.24...v1.0.25) (2025-02-19)
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.25",
3+
"version": "1.0.26",
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.25"
62+
"wujie-react": "workspace:^1.0.26"
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.26](https://github.com/Tencent/wujie/compare/v1.0.25...v1.0.26) (2025-03-23)
7+
8+
**Note:** Version bump only for package main-vue
9+
610
## [1.0.25](https://github.com/Tencent/wujie/compare/v1.0.24...v1.0.25) (2025-02-19)
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.25",
3+
"version": "1.0.26",
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.25",
18-
"wujie-vue2": "workspace:^1.0.25"
17+
"wujie": "workspace:^1.0.26",
18+
"wujie-vue2": "workspace:^1.0.26"
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.26](https://github.com/Tencent/wujie/compare/v1.0.25...v1.0.26) (2025-03-23)
7+
8+
**Note:** Version bump only for package react16
9+
610
## [1.0.25](https://github.com/Tencent/wujie/compare/v1.0.24...v1.0.25) (2025-02-19)
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.25",
3+
"version": "1.0.26",
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.25"
62+
"wujie-react": "workspace:^1.0.26"
6363
},
6464
"scripts": {
6565
"start": "node scripts/start.js",

examples/react17/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.26](https://github.com/Tencent/wujie/compare/v1.0.25...v1.0.26) (2025-03-23)
7+
8+
**Note:** Version bump only for package react17
9+
610
## [1.0.23](https://github.com/Tencent/wujie/compare/v1.0.22...v1.0.23) (2024-11-24)
711

812
### Features

0 commit comments

Comments
 (0)