Skip to content

Commit b14f33b

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] - @next-shared/[email protected]
1 parent f1f3e60 commit b14f33b

File tree

16 files changed

+80
-13
lines changed

16 files changed

+80
-13
lines changed

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

816

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.53.3",
3+
"version": "1.53.4",
44
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/basic",
55
"repository": {
66
"type": "git",
@@ -49,8 +49,8 @@
4949
"@next-core/runtime": "^1.62.1",
5050
"@next-core/theme": "^1.5.4",
5151
"@next-core/types": "^1.15.0",
52-
"@next-shared/general": "^0.10.8",
53-
"@next-shared/story": "^0.0.4",
52+
"@next-shared/general": "^0.10.9",
53+
"@next-shared/story": "^0.0.5",
5454
"broadcast-channel": "^7.0.0",
5555
"classnames": "^2.3.2",
5656
"dompurify": "^3.1.6",

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

816

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.14.10",
3+
"version": "1.14.11",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/containers",
55
"repository": {
66
"type": "git",
@@ -41,8 +41,8 @@
4141
"@next-core/runtime": "^1.62.1",
4242
"@next-core/types": "^1.15.0",
4343
"@next-core/utils": "^1.7.36",
44-
"@next-shared/general": "^0.10.8",
45-
"@next-shared/story": "^0.0.4",
44+
"@next-shared/general": "^0.10.9",
45+
"@next-shared/story": "^0.0.5",
4646
"classnames": "^2.3.2",
4747
"react": "0.0.0-experimental-ee8509801-20230117",
4848
"react-rnd": "^10.4.1"

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

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

bricks/icons/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/icons",
3-
"version": "1.3.32",
3+
"version": "1.3.33",
44
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/icons",
55
"repository": {
66
"type": "git",
@@ -86,7 +86,7 @@
8686
"@fortawesome/fontawesome-svg-core": "^6.6.0",
8787
"@next-core/build-next-bricks": "^1.23.13",
8888
"@next-core/test-next": "^2.0.0",
89-
"@next-shared/icons": "^0.16.2",
89+
"@next-shared/icons": "^0.17.0",
9090
"copy-webpack-plugin": "^11.0.0"
9191
}
9292
}

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

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

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.4.10",
3+
"version": "1.4.11",
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.11](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-07-03)
7+
8+
**Note:** Version bump only for package @next-bricks/shoelace
9+
10+
11+
12+
13+
614
## [1.1.10](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-03-24)
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.10",
3+
"version": "1.1.11",
44
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/shoelace",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)