Skip to content

Commit b6514eb

Browse files
committed
chore(release): publish
- @next-dll/[email protected] - @next-dll/[email protected] - @next-dll/[email protected] - @next-core/[email protected] - @next-core/[email protected] - @next-core/[email protected] - @next-core/[email protected]
1 parent 2ab729b commit b6514eb

File tree

14 files changed

+78
-22
lines changed

14 files changed

+78
-22
lines changed

dll/ace/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+
## [2.0.780](https://github.com/easyops-cn/next-core/compare/@next-dll/[email protected]...@next-dll/[email protected]) (2024-10-30)
7+
8+
**Note:** Version bump only for package @next-dll/ace
9+
10+
11+
12+
13+
614
## [2.0.779](https://github.com/easyops-cn/next-core/compare/@next-dll/[email protected]...@next-dll/[email protected]) (2024-10-23)
715

816
**Note:** Version bump only for package @next-dll/ace

dll/ace/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-dll/ace",
3-
"version": "2.0.779",
3+
"version": "2.0.780",
44
"description": "> TODO: description",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/master/dll/ace",
66
"license": "GPL-3.0",
@@ -22,7 +22,7 @@
2222
"react-ace": "^7.0.5"
2323
},
2424
"devDependencies": {
25-
"@next-core/brick-dll": "^2.48.1",
25+
"@next-core/brick-dll": "^2.48.2",
2626
"@next-core/webpack-config-factory": "^2.25.1",
2727
"react-ace": "^7.0.5"
2828
}

dll/editor-bricks-helper/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+
## [0.39.2](https://github.com/easyops-cn/next-core/compare/@next-dll/[email protected]...@next-dll/[email protected]) (2024-10-30)
7+
8+
**Note:** Version bump only for package @next-dll/editor-bricks-helper
9+
10+
11+
12+
13+
614
## [0.39.1](https://github.com/easyops-cn/next-core/compare/@next-dll/[email protected]...@next-dll/[email protected]) (2024-10-23)
715

816
**Note:** Version bump only for package @next-dll/editor-bricks-helper

dll/editor-bricks-helper/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-dll/editor-bricks-helper",
3-
"version": "0.39.1",
3+
"version": "0.39.2",
44
"description": "> TODO: description",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/master/dll/editor-bricks-helper",
66
"license": "GPL-3.0",
@@ -18,9 +18,9 @@
1818
"@next-core/editor-bricks-helper": "^0.49.58"
1919
},
2020
"devDependencies": {
21-
"@next-core/brick-dll": "^2.48.1",
21+
"@next-core/brick-dll": "^2.48.2",
2222
"@next-core/editor-bricks-helper": "^0.50.90",
2323
"@next-core/webpack-config-factory": "^2.25.1",
24-
"@next-dll/react-dnd": "^0.1.717"
24+
"@next-dll/react-dnd": "^0.1.718"
2525
}
2626
}

dll/react-dnd/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+
## [0.1.718](https://github.com/easyops-cn/next-core/compare/@next-dll/[email protected]...@next-dll/[email protected]) (2024-10-30)
7+
8+
**Note:** Version bump only for package @next-dll/react-dnd
9+
10+
11+
12+
13+
614
## [0.1.717](https://github.com/easyops-cn/next-core/compare/@next-dll/[email protected]...@next-dll/[email protected]) (2024-10-23)
715

816
**Note:** Version bump only for package @next-dll/react-dnd

dll/react-dnd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-dll/react-dnd",
3-
"version": "0.1.717",
3+
"version": "0.1.718",
44
"description": "> TODO: description",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/master/dll/react-dnd",
66
"license": "GPL-3.0",
@@ -19,7 +19,7 @@
1919
"react-dnd-html5-backend": "^11.1.3"
2020
},
2121
"devDependencies": {
22-
"@next-core/brick-dll": "^2.48.1",
22+
"@next-core/brick-dll": "^2.48.2",
2323
"dnd-core": "^11.1.3",
2424
"react-dnd": "^11.1.3",
2525
"react-dnd-html5-backend": "^11.1.3"

packages/brick-container/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+
## [2.96.36](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2024-10-30)
7+
8+
**Note:** Version bump only for package @next-core/brick-container
9+
10+
11+
12+
13+
614
## [2.96.35](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2024-10-23)
715

816
**Note:** Version bump only for package @next-core/brick-container

packages/brick-container/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-core/brick-container",
3-
"version": "2.96.35",
3+
"version": "2.96.36",
44
"description": "Brick Container Server",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-container",
66
"license": "GPL-3.0",
@@ -41,18 +41,18 @@
4141
"ws": "^8.11.0"
4242
},
4343
"devDependencies": {
44-
"@next-core/brick-dll": "^2.48.1",
45-
"@next-core/brick-icons": "^2.33.53",
44+
"@next-core/brick-dll": "^2.48.2",
45+
"@next-core/brick-icons": "^2.33.54",
4646
"@next-core/custom-antd-styles": "^1.27.1",
4747
"@next-core/illustrations": "^0.11.34",
4848
"@next-core/less-plugin-css-variables": "^0.2.8",
4949
"@next-core/theme": "^1.5.4",
5050
"@next-core/webpack-config-factory": "^2.25.1",
51-
"@next-dll/ace": "^2.0.779",
51+
"@next-dll/ace": "^2.0.780",
5252
"@next-dll/d3": "^2.0.83",
5353
"@next-dll/echarts": "^2.0.84",
54-
"@next-dll/editor-bricks-helper": "^0.39.1",
55-
"@next-dll/react-dnd": "^0.1.717",
54+
"@next-dll/editor-bricks-helper": "^0.39.2",
55+
"@next-dll/react-dnd": "^0.1.718",
5656
"babel-loader": "^8.3.0",
5757
"clean-webpack-plugin": "^4.0.0",
5858
"copy-webpack-plugin": "^6.4.1",

packages/brick-dll/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+
## [2.48.2](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2024-10-30)
7+
8+
**Note:** Version bump only for package @next-core/brick-dll
9+
10+
11+
12+
13+
614
## [2.48.1](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2024-10-23)
715

816
**Note:** Version bump only for package @next-core/brick-dll

packages/brick-dll/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-core/brick-dll",
3-
"version": "2.48.1",
3+
"version": "2.48.2",
44
"description": "> TODO: description",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-dll",
66
"license": "GPL-3.0",
@@ -51,7 +51,7 @@
5151
"@fortawesome/react-fontawesome": "^0.2.0",
5252
"@next-core/babel-runtime-helpers": "^1.0.27",
5353
"@next-core/brick-http": "^2.8.2",
54-
"@next-core/brick-icons": "^2.33.53",
54+
"@next-core/brick-icons": "^2.33.54",
5555
"@next-core/brick-kit": "^2.202.0",
5656
"@next-core/brick-utils": "^2.52.10",
5757
"@next-core/easyops-analytics": "^0.12.1",

0 commit comments

Comments
 (0)