Skip to content

Commit af170fa

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

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
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.26.1](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-08-19)
7+
8+
9+
### Bug Fixes
10+
11+
* update logo, fix sidebar alt icon layer issue ([70bfd74](https://github.com/easyops-cn/next-advanced-bricks/commit/70bfd74c10c3b962f7507069d5c636ef6d59caef))
12+
13+
14+
15+
16+
617
# [0.26.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-08-15)
718

819

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.26.0",
3+
"version": "0.26.1",
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-core/utils": "^1.8.2",
5555
"@next-shared/diagram": "^0.1.0",
5656
"@next-shared/form": "^0.8.4",
57-
"@next-shared/jsx-storyboard": "^0.2.2",
57+
"@next-shared/jsx-storyboard": "^0.3.0",
5858
"@next-shared/markdown": "^0.6.3",
5959
"classnames": "^2.3.2",
6060
"d3-selection": "^3.0.0",

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.3.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-08-19)
7+
8+
9+
### Features
10+
11+
* support parsing tsx storyboard ([aaa32c2](https://github.com/easyops-cn/next-advanced-bricks/commit/aaa32c2b7fd0f8659523a4b5503ad596317212e2))
12+
13+
14+
15+
16+
617
## [0.2.2](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-08-06)
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.2.2",
3+
"version": "0.3.0",
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)