Skip to content

Commit 4c68689

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

File tree

14 files changed

+79
-11
lines changed

14 files changed

+79
-11
lines changed

bricks/basic/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.62.1](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-10)
7+
8+
9+
### Bug Fixes
10+
11+
* fix jsx types exports ([1b38a6a](https://github.com/easyops-cn/next-bricks/commit/1b38a6a882536de31da9a6053c8d3455dc2d7074))
12+
13+
14+
15+
16+
617
# [1.62.0](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-10)
718

819

bricks/basic/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/basic",
3-
"version": "1.62.0",
3+
"version": "1.62.1",
44
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/basic",
55
"repository": {
66
"type": "git",
@@ -51,8 +51,8 @@
5151
"@next-core/runtime": "^1.71.4",
5252
"@next-core/theme": "^1.6.1",
5353
"@next-core/types": "^1.18.1",
54-
"@next-shared/general": "^0.10.11",
55-
"@next-shared/story": "^0.0.6",
54+
"@next-shared/general": "^0.10.12",
55+
"@next-shared/story": "^0.0.7",
5656
"broadcast-channel": "^7.0.0",
5757
"classnames": "^2.3.2",
5858
"dompurify": "^3.1.6",

bricks/containers/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.16.1](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-10)
7+
8+
9+
### Bug Fixes
10+
11+
* fix jsx types exports ([1b38a6a](https://github.com/easyops-cn/next-advanced-bricks/commit/1b38a6a882536de31da9a6053c8d3455dc2d7074))
12+
13+
14+
15+
16+
617
# [1.16.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-10)
718

819

bricks/containers/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/containers",
3-
"version": "1.16.0",
3+
"version": "1.16.1",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/containers",
55
"repository": {
66
"type": "git",
@@ -43,8 +43,8 @@
4343
"@next-core/runtime": "^1.71.4",
4444
"@next-core/types": "^1.18.1",
4545
"@next-core/utils": "^1.8.8",
46-
"@next-shared/general": "^0.10.11",
47-
"@next-shared/story": "^0.0.6",
46+
"@next-shared/general": "^0.10.12",
47+
"@next-shared/story": "^0.0.7",
4848
"classnames": "^2.3.2",
4949
"react": "0.0.0-experimental-ee8509801-20230117",
5050
"react-rnd": "^10.4.1"

bricks/icons/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.6.1](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-10)
7+
8+
9+
### Bug Fixes
10+
11+
* fix jsx types exports ([1b38a6a](https://github.com/easyops-cn/next-bricks/commit/1b38a6a882536de31da9a6053c8d3455dc2d7074))
12+
13+
14+
15+
16+
617
# [1.6.0](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-10)
718

819

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

bricks/illustrations/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.5.1](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-10)
7+
8+
9+
### Bug Fixes
10+
11+
* fix jsx types exports ([1b38a6a](https://github.com/easyops-cn/next-bricks/commit/1b38a6a882536de31da9a6053c8d3455dc2d7074))
12+
13+
14+
15+
16+
617
# [1.5.0](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-10)
718

819

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

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

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

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

0 commit comments

Comments
 (0)