Skip to content

Commit a7d9a78

Browse files
committed
chore(release): publish
- @next-bricks/e2e@0.4.28 - @next-core/brick-container@3.18.4 - @next-core/brick-playground@1.15.7 - @next-core/cook@2.4.8 - @next-core/easyops-runtime@0.12.9 - @next-core/i18n@1.0.61 - @next-core/preview@0.7.7 - @next-core/react-runtime@1.6.26 - @next-core/runtime@1.54.3 - @next-core/utils@1.7.19 - @next-core/yo@1.5.72
1 parent 6b0901a commit a7d9a78

File tree

22 files changed

+132
-32
lines changed

22 files changed

+132
-32
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.28](https://github.com/easyops-cn/next-core/compare/@next-bricks/e2e@0.4.27...@next-bricks/e2e@0.4.28) (2024-07-26)
7+
8+
**Note:** Version bump only for package @next-bricks/e2e
9+
10+
11+
12+
13+
614
## [0.4.27](https://github.com/easyops-cn/next-core/compare/@next-bricks/e2e@0.4.26...@next-bricks/e2e@0.4.27) (2024-07-25)
715

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

bricks/e2e/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-bricks/e2e",
3-
"version": "0.4.27",
3+
"version": "0.4.28",
44
"private": true,
55
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/bricks/e2e",
66
"repository": {
@@ -37,12 +37,12 @@
3737
},
3838
"dependencies": {
3939
"@next-core/element": "^1.2.11",
40-
"@next-core/i18n": "^1.0.60",
40+
"@next-core/i18n": "^1.0.61",
4141
"@next-core/react-element": "^1.0.30",
42-
"@next-core/react-runtime": "^1.6.25",
43-
"@next-core/runtime": "^1.54.2",
42+
"@next-core/react-runtime": "^1.6.26",
43+
"@next-core/runtime": "^1.54.3",
4444
"@next-core/types": "^1.12.0",
45-
"@next-core/utils": "^1.7.18",
45+
"@next-core/utils": "^1.7.19",
4646
"react": "0.0.0-experimental-ee8509801-20230117"
4747
},
4848
"devDependencies": {

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.18.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@3.18.3...@next-core/brick-container@3.18.4) (2024-07-26)
7+
8+
**Note:** Version bump only for package @next-core/brick-container
9+
10+
11+
12+
13+
614
## [3.18.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@3.18.2...@next-core/brick-container@3.18.3) (2024-07-25)
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": "3.18.3",
3+
"version": "3.18.4",
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.12.8",
56+
"@next-core/easyops-runtime": "^0.12.9",
5757
"@next-core/http": "^1.2.6",
58-
"@next-core/i18n": "^1.0.60",
58+
"@next-core/i18n": "^1.0.61",
5959
"@next-core/loader": "^1.6.5",
60-
"@next-core/preview": "^0.7.6",
61-
"@next-core/runtime": "^1.54.2",
60+
"@next-core/preview": "^0.7.7",
61+
"@next-core/runtime": "^1.54.3",
6262
"@next-core/test-next": "^1.1.5",
6363
"@next-core/theme": "^1.5.4",
6464
"@next-core/types": "^1.12.0",

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

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

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.15.6",
3+
"version": "1.15.7",
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.7.6",
35+
"@next-core/preview": "^0.7.7",
3636
"copy-to-clipboard": "^3.3.3",
3737
"copy-webpack-plugin": "^12.0.2",
3838
"html-webpack-plugin": "^5.6.0",

packages/cook/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.4.8](https://github.com/easyops-cn/next-core/compare/@next-core/cook@2.4.7...@next-core/cook@2.4.8) (2024-07-26)
7+
8+
9+
### Bug Fixes
10+
11+
* cache expression AST ([e3693c2](https://github.com/easyops-cn/next-core/commit/e3693c2a1a88fa03249433fa9f542438229a1860))
12+
* cache function AST ([99d4b54](https://github.com/easyops-cn/next-core/commit/99d4b549dd9b05cf007b1f513395cbcc5831560c))
13+
14+
15+
16+
17+
618
## [2.4.7](https://github.com/easyops-cn/next-core/compare/@next-core/cook@2.4.6...@next-core/cook@2.4.7) (2024-07-03)
719

820
**Note:** Version bump only for package @next-core/cook

packages/cook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-core/cook",
3-
"version": "2.4.7",
3+
"version": "2.4.8",
44
"description": "Cook expressions and storyboard functions",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/cook",
66
"license": "GPL-3.0",

packages/easyops-runtime/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.12.9](https://github.com/easyops-cn/next-core/compare/@next-core/easyops-runtime@0.12.8...@next-core/easyops-runtime@0.12.9) (2024-07-26)
7+
8+
**Note:** Version bump only for package @next-core/easyops-runtime
9+
10+
11+
12+
13+
614
## [0.12.8](https://github.com/easyops-cn/next-core/compare/@next-core/easyops-runtime@0.12.7...@next-core/easyops-runtime@0.12.8) (2024-07-25)
715

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

packages/easyops-runtime/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/easyops-runtime",
3-
"version": "0.12.8",
3+
"version": "0.12.9",
44
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/easyops-runtime",
55
"license": "GPL-3.0",
66
"repository": {
@@ -45,12 +45,12 @@
4545
"@next-api-sdk/cmdb-sdk": "^1.1.0",
4646
"@next-api-sdk/micro-app-sdk": "^1.2.1",
4747
"@next-api-sdk/micro-app-standalone-sdk": "^1.1.0",
48-
"@next-core/cook": "^2.4.7",
48+
"@next-core/cook": "^2.4.8",
4949
"@next-core/http": "^1.2.6",
5050
"@next-core/pipes": "^2.0.24",
51-
"@next-core/runtime": "^1.54.2",
51+
"@next-core/runtime": "^1.54.3",
5252
"@next-core/types": "^1.12.0",
53-
"@next-core/utils": "^1.7.18",
53+
"@next-core/utils": "^1.7.19",
5454
"js-yaml": "^3.14.1",
5555
"lodash": "^4.17.21"
5656
},

0 commit comments

Comments
 (0)