Skip to content

Commit b61fa3d

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

File tree

8 files changed

+46
-7
lines changed

8 files changed

+46
-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.20.6](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-07-29)
7+
8+
9+
### Bug Fixes
10+
11+
* refine show cases ([3c4fbe5](https://github.com/easyops-cn/next-advanced-bricks/commit/3c4fbe5a9f935be04086cee2593f72b135c79057))
12+
13+
14+
15+
16+
617
## [0.20.5](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-07-29)
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.20.5",
3+
"version": "0.20.6",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
55
"repository": {
66
"type": "git",
@@ -54,7 +54,7 @@
5454
"@next-core/utils": "^1.8.2",
5555
"@next-shared/diagram": "^0.1.0",
5656
"@next-shared/form": "^0.8.4",
57-
"@next-shared/markdown": "^0.6.0",
57+
"@next-shared/markdown": "^0.6.1",
5858
"classnames": "^2.3.2",
5959
"d3-selection": "^3.0.0",
6060
"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.2](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-07-29)
7+
8+
**Note:** Version bump only for package @next-bricks/markdown
9+
10+
11+
12+
13+
614
## [1.13.1](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-07-19)
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.1",
3+
"version": "1.13.2",
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.0",
56+
"@next-shared/markdown": "^0.6.1",
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.1](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-07-29)
7+
8+
**Note:** Version bump only for package @next-bricks/visual-builder
9+
10+
11+
12+
13+
614
# [1.39.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-07-19)
715

816

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.0",
3+
"version": "1.39.1",
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.0",
55+
"@next-shared/markdown": "^0.6.1",
5656
"classnames": "^2.3.2",
5757
"html2canvas": "^1.4.1",
5858
"lodash": "^4.17.21",

shared/markdown/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.1](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-07-29)
7+
8+
9+
### Bug Fixes
10+
11+
* refine mermaid label style ([7c6c275](https://github.com/easyops-cn/next-advanced-bricks/commit/7c6c275cc483ddba7dd6cb1f8282b107a2121e6e))
12+
* refine mermaid style ([3b9651a](https://github.com/easyops-cn/next-advanced-bricks/commit/3b9651a730ab044de38e93bd55928bd246b0267a))
13+
14+
15+
16+
17+
618
# [0.6.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-07-19)
719

820

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.0",
3+
"version": "0.6.1",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/shared/markdown",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)