Skip to content

Commit d1b4e71

Browse files
committed
chore(release): publish
- @next-bricks/[email protected] - @next-bricks/[email protected]
1 parent 8f89613 commit d1b4e71

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
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.44.12](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* 修复默认模板渲染宽度变化导致按照 layouts 顺序计算每个卡片的x和 y 坐标导致,有卡片互换 ([4adac35](https://github.com/easyops-cn/next-advanced-bricks/commit/4adac35b65f75cb8a0b09fa051012bdc91577677))
12+
13+
14+
15+
16+
617
## [0.44.11](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-05-14)
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.44.11",
3+
"version": "0.44.12",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/advanced",
55
"repository": {
66
"type": "git",

bricks/nav/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.21.0](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-05-14)
7+
8+
9+
### Features
10+
11+
* eo-query-search ref CMDB_INSTANCE-2770 ([33b087e](https://github.com/easyops-cn/next-advanced-bricks/commit/33b087e12c5ebaec2328899eed5d2b2a32f46326))
12+
13+
14+
15+
16+
617
## [1.20.7](https://github.com/easyops-cn/next-advanced-bricks/compare/@next-bricks/[email protected]...@next-bricks/[email protected]) (2025-04-17)
718

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

bricks/nav/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-bricks/nav",
3-
"version": "1.20.7",
3+
"version": "1.21.0",
44
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/nav",
55
"repository": {
66
"type": "git",
@@ -35,6 +35,7 @@
3535
"postpublish": "mv package.json.bak package.json"
3636
},
3737
"dependencies": {
38+
"@ant-design/cssinjs": "^1.22.1",
3839
"@next-api-sdk/cmdb-sdk": "^1.1.1",
3940
"@next-api-sdk/micro-app-standalone-sdk": "^1.1.1",
4041
"@next-api-sdk/sys-setting-sdk": "^1.1.1",
@@ -49,15 +50,14 @@
4950
"@next-core/types": "^1.14.0",
5051
"@next-core/utils": "^1.7.33",
5152
"@next-shared/general": "^0.10.5",
53+
"antd": "^5.23.2",
5254
"classnames": "^2.3.2",
5355
"hotkeys-js": "^3.10.1",
5456
"lodash": "^4.17.21",
5557
"react": "0.0.0-experimental-ee8509801-20230117",
5658
"react-dom": "0.0.0-experimental-ee8509801-20230117",
5759
"react-i18next": "^12.3.1",
58-
"react-transition-group": "^4.4.5",
59-
"antd": "^5.23.2",
60-
"@ant-design/cssinjs": "^1.22.1"
60+
"react-transition-group": "^4.4.5"
6161
},
6262
"devDependencies": {
6363
"@next-core/build-next-bricks": "^1.23.12",

0 commit comments

Comments
 (0)