Skip to content

Commit a278336

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

File tree

6 files changed

+36
-5
lines changed

6 files changed

+36
-5
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.2](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-10-10)
7+
8+
9+
### Bug Fixes
10+
11+
* fix elevo theme variant ([ec661da](https://github.com/easyops-cn/next-advanced-bricks/commit/ec661da9028f2dec2d675fce94acfb6718fea3db))
12+
* get a deterministic class based on the caseTitle ([9415e41](https://github.com/easyops-cn/next-advanced-bricks/commit/9415e41e934b6423881319c0536a84bb66dbf778))
13+
14+
15+
16+
17+
618
## [0.50.1](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: 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.50.1",
3+
"version": "0.50.2",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
55
"repository": {
66
"type": "git",
@@ -54,7 +54,7 @@
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.4",
57+
"@next-shared/tsx-converter": "^0.4.5",
5858
"@next-shared/tsx-parser": "^0.5.0",
5959
"classnames": "^2.3.2",
6060
"comlink": "^4.4.2",

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

816

bricks/vb-experiment/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/vb-experiment",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/vb-experiment",
55
"repository": {
66
"type": "git",
@@ -42,7 +42,7 @@
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.4",
45+
"@next-shared/tsx-converter": "^0.4.5",
4646
"@next-shared/tsx-parser": "^0.5.0",
4747
"comlink": "^4.4.2",
4848
"file-saver": "^2.0.5",

shared/tsx-converter/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.4.5](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-10-10)
7+
8+
9+
### Bug Fixes
10+
11+
* refine select props ([24f452c](https://github.com/easyops-cn/next-advanced-bricks/commit/24f452c5884e409713b58d5ce5d4171dab22258e))
12+
13+
14+
15+
16+
617
## [0.4.4](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-10-09)
718

819

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

0 commit comments

Comments
 (0)