Skip to content

Commit 7405643

Browse files
committed
chore: fixed runtime-core version
1 parent f02a407 commit 7405643

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"@module-federation/data-prefetch",
2525
"@module-federation/rsbuild-plugin",
2626
"@module-federation/error-codes",
27-
"@module-federation/inject-external-runtime-core-plugin"
27+
"@module-federation/inject-external-runtime-core-plugin",
28+
"@module-federation/runtime-core"
2829
]
2930
],
3031
"ignorePatterns": ["^alpha|^beta"],

packages/runtime-core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @module-federation/runtime
22

3-
## 0.9.2
3+
## 0.10.0
44

55
### Patch Changes
66

packages/runtime-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@module-federation/runtime-core",
3-
"version": "0.9.2",
3+
"version": "0.10.0",
44
"author": "zhouxiao <[email protected]>",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.mjs",

0 commit comments

Comments
 (0)