Skip to content

Commit b404287

Browse files
committed
chore(release): publish
- @next-bricks/[email protected] - @next-core/[email protected] - @next-core/[email protected] - @next-core/[email protected] - @next-core/[email protected] - @next-core/[email protected] - @next-core/[email protected]
1 parent a799bed commit b404287

File tree

14 files changed

+78
-16
lines changed

14 files changed

+78
-16
lines changed

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

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

bricks/e2e/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/e2e",
3-
"version": "0.4.19",
3+
"version": "0.4.20",
44
"private": true,
55
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/bricks/e2e",
66
"repository": {
@@ -39,8 +39,8 @@
3939
"@next-core/element": "^1.2.11",
4040
"@next-core/i18n": "^1.0.58",
4141
"@next-core/react-element": "^1.0.30",
42-
"@next-core/react-runtime": "^1.6.17",
43-
"@next-core/runtime": "^1.50.0",
42+
"@next-core/react-runtime": "^1.6.18",
43+
"@next-core/runtime": "^1.51.0",
4444
"@next-core/types": "^1.11.2",
4545
"@next-core/utils": "^1.7.16",
4646
"react": "0.0.0-experimental-ee8509801-20230117"

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

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

packages/brick-container/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-core/brick-container",
3-
"version": "3.17.17",
3+
"version": "3.17.18",
44
"description": "Brick Container Server",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/brick-container",
66
"license": "GPL-3.0",
@@ -53,12 +53,12 @@
5353
"@next-api-sdk/api-gateway-sdk": "^1.1.0",
5454
"@next-api-sdk/micro-app-standalone-sdk": "^1.1.0",
5555
"@next-core/build-next-bricks": "^1.22.4",
56-
"@next-core/easyops-runtime": "^0.11.0",
56+
"@next-core/easyops-runtime": "^0.12.0",
5757
"@next-core/http": "^1.2.6",
5858
"@next-core/i18n": "^1.0.58",
5959
"@next-core/loader": "^1.6.5",
60-
"@next-core/preview": "^0.6.26",
61-
"@next-core/runtime": "^1.50.0",
60+
"@next-core/preview": "^0.6.27",
61+
"@next-core/runtime": "^1.51.0",
6262
"@next-core/test-next": "^1.1.5",
6363
"@next-core/theme": "^1.5.2",
6464
"@next-core/types": "^1.11.2",

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

816

packages/brick-playground/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-playground",
3-
"version": "1.14.13",
3+
"version": "1.14.14",
44
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/brick-playground",
55
"license": "GPL-3.0",
66
"repository": {
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@next-core/build-next-bricks": "^1.22.4",
3434
"@next-core/monaco-contributions": "^0.3.9",
35-
"@next-core/preview": "^0.6.26",
35+
"@next-core/preview": "^0.6.27",
3636
"copy-to-clipboard": "^3.3.3",
3737
"copy-webpack-plugin": "^12.0.2",
3838
"html-webpack-plugin": "^5.6.0",

packages/easyops-runtime/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.12.0](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2024-07-12)
7+
8+
9+
### Features
10+
11+
* **menu:** activeIncludes and activeExcludes of SidebarMenuSimpleItem support MatchOptions ([e9cb305](https://github.com/easyops-cn/next-core/commit/e9cb3057daeed5ea92a42629c8b9634eb68f336d))
12+
13+
14+
15+
16+
617
# [0.11.0](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2024-07-03)
718

819

packages/easyops-runtime/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/easyops-runtime",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/easyops-runtime",
55
"license": "GPL-3.0",
66
"repository": {
@@ -48,7 +48,7 @@
4848
"@next-core/cook": "^2.4.7",
4949
"@next-core/http": "^1.2.6",
5050
"@next-core/pipes": "^2.0.24",
51-
"@next-core/runtime": "^1.50.0",
51+
"@next-core/runtime": "^1.51.0",
5252
"@next-core/types": "^1.11.2",
5353
"@next-core/utils": "^1.7.16",
5454
"js-yaml": "^3.14.1",

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

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

packages/preview/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/preview",
3-
"version": "0.6.26",
3+
"version": "0.6.27",
44
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/preview",
55
"license": "GPL-3.0",
66
"repository": {
@@ -30,7 +30,7 @@
3030
"@next-core/build-next-bricks": "^1.22.4",
3131
"@next-core/http": "^1.2.6",
3232
"@next-core/loader": "^1.6.5",
33-
"@next-core/runtime": "^1.50.0",
33+
"@next-core/runtime": "^1.51.0",
3434
"@next-core/test-next": "^1.1.5",
3535
"@next-core/theme": "^1.5.2",
3636
"@next-core/types": "^1.11.2",

0 commit comments

Comments
 (0)