Skip to content

Commit cf7947a

Browse files
committed
chore(release): publish
- @next-dll/ace@2.0.502 - @next-dll/editor-bricks-helper@0.32.12 - @next-dll/react-dnd@0.1.440 - @next-core/brick-container@2.76.24 - @next-core/brick-dll@2.38.12 - @next-core/brick-kit@2.153.5 - @next-core/dev-dependencies@1.14.132 - @next-core/editor-bricks-helper@0.47.38 - @next-core/next-docs@1.2.360
1 parent 01f9917 commit cf7947a

File tree

18 files changed

+101
-26
lines changed

18 files changed

+101
-26
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.502](https://github.com/easyops-cn/next-core/compare/@next-dll/ace@2.0.501...@next-dll/ace@2.0.502) (2022-10-24)
7+
8+
**Note:** Version bump only for package @next-dll/ace
9+
10+
11+
12+
13+
614
## [2.0.501](https://github.com/easyops-cn/next-core/compare/@next-dll/ace@2.0.500...@next-dll/ace@2.0.501) (2022-10-22)
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.501",
3+
"version": "2.0.502",
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.38.11",
25+
"@next-core/brick-dll": "^2.38.12",
2626
"@next-core/webpack-config-factory": "^2.19.0"
2727
}
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.32.12](https://github.com/easyops-cn/next-core/compare/@next-dll/editor-bricks-helper@0.32.11...@next-dll/editor-bricks-helper@0.32.12) (2022-10-24)
7+
8+
**Note:** Version bump only for package @next-dll/editor-bricks-helper
9+
10+
11+
12+
13+
614
## [0.32.11](https://github.com/easyops-cn/next-core/compare/@next-dll/editor-bricks-helper@0.32.10...@next-dll/editor-bricks-helper@0.32.11) (2022-10-22)
715

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

dll/editor-bricks-helper/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-dll/editor-bricks-helper",
3-
"version": "0.32.11",
3+
"version": "0.32.12",
44
"description": "> TODO: description",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/master/dll/editor-bricks-helper",
66
"license": "GPL-3.0",
@@ -15,11 +15,11 @@
1515
"postbuild": "dll-differ"
1616
},
1717
"dependencies": {
18-
"@next-core/editor-bricks-helper": "^0.47.37"
18+
"@next-core/editor-bricks-helper": "^0.47.38"
1919
},
2020
"devDependencies": {
21-
"@next-core/brick-dll": "^2.38.11",
21+
"@next-core/brick-dll": "^2.38.12",
2222
"@next-core/webpack-config-factory": "^2.19.0",
23-
"@next-dll/react-dnd": "^0.1.439"
23+
"@next-dll/react-dnd": "^0.1.440"
2424
}
2525
}

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.440](https://github.com/easyops-cn/next-core/compare/@next-dll/react-dnd@0.1.439...@next-dll/react-dnd@0.1.440) (2022-10-24)
7+
8+
**Note:** Version bump only for package @next-dll/react-dnd
9+
10+
11+
12+
13+
614
## [0.1.439](https://github.com/easyops-cn/next-core/compare/@next-dll/react-dnd@0.1.438...@next-dll/react-dnd@0.1.439) (2022-10-22)
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.439",
3+
"version": "0.1.440",
44
"description": "> TODO: description",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/master/dll/react-dnd",
66
"license": "GPL-3.0",
@@ -19,6 +19,6 @@
1919
"react-dnd-html5-backend": "^11.1.3"
2020
},
2121
"devDependencies": {
22-
"@next-core/brick-dll": "^2.38.11"
22+
"@next-core/brick-dll": "^2.38.12"
2323
}
2424
}

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.76.24](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.76.23...@next-core/brick-container@2.76.24) (2022-10-24)
7+
8+
**Note:** Version bump only for package @next-core/brick-container
9+
10+
11+
12+
13+
614
## [2.76.23](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.76.22...@next-core/brick-container@2.76.23) (2022-10-22)
715

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

packages/brick-container/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-core/brick-container",
3-
"version": "2.76.23",
3+
"version": "2.76.24",
44
"description": "Brick Container Server",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-container",
66
"license": "GPL-3.0",
@@ -52,18 +52,18 @@
5252
"ws": "^8.9.0"
5353
},
5454
"devDependencies": {
55-
"@next-core/brick-dll": "^2.38.11",
55+
"@next-core/brick-dll": "^2.38.12",
5656
"@next-core/brick-icons": "^2.30.2",
5757
"@next-core/color-theme": "^0.4.4",
5858
"@next-core/custom-antd-styles": "^1.24.13",
5959
"@next-core/illustrations": "^0.10.4",
6060
"@next-core/less-plugin-css-variables": "^0.2.4",
6161
"@next-core/webpack-config-factory": "^2.19.0",
62-
"@next-dll/ace": "^2.0.501",
62+
"@next-dll/ace": "^2.0.502",
6363
"@next-dll/d3": "^2.0.70",
6464
"@next-dll/echarts": "^2.0.71",
65-
"@next-dll/editor-bricks-helper": "^0.32.11",
66-
"@next-dll/react-dnd": "^0.1.439",
65+
"@next-dll/editor-bricks-helper": "^0.32.12",
66+
"@next-dll/react-dnd": "^0.1.440",
6767
"babel-loader": "^8.2.5",
6868
"clean-webpack-plugin": "^4.0.0",
6969
"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.38.12](https://github.com/easyops-cn/next-core/compare/@next-core/brick-dll@2.38.11...@next-core/brick-dll@2.38.12) (2022-10-24)
7+
8+
**Note:** Version bump only for package @next-core/brick-dll
9+
10+
11+
12+
13+
614
## [2.38.11](https://github.com/easyops-cn/next-core/compare/@next-core/brick-dll@2.38.10...@next-core/brick-dll@2.38.11) (2022-10-22)
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.38.11",
3+
"version": "2.38.12",
44
"description": "> TODO: description",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-dll",
66
"license": "GPL-3.0",
@@ -26,7 +26,7 @@
2626
"@next-core/babel-runtime-helpers": "^1.0.25",
2727
"@next-core/brick-http": "^2.7.3",
2828
"@next-core/brick-icons": "^2.30.2",
29-
"@next-core/brick-kit": "^2.153.4",
29+
"@next-core/brick-kit": "^2.153.5",
3030
"@next-core/brick-utils": "^2.43.8",
3131
"@next-core/easyops-analytics": "^0.10.2",
3232
"@next-core/fontawesome-library": "^1.1.33",

0 commit comments

Comments
 (0)