Skip to content

Commit 95eaa69

Browse files
committed
chore(release): publish
- @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-shared/[email protected]
1 parent 7a8d434 commit 95eaa69

File tree

10 files changed

+61
-9
lines changed

10 files changed

+61
-9
lines changed

bricks/ai-portal/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.54.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-10-20)
7+
8+
9+
### Bug Fixes
10+
11+
* check duplicated stages/activities ([a8122d7](https://github.com/easyops-cn/next-advanced-bricks/commit/a8122d7979009d1d3e29ba1c3684b28e0bc386a1))
12+
* handle mention overlay crossing multiple lines ([a1b280a](https://github.com/easyops-cn/next-advanced-bricks/commit/a1b280a78556e2c49f78b1c187065683660c2e90))
13+
14+
15+
### Features
16+
17+
* support chat commands ([1a70209](https://github.com/easyops-cn/next-advanced-bricks/commit/1a70209102d9ef699804c54774b027beda136e63))
18+
19+
20+
21+
22+
623
# [0.53.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-10-17)
724

825

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.53.0",
3+
"version": "0.54.0",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
55
"repository": {
66
"type": "git",
@@ -51,7 +51,7 @@
5151
"@next-core/utils": "^1.8.7",
5252
"@next-shared/datetime": "^0.4.3",
5353
"@next-shared/diagram": "^0.1.1",
54-
"@next-shared/form": "^0.9.2",
54+
"@next-shared/form": "^0.9.3",
5555
"@next-shared/markdown": "^0.7.2",
5656
"@next-shared/shiki": "^0.1.0",
5757
"@next-shared/tsx-converter": "^0.5.1",

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

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

bricks/form/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/form",
3-
"version": "1.20.5",
3+
"version": "1.20.6",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/form",
55
"repository": {
66
"type": "git",
@@ -45,7 +45,7 @@
4545
"@next-core/runtime": "^1.71.0",
4646
"@next-core/theme": "^1.6.1",
4747
"@next-core/types": "^1.18.0",
48-
"@next-shared/form": "^0.9.2",
48+
"@next-shared/form": "^0.9.3",
4949
"@next-shared/hooks": "^0.0.19",
5050
"@next-shared/story": "^0.0.4",
5151
"antd": "^5.23.2",

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.13](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-10-20)
7+
8+
**Note:** Version bump only for package @next-bricks/markdown
9+
10+
11+
12+
13+
614
## [1.13.12](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-10-17)
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.12",
3+
"version": "1.13.13",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/markdown",
55
"repository": {
66
"type": "git",
@@ -52,7 +52,7 @@
5252
"@next-core/element": "^1.2.19",
5353
"@next-core/react-element": "^1.0.38",
5454
"@next-core/theme": "^1.6.1",
55-
"@next-shared/form": "^0.9.2",
55+
"@next-shared/form": "^0.9.3",
5656
"@next-shared/markdown": "^0.7.2",
5757
"@next-shared/story": "^0.0.4",
5858
"@prosemirror-adapter/react": "^0.2.2",

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

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

bricks/vs/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/vs",
3-
"version": "1.18.7",
3+
"version": "1.18.8",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/vs",
55
"repository": {
66
"type": "git",
@@ -67,7 +67,7 @@
6767
"@next-core/runtime": "^1.71.0",
6868
"@next-core/theme": "^1.6.1",
6969
"@next-core/utils": "^1.8.7",
70-
"@next-shared/form": "^0.9.2",
70+
"@next-shared/form": "^0.9.3",
7171
"@next-shared/monaco-copilot": "^0.2.1",
7272
"@next-shared/monaco-textmate": "^0.1.2",
7373
"@next-shared/spell-check": "^0.1.6",

shared/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+
## [0.9.3](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-10-20)
7+
8+
9+
### Bug Fixes
10+
11+
* handle mention overlay crossing multiple lines ([a1b280a](https://github.com/easyops-cn/next-advanced-bricks/commit/a1b280a78556e2c49f78b1c187065683660c2e90))
12+
13+
14+
15+
16+
617
## [0.9.2](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-10-17)
718

819
**Note:** Version bump only for package @next-shared/form

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

0 commit comments

Comments
 (0)