Skip to content

Commit 00dd98a

Browse files
committed
chore(release): publish
- @next-bricks/[email protected] - @next-bricks/[email protected] - @next-shared/[email protected] - @next-shared/[email protected]
1 parent 31c2b52 commit 00dd98a

File tree

8 files changed

+62
-9
lines changed

8 files changed

+62
-9
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.39.5](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-09-17)
7+
8+
9+
### Bug Fixes
10+
11+
* support conversation state "input-required" ([1ee572b](https://github.com/easyops-cn/next-advanced-bricks/commit/1ee572bd7b4308367c780f0e81dd71c439c76608))
12+
13+
14+
15+
16+
617
## [0.39.4](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-09-16)
718

819

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.39.4",
3+
"version": "0.39.5",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
55
"repository": {
66
"type": "git",
@@ -58,8 +58,8 @@
5858
"@next-shared/form": "^0.8.4",
5959
"@next-shared/markdown": "^0.7.1",
6060
"@next-shared/shiki": "^0.1.0",
61-
"@next-shared/tsx-converter": "^0.0.4",
62-
"@next-shared/tsx-parser": "^0.0.4",
61+
"@next-shared/tsx-converter": "^0.1.0",
62+
"@next-shared/tsx-parser": "^0.1.0",
6363
"classnames": "^2.3.2",
6464
"comlink": "^4.4.2",
6565
"d3-selection": "^3.0.0",

bricks/vb-experiment/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+
# [1.3.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-09-17)
7+
8+
9+
### Features
10+
11+
* support function components ([e1025fd](https://github.com/easyops-cn/next-advanced-bricks/commit/e1025fd714c8c9b0d9e54a2c430e184ab9dff283))
12+
* **tsx-playground:** change event ([7376ac6](https://github.com/easyops-cn/next-advanced-bricks/commit/7376ac66ae255753510ec4803a8502148ac8c2a7))
13+
14+
15+
16+
17+
618
## [1.2.8](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-09-15)
719

820
**Note:** Version bump only for package @next-bricks/vb-experiment

bricks/vb-experiment/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/vb-experiment",
3-
"version": "1.2.8",
3+
"version": "1.3.0",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/vb-experiment",
55
"repository": {
66
"type": "git",
@@ -42,8 +42,8 @@
4242
"@next-core/theme": "^1.6.0",
4343
"@next-core/types": "^1.17.0",
4444
"@next-core/utils": "^1.8.4",
45-
"@next-shared/tsx-converter": "^0.0.4",
46-
"@next-shared/tsx-parser": "^0.0.4",
45+
"@next-shared/tsx-converter": "^0.1.0",
46+
"@next-shared/tsx-parser": "^0.1.0",
4747
"comlink": "^4.4.2",
4848
"file-saver": "^2.0.5",
4949
"jszip": "^3.10.1",

shared/tsx-converter/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.1.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-09-17)
7+
8+
9+
### Features
10+
11+
* support function components ([e1025fd](https://github.com/easyops-cn/next-advanced-bricks/commit/e1025fd714c8c9b0d9e54a2c430e184ab9dff283))
12+
* support useResource ([35d9c0d](https://github.com/easyops-cn/next-advanced-bricks/commit/35d9c0dc998667be5ed27e85a4789a39e292f9a4))
13+
14+
15+
16+
17+
618
## [0.0.4](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-09-15)
719

820
**Note:** Version bump only for package @next-shared/tsx-converter

shared/tsx-converter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-shared/tsx-converter",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/shared/tsx-converter",
55
"repository": {
66
"type": "git",
@@ -40,7 +40,7 @@
4040
"@next-api-sdk/cmdb-sdk": "^1.1.1",
4141
"@next-core/types": "^1.17.0",
4242
"@next-core/utils": "^1.8.4",
43-
"@next-shared/tsx-parser": "^0.0.4"
43+
"@next-shared/tsx-parser": "^0.1.0"
4444
},
4545
"devDependencies": {
4646
"@next-core/build-next-libs": "^1.0.25"

shared/tsx-parser/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-09-17)
7+
8+
9+
### Bug Fixes
10+
11+
* bailout earlier ([15cafbb](https://github.com/easyops-cn/next-advanced-bricks/commit/15cafbb8494aa13d3a7e56c542ac8747b4bd6a78))
12+
* useState instead of createSignal ([8edb705](https://github.com/easyops-cn/next-advanced-bricks/commit/8edb7059d061ea66c527c7dba6d780e5bd7973a2))
13+
14+
15+
### Features
16+
17+
* support function components ([e1025fd](https://github.com/easyops-cn/next-advanced-bricks/commit/e1025fd714c8c9b0d9e54a2c430e184ab9dff283))
18+
* support useResource ([35d9c0d](https://github.com/easyops-cn/next-advanced-bricks/commit/35d9c0dc998667be5ed27e85a4789a39e292f9a4))
19+
20+
21+
22+
23+
624
## [0.0.4](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-09-15)
725

826

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

0 commit comments

Comments
 (0)