Skip to content

Commit 710a29b

Browse files
committed
chore(release): publish
- @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-shared/[email protected]
1 parent 52d4032 commit 710a29b

File tree

8 files changed

+45
-7
lines changed

8 files changed

+45
-7
lines changed

bricks/ai-portal/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+
## [0.64.4](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-27)
7+
8+
**Note:** Version bump only for package @next-bricks/ai-portal
9+
10+
11+
12+
13+
614
## [0.64.3](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-26)
715

816

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.64.3",
3+
"version": "0.64.4",
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.1",
5656
"@next-shared/form": "^0.10.1",
5757
"@next-shared/hooks": "^0.1.0",
58-
"@next-shared/markdown": "^0.7.4",
58+
"@next-shared/markdown": "^0.8.0",
5959
"@next-shared/shiki": "^0.1.1",
6060
"@next-tsx/converter": "^0.0.4",
6161
"@next-tsx/core": "^0.0.5",

bricks/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+
# [1.14.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-27)
7+
8+
9+
### Features
10+
11+
* support external links ([04bd1c4](https://github.com/easyops-cn/next-advanced-bricks/commit/04bd1c48107d635ad86be550eba922c36f30e622))
12+
13+
14+
15+
16+
617
## [1.13.18](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-19)
718

819
**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.18",
3+
"version": "1.14.0",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/markdown",
55
"repository": {
66
"type": "git",
@@ -58,7 +58,7 @@
5858
"@next-core/runtime": "^1.71.4",
5959
"@next-core/theme": "^1.6.1",
6060
"@next-shared/form": "^0.10.1",
61-
"@next-shared/markdown": "^0.7.4",
61+
"@next-shared/markdown": "^0.8.0",
6262
"@next-shared/story": "^0.0.4",
6363
"@prosemirror-adapter/react": "^0.2.2",
6464
"@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.16](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-27)
7+
8+
**Note:** Version bump only for package @next-bricks/visual-builder
9+
10+
11+
12+
13+
614
## [1.39.15](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-19)
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.15",
3+
"version": "1.39.16",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/visual-builder",
55
"repository": {
66
"type": "git",
@@ -54,7 +54,7 @@
5454
"@next-core/types": "^1.18.1",
5555
"@next-core/utils": "^1.8.8",
5656
"@next-shared/general": "^0.10.5",
57-
"@next-shared/markdown": "^0.7.4",
57+
"@next-shared/markdown": "^0.8.0",
5858
"classnames": "^2.3.2",
5959
"html2canvas": "^1.4.1",
6060
"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.8.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-11-27)
7+
8+
9+
### Features
10+
11+
* support external links ([04bd1c4](https://github.com/easyops-cn/next-advanced-bricks/commit/04bd1c48107d635ad86be550eba922c36f30e622))
12+
13+
14+
15+
16+
617
## [0.7.4](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-11-19)
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.7.4",
3+
"version": "0.8.0",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/shared/markdown",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)