Skip to content

Commit 59ce889

Browse files
caohuilingithub-actions[bot]9aoy
authored
Release v2.48.6 (#5648)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: gaoyuan.1226 <gaoyuan.1226@bytedance.com>
1 parent 96e5df9 commit 59ce889

File tree

175 files changed

+662
-1172
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+662
-1172
lines changed

packages/cli/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @modern-js/core
22

3+
## 2.48.6
4+
5+
### Patch Changes
6+
7+
- @modern-js/node-bundle-require@2.48.6
8+
- @modern-js/plugin@2.48.6
9+
- @modern-js/utils@2.48.6
10+
311
## 2.48.5
412

513
### Patch Changes

packages/cli/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"modern",
1515
"modern.js"
1616
],
17-
"version": "2.48.5",
17+
"version": "2.48.6",
1818
"jsnext:source": "./src/index.ts",
1919
"types": "./src/index.ts",
2020
"main": "./dist/index.js",

packages/cli/doc-plugin-auto-sidebar/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @modern-js/doc-plugin-auto-sidebar
22

3+
## 2.48.6
4+
5+
### Patch Changes
6+
7+
- @modern-js/utils@2.48.6
8+
39
## 2.48.5
410

511
### Patch Changes

packages/cli/doc-plugin-auto-sidebar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modern-js/doc-plugin-auto-sidebar",
3-
"version": "2.48.5",
3+
"version": "2.48.6",
44
"description": "The Documentation Framework of Modern.js.",
55
"homepage": "https://modernjs.dev/",
66
"bugs": "https://github.com/web-infra-dev/modern.js/issues",

packages/cli/plugin-bff/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @modern-js/plugin-bff
22

3+
## 2.48.6
4+
5+
### Patch Changes
6+
7+
- @modern-js/bff-core@2.48.6
8+
- @modern-js/create-request@2.48.6
9+
- @modern-js/server-utils@2.48.6
10+
- @modern-js/utils@2.48.6
11+
312
## 2.48.5
413

514
### Patch Changes

packages/cli/plugin-bff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"modern",
1616
"modern.js"
1717
],
18-
"version": "2.48.5",
18+
"version": "2.48.6",
1919
"jsnext:source": "./src/cli.ts",
2020
"types": "./src/cli.ts",
2121
"main": "./dist/cjs/cli.js",

packages/cli/plugin-changeset/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @modern-js/plugin-changeset
22

3+
## 2.48.6
4+
5+
### Patch Changes
6+
7+
- @modern-js/plugin-i18n@2.48.6
8+
- @modern-js/utils@2.48.6
9+
310
## 2.48.5
411

512
### Patch Changes

packages/cli/plugin-changeset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"modern",
1616
"modern.js"
1717
],
18-
"version": "2.48.5",
18+
"version": "2.48.6",
1919
"jsnext:source": "./src/index.ts",
2020
"types": "./src/index.ts",
2121
"main": "./dist/cjs/index.js",

packages/cli/plugin-data-loader/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @modern-js/plugin-data-loader
22

3+
## 2.48.6
4+
5+
### Patch Changes
6+
7+
- @modern-js/runtime-utils@2.48.6
8+
- @modern-js/utils@2.48.6
9+
310
## 2.48.5
411

512
### Patch Changes

packages/cli/plugin-data-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"modern",
1616
"modern.js"
1717
],
18-
"version": "2.48.5",
18+
"version": "2.48.6",
1919
"engines": {
2020
"node": ">=16.2.0"
2121
},

0 commit comments

Comments
 (0)