Skip to content

Commit 8812cea

Browse files
committed
chore(release): publish
- @next-core/[email protected] - @next-core/[email protected] - @next-core/[email protected]
1 parent e232b9a commit 8812cea

File tree

6 files changed

+39
-5
lines changed

6 files changed

+39
-5
lines changed

packages/brick-container/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+
## [3.20.5](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2025-02-14)
7+
8+
9+
### Bug Fixes
10+
11+
* merge chunks ([226a728](https://github.com/easyops-cn/next-core/commit/226a728f69c20839c5a39df10ae5e624b2ccadf5))
12+
* support multipart range requests for bricks ([202645f](https://github.com/easyops-cn/next-core/commit/202645f223b6748da7731f93969e05d6040d6a41))
13+
14+
15+
16+
17+
618
## [3.20.4](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2025-01-20)
719

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

packages/brick-container/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-container",
3-
"version": "3.20.4",
3+
"version": "3.20.5",
44
"description": "Brick Container Server",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/brick-container",
66
"license": "GPL-3.0",
@@ -35,7 +35,7 @@
3535
"test:ci": "cross-env NODE_ENV='test' CI=true test-next"
3636
},
3737
"dependencies": {
38-
"@next-core/serve-helpers": "^1.2.4",
38+
"@next-core/serve-helpers": "^1.2.5",
3939
"body-parser": "^1.20.3",
4040
"chalk": "^4.1.2",
4141
"chokidar": "^4.0.1",

packages/brick-playground/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.15.52](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2025-02-14)
7+
8+
9+
### Bug Fixes
10+
11+
* support multipart range requests for bricks ([202645f](https://github.com/easyops-cn/next-core/commit/202645f223b6748da7731f93969e05d6040d6a41))
12+
13+
14+
15+
16+
617
## [1.15.51](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2025-01-20)
718

819
**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.51",
3+
"version": "1.15.52",
44
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/brick-playground",
55
"license": "GPL-3.0",
66
"repository": {
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@next-core/doc-helpers": "^0.2.16",
27-
"@next-core/serve-helpers": "^1.2.4",
27+
"@next-core/serve-helpers": "^1.2.5",
2828
"compression": "^1.7.5",
2929
"express": "^4.21.1",
3030
"glob": "^8.1.0"

packages/serve-helpers/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.2.5](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2025-02-14)
7+
8+
9+
### Bug Fixes
10+
11+
* support multipart range requests for bricks ([202645f](https://github.com/easyops-cn/next-core/commit/202645f223b6748da7731f93969e05d6040d6a41))
12+
13+
14+
15+
16+
617
## [1.2.4](https://github.com/easyops-cn/next-core/compare/@next-core/[email protected]...@next-core/[email protected]) (2024-06-21)
718

819

packages/serve-helpers/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/serve-helpers",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Serve helpers",
55
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/serve-helpers",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)