Skip to content

Commit 5045da1

Browse files
committed
chore(release): publish
- @next-bricks/[email protected] - @next-bricks/[email protected] - @next-shared/[email protected] - @next-shared/[email protected]
1 parent 2057f70 commit 5045da1

File tree

8 files changed

+49
-9
lines changed

8 files changed

+49
-9
lines changed

bricks/ai-portal/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.6](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+
* interactional modification ([d8b86d5](https://github.com/easyops-cn/next-advanced-bricks/commit/d8b86d5d8591ead8cfcc4170d51523feb1b84a9c))
12+
* refine project conversations style ([819ba64](https://github.com/easyops-cn/next-advanced-bricks/commit/819ba643db62007fb49dc500e80e47a4922ebb6d))
13+
* render with templates ([2cfb767](https://github.com/easyops-cn/next-advanced-bricks/commit/2cfb767ca337df3b61f107c2bf562572903bae09))
14+
15+
16+
17+
18+
619
## [0.39.5](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-09-17)
720

821

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.5",
3+
"version": "0.39.6",
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.1.0",
62-
"@next-shared/tsx-parser": "^0.1.0",
61+
"@next-shared/tsx-converter": "^0.1.1",
62+
"@next-shared/tsx-parser": "^0.1.1",
6363
"classnames": "^2.3.2",
6464
"comlink": "^4.4.2",
6565
"d3-selection": "^3.0.0",

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

816

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.3.0",
3+
"version": "1.3.1",
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.1.0",
46-
"@next-shared/tsx-parser": "^0.1.0",
45+
"@next-shared/tsx-converter": "^0.1.1",
46+
"@next-shared/tsx-parser": "^0.1.1",
4747
"comlink": "^4.4.2",
4848
"file-saver": "^2.0.5",
4949
"jszip": "^3.10.1",

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

816

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.1.0",
3+
"version": "0.1.1",
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.1.0"
43+
"@next-shared/tsx-parser": "^0.1.1"
4444
},
4545
"devDependencies": {
4646
"@next-core/build-next-libs": "^1.0.25"

shared/tsx-parser/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.1.1](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+
* render with templates ([2cfb767](https://github.com/easyops-cn/next-advanced-bricks/commit/2cfb767ca337df3b61f107c2bf562572903bae09))
12+
13+
14+
15+
16+
617
# [0.1.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-09-17)
718

819

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.1.0",
3+
"version": "0.1.1",
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)