Skip to content

Commit d9afdaa

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

File tree

14 files changed

+79
-13
lines changed

14 files changed

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

816

bricks/ai-portal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-bricks/ai-portal",
3-
"version": "0.61.2",
3+
"version": "0.61.3",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
55
"repository": {
66
"type": "git",
@@ -55,8 +55,8 @@
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.3",
59-
"@next-shared/shiki": "^0.1.0",
58+
"@next-shared/markdown": "^0.7.4",
59+
"@next-shared/shiki": "^0.1.1",
6060
"@next-tsx/converter": "^0.0.4",
6161
"@next-tsx/core": "^0.0.5",
6262
"@next-tsx/parser": "^0.0.4",

bricks/form/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.21.4](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-19)
7+
8+
9+
### Bug Fixes
10+
11+
* fix types ([5e7905f](https://github.com/easyops-cn/next-advanced-bricks/commit/5e7905f75bb6ae3bd6f3007432ca1a697ad10d0c))
12+
13+
14+
15+
16+
617
## [1.21.3](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-18)
718

819

bricks/form/package.json

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

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

816

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.17",
3+
"version": "1.13.18",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/markdown",
55
"repository": {
66
"type": "git",
@@ -55,7 +55,7 @@
5555
"@next-core/react-element": "^1.0.38",
5656
"@next-core/theme": "^1.6.1",
5757
"@next-shared/form": "^0.10.1",
58-
"@next-shared/markdown": "^0.7.3",
58+
"@next-shared/markdown": "^0.7.4",
5959
"@next-shared/story": "^0.0.4",
6060
"@prosemirror-adapter/react": "^0.2.2",
6161
"@type-config/strict": "^1.2.1",

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

816

bricks/presentational/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/presentational",
3-
"version": "1.21.7",
3+
"version": "1.21.8",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/presentational",
55
"repository": {
66
"type": "git",
@@ -45,7 +45,7 @@
4545
"@next-core/utils": "^1.8.8",
4646
"@next-shared/datetime": "^0.4.4",
4747
"@next-shared/general": "^0.10.5",
48-
"@next-shared/shiki": "^0.1.0",
48+
"@next-shared/shiki": "^0.1.1",
4949
"classnames": "^2.3.2",
5050
"file-saver": "^2.0.5",
5151
"prism-react-renderer": "^2.0.6",

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.15](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-19)
7+
8+
**Note:** Version bump only for package @next-bricks/visual-builder
9+
10+
11+
12+
13+
614
## [1.39.14](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-11)
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.14",
3+
"version": "1.39.15",
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.3",
57+
"@next-shared/markdown": "^0.7.4",
5858
"classnames": "^2.3.2",
5959
"html2canvas": "^1.4.1",
6060
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)