Skip to content

Commit 33d3efd

Browse files
committed
chore(release): publish
- @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-shared/[email protected]
1 parent b5a782d commit 33d3efd

File tree

8 files changed

+45
-7
lines changed

8 files changed

+45
-7
lines changed

bricks/ai-portal/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+
# [0.25.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-08-13)
7+
8+
9+
### Features
10+
11+
* **chat-stream:** show job detail ([1e9f4fa](https://github.com/easyops-cn/next-advanced-bricks/commit/1e9f4fa6e72c4899e704db10141f86b981050de0))
12+
13+
14+
15+
16+
617
# [0.24.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-08-13)
718

819

bricks/ai-portal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-bricks/ai-portal",
3-
"version": "0.24.0",
3+
"version": "0.25.0",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
55
"repository": {
66
"type": "git",
@@ -55,7 +55,7 @@
5555
"@next-shared/diagram": "^0.1.0",
5656
"@next-shared/form": "^0.8.4",
5757
"@next-shared/jsx-storyboard": "^0.2.2",
58-
"@next-shared/markdown": "^0.6.1",
58+
"@next-shared/markdown": "^0.6.2",
5959
"classnames": "^2.3.2",
6060
"d3-selection": "^3.0.0",
6161
"d3-zoom": "^3.0.0",

bricks/markdown/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.13.3](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-08-13)
7+
8+
**Note:** Version bump only for package @next-bricks/markdown
9+
10+
11+
12+
13+
614
## [1.13.2](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-07-29)
715

816
**Note:** Version bump only for package @next-bricks/markdown

bricks/markdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-bricks/markdown",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/markdown",
55
"repository": {
66
"type": "git",
@@ -53,7 +53,7 @@
5353
"@next-core/react-element": "^1.0.37",
5454
"@next-core/theme": "^1.6.0",
5555
"@next-shared/form": "^0.8.4",
56-
"@next-shared/markdown": "^0.6.1",
56+
"@next-shared/markdown": "^0.6.2",
5757
"@next-shared/story": "^0.0.4",
5858
"@prosemirror-adapter/react": "^0.2.2",
5959
"@type-config/strict": "^1.2.1",

bricks/visual-builder/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.39.2](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-08-13)
7+
8+
**Note:** Version bump only for package @next-bricks/visual-builder
9+
10+
11+
12+
13+
614
## [1.39.1](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-07-29)
715

816
**Note:** Version bump only for package @next-bricks/visual-builder

bricks/visual-builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-bricks/visual-builder",
3-
"version": "1.39.1",
3+
"version": "1.39.2",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/visual-builder",
55
"repository": {
66
"type": "git",
@@ -52,7 +52,7 @@
5252
"@next-core/types": "^1.17.0",
5353
"@next-core/utils": "^1.8.2",
5454
"@next-shared/general": "^0.10.5",
55-
"@next-shared/markdown": "^0.6.1",
55+
"@next-shared/markdown": "^0.6.2",
5656
"classnames": "^2.3.2",
5757
"html2canvas": "^1.4.1",
5858
"lodash": "^4.17.21",

shared/markdown/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+
## [0.6.2](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-08-13)
7+
8+
9+
### Bug Fixes
10+
11+
* register language jsx/mermaid ([5af9921](https://github.com/easyops-cn/next-advanced-bricks/commit/5af9921d9b5f6de5beb0392aa826cb2801d73002))
12+
13+
14+
15+
16+
617
## [0.6.1](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-07-29)
718

819

shared/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-shared/markdown",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/shared/markdown",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)