Skip to content

Commit c71800f

Browse files
committed
chore(release): publish
- @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-shared/[email protected] - @next-shared/[email protected]
1 parent 4fe25dc commit c71800f

File tree

10 files changed

+79
-10
lines changed

10 files changed

+79
-10
lines changed

bricks/ai-portal/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.50.1](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-10-09)
7+
8+
9+
### Bug Fixes
10+
11+
* remove unused files ([b9e59df](https://github.com/easyops-cn/next-advanced-bricks/commit/b9e59df65a020196c7b0acf21095da0de91ed4bd))
12+
* show generated view in job node ([9d41a53](https://github.com/easyops-cn/next-advanced-bricks/commit/9d41a53badc9cc7b86a3e390977309284782e0cf))
13+
14+
15+
16+
17+
618
# [0.50.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-10-09)
719

820

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.50.0",
3+
"version": "0.50.1",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
55
"repository": {
66
"type": "git",
@@ -54,8 +54,8 @@
5454
"@next-shared/form": "^0.9.1",
5555
"@next-shared/markdown": "^0.7.2",
5656
"@next-shared/shiki": "^0.1.0",
57-
"@next-shared/tsx-converter": "^0.4.3",
58-
"@next-shared/tsx-parser": "^0.4.1",
57+
"@next-shared/tsx-converter": "^0.4.4",
58+
"@next-shared/tsx-parser": "^0.5.0",
5959
"classnames": "^2.3.2",
6060
"comlink": "^4.4.2",
6161
"d3-selection": "^3.0.0",

bricks/vb-experiment/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.3.13](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-10-09)
7+
8+
9+
### Bug Fixes
10+
11+
* remove unused files ([b9e59df](https://github.com/easyops-cn/next-advanced-bricks/commit/b9e59df65a020196c7b0acf21095da0de91ed4bd))
12+
13+
14+
15+
16+
617
## [1.3.12](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-09-30)
718

819

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.12",
3+
"version": "1.3.13",
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.1",
4343
"@next-core/types": "^1.17.0",
4444
"@next-core/utils": "^1.8.6",
45-
"@next-shared/tsx-converter": "^0.4.3",
46-
"@next-shared/tsx-parser": "^0.4.1",
45+
"@next-shared/tsx-converter": "^0.4.4",
46+
"@next-shared/tsx-parser": "^0.5.0",
4747
"comlink": "^4.4.2",
4848
"file-saver": "^2.0.5",
4949
"jszip": "^3.10.1",

bricks/vs/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.18.6](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-10-09)
7+
8+
9+
### Bug Fixes
10+
11+
* handle testing env ([2db41ba](https://github.com/easyops-cn/next-advanced-bricks/commit/2db41ba24569703d4ba830fce2c8456aa7d3106b))
12+
* no prefix `libs/` for extra libs ([7974b8b](https://github.com/easyops-cn/next-advanced-bricks/commit/7974b8bd476d0ab8f283a7f8a039e330f9ff7d7b))
13+
14+
15+
16+
17+
618
## [1.18.5](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-09-30)
719

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

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

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.4.4](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-10-09)
7+
8+
9+
### Bug Fixes
10+
11+
* handle testing env ([2db41ba](https://github.com/easyops-cn/next-advanced-bricks/commit/2db41ba24569703d4ba830fce2c8456aa7d3106b))
12+
* remove unused files ([b9e59df](https://github.com/easyops-cn/next-advanced-bricks/commit/b9e59df65a020196c7b0acf21095da0de91ed4bd))
13+
14+
15+
16+
17+
618
## [0.4.3](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-09-30)
719

820

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.4.3",
3+
"version": "0.4.4",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/shared/tsx-converter",
55
"repository": {
66
"type": "git",
@@ -44,7 +44,7 @@
4444
"@next-core/cook": "^2.5.12",
4545
"@next-core/types": "^1.17.0",
4646
"@next-core/utils": "^1.8.6",
47-
"@next-shared/tsx-parser": "^0.4.1"
47+
"@next-shared/tsx-parser": "^0.5.0"
4848
},
4949
"devDependencies": {
5050
"@next-core/build-next-libs": "^1.0.25",

shared/tsx-parser/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.5.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-10-09)
7+
8+
9+
### Bug Fixes
10+
11+
* handle testing env ([2db41ba](https://github.com/easyops-cn/next-advanced-bricks/commit/2db41ba24569703d4ba830fce2c8456aa7d3106b))
12+
* remove unused files ([b9e59df](https://github.com/easyops-cn/next-advanced-bricks/commit/b9e59df65a020196c7b0acf21095da0de91ed4bd))
13+
14+
15+
### Features
16+
17+
* refactor as module ([1b85ff0](https://github.com/easyops-cn/next-advanced-bricks/commit/1b85ff085f998ad36df72df680bb829c05af2814))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* drop support for some legacy features, such as await exprs, getComponent
23+
24+
25+
26+
27+
628
## [0.4.1](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-09-29)
729

830

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