Skip to content

Commit 750928a

Browse files
committed
chore(release): publish
- @next-core/[email protected] - @next-core/[email protected]
1 parent 645670f commit 750928a

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/brick-container/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+
## [2.98.11](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2025-11-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **brick_next:** 低发行版升级到 7.12,默认没有初始化 brick_next 的 clientId 和 secret;后续手动打开开关后,升级 NA/NB 组件时获取 token 失败 ([24a198b](https://github.com/easyops-cn/next-core/commit/24a198b4d7827f4b2df49238067a9455c4201f77))
12+
13+
14+
15+
16+
617
## [2.98.10](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2025-11-11)
718

819

packages/brick-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-core/brick-container",
3-
"version": "2.98.10",
3+
"version": "2.98.11",
44
"description": "Brick Container Server",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-container",
66
"license": "GPL-3.0",

packages/dev-dependencies/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.19.53](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2025-11-27)
7+
8+
**Note:** Version bump only for package @next-core/dev-dependencies
9+
10+
11+
12+
13+
614
## [1.19.52](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2025-11-11)
715

816
**Note:** Version bump only for package @next-core/dev-dependencies

packages/dev-dependencies/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-core/dev-dependencies",
3-
"version": "1.19.52",
3+
"version": "1.19.53",
44
"description": "Dev dependencies for brick-next related packages",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/dev-dependencies",
66
"license": "GPL-3.0",
@@ -21,7 +21,7 @@
2121
"@babel/core": "^7.20.5",
2222
"@next-core/babel-preset-next": "^0.10.0",
2323
"@next-core/babel-preset-prismjs": "^1.0.20",
24-
"@next-core/brick-container": "^2.98.10",
24+
"@next-core/brick-container": "^2.98.11",
2525
"@next-core/brick-dll": "^2.50.10",
2626
"@next-core/brick-scripts": "^3.0.8",
2727
"@next-core/browserslist-config-next": "^0.1.4",

0 commit comments

Comments
 (0)