Skip to content

Commit 21e2809

Browse files
committed
chore(release): publish
- @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-bricks/[email protected] - @next-shared/[email protected]
1 parent 42b13af commit 21e2809

File tree

10 files changed

+65
-5
lines changed

10 files changed

+65
-5
lines changed

bricks/basic/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](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+
* rename brick class name to avoid conflicts with native DOM API ([545143f](https://github.com/easyops-cn/next-bricks/commit/545143f70ea67e274ea002ac17dbd657106e706c))
12+
13+
14+
### Features
15+
16+
* add JSX.IntrinsicElements definitions for bricks ([01f3bf9](https://github.com/easyops-cn/next-bricks/commit/01f3bf902a76b081db96688dee8ed33937b8a6f0))
17+
18+
19+
20+
21+
622
# [1.61.0](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-10-30)
723

824

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

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.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-10)
7+
8+
9+
### Features
10+
11+
* add JSX.IntrinsicElements definitions for bricks ([01f3bf9](https://github.com/easyops-cn/next-advanced-bricks/commit/01f3bf902a76b081db96688dee8ed33937b8a6f0))
12+
13+
14+
15+
16+
617
## [1.15.11](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-10-30)
718

819

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

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.0](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-10)
7+
8+
9+
### Features
10+
11+
* add JSX.IntrinsicElements definitions for bricks ([01f3bf9](https://github.com/easyops-cn/next-bricks/commit/01f3bf902a76b081db96688dee8ed33937b8a6f0))
12+
13+
14+
15+
16+
617
## [1.5.8](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-10-15)
718

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

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.5.8",
3+
"version": "1.6.0",
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.0](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-11-10)
7+
8+
9+
### Features
10+
11+
* add JSX.IntrinsicElements definitions for bricks ([01f3bf9](https://github.com/easyops-cn/next-bricks/commit/01f3bf902a76b081db96688dee8ed33937b8a6f0))
12+
13+
14+
15+
16+
617
## [1.4.13](https://github.com/easyops-cn/next-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-10-15)
718

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

shared/property-editor/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.1.4](https://github.com/easyops-cn/next-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2025-11-10)
7+
8+
9+
### Bug Fixes
10+
11+
* workaround ts errors ([49df3ff](https://github.com/easyops-cn/next-bricks/commit/49df3ff9aead3ab2644bb85291c82526172ac1a0))
12+
13+
14+
15+
16+
617
## [0.1.3](https://github.com/easyops-cn/next-bricks/compare/@next-shared/[email protected]...@next-shared/[email protected]) (2024-09-03)
718

819
**Note:** Version bump only for package @next-shared/property-editor

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

0 commit comments

Comments
 (0)