Skip to content

Commit a73e3d4

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

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
lines changed

bricks/advanced/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.49.10](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-09-03)
7+
8+
9+
### Bug Fixes
10+
11+
* refine style of theme variant ([8bcbfc6](https://github.com/easyops-cn/next-advanced-bricks/commit/8bcbfc693b8674b0e2253ac1fe409c5960dd08c2))
12+
13+
14+
15+
16+
617
## [0.49.9](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-08-29)
718

819

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

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

816

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.32.4",
3+
"version": "0.32.5",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
55
"repository": {
66
"type": "git",
@@ -56,7 +56,7 @@
5656
"@next-shared/datetime": "^0.4.1",
5757
"@next-shared/diagram": "^0.1.0",
5858
"@next-shared/form": "^0.8.4",
59-
"@next-shared/jsx-storyboard": "^0.7.2",
59+
"@next-shared/jsx-storyboard": "^0.7.3",
6060
"@next-shared/markdown": "^0.6.3",
6161
"classnames": "^2.3.2",
6262
"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.2.3](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-09-03)
7+
8+
**Note:** Version bump only for package @next-bricks/vb-experiment
9+
10+
11+
12+
13+
614
## [1.2.2](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-09-02)
715

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

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.2.2",
3+
"version": "1.2.3",
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.0",
4343
"@next-core/types": "^1.17.0",
4444
"@next-core/utils": "^1.8.4",
45-
"@next-shared/jsx-storyboard": "^0.7.2",
45+
"@next-shared/jsx-storyboard": "^0.7.3",
4646
"comlink": "^4.4.2",
4747
"file-saver": "^2.0.5",
4848
"jszip": "^3.10.1",

shared/jsx-storyboard/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.7.3](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-09-03)
7+
8+
9+
### Bug Fixes
10+
11+
* refine card style ([fab9183](https://github.com/easyops-cn/next-advanced-bricks/commit/fab9183df8e7d8cd1bfda281d12dc6d12af86c09))
12+
13+
14+
15+
16+
617
## [0.7.2](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-09-02)
718

819

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

0 commit comments

Comments
 (0)