Skip to content

Commit 8abceaa

Browse files
Release v0.0.9 (#1965)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2ad29a6 commit 8abceaa

File tree

18 files changed

+75
-31
lines changed

18 files changed

+75
-31
lines changed

.changeset/lemon-fans-tickle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/long-bulldogs-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-spoons-cheer.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/weak-jars-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/enhanced/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# [0.2.0-canary.5](https://github.com/module-federation/universe/compare/enhanced-0.2.0-canary.4...enhanced-0.2.0-canary.5) (2023-11-20)
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- 1147f48: fix: not duplicate set resolve.alias
8+
- cf8634d: fix: copy decalaration files to output
9+
- 2ad29a6: fix: remove duplicate init shareScopeMap
10+
fix: normalize schemas path
11+
fix: shared is loaded if it has lib attr
12+
- @module-federation/runtime-tools@0.0.9
13+
- @module-federation/sdk@0.0.9
14+
315
## 0.0.8
416

517
### Patch Changes

packages/enhanced/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/enhanced",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"main": "./dist/src/index.js",
55
"types": "./dist/src/index.d.ts",
66
"files": [

packages/nextjs-mf/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# [8.1.0-canary.7](https://github.com/module-federation/universe/compare/nextjs-mf-8.1.0-canary.6...nextjs-mf-8.1.0-canary.7) (2023-11-21)
22

3+
## 8.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1147f48]
8+
- Updated dependencies [cf8634d]
9+
- Updated dependencies [2ad29a6]
10+
- Updated dependencies [b129098]
11+
- @module-federation/enhanced@0.0.9
12+
- @module-federation/runtime@0.0.9
13+
- @module-federation/node@2.0.7
14+
- @module-federation/sdk@0.0.9
15+
316
## 8.1.5
417

518
### Patch Changes

packages/nextjs-mf/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/nextjs-mf",
3-
"version": "8.1.5",
3+
"version": "8.1.6",
44
"license": "MIT",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/node/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# [2.1.0-canary.6](https://github.com/module-federation/universe/compare/node-2.1.0-canary.5...node-2.1.0-canary.6) (2023-11-21)
22

3+
## 2.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1147f48]
8+
- Updated dependencies [cf8634d]
9+
- Updated dependencies [2ad29a6]
10+
- @module-federation/enhanced@0.0.9
11+
- @module-federation/sdk@0.0.9
12+
313
## 2.0.6
414

515
### Patch Changes

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"public": true,
33
"name": "@module-federation/node",
4-
"version": "2.0.6",
4+
"version": "2.0.7",
55
"type": "commonjs",
66
"main": "./dist/src/index.js",
77
"exports": {

packages/runtime-tools/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## [1.0.1-canary.1](https://github.com/module-federation/universe/compare/runtime-1.0.0...runtime-1.0.1-canary.1) (2023-12-06)
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2ad29a6]
8+
- Updated dependencies [b129098]
9+
- @module-federation/webpack-bundler-runtime@0.0.9
10+
- @module-federation/runtime@0.0.9
11+
312
## 0.0.8
413

514
### Patch Changes

packages/runtime-tools/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-tools",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"author": "zhanghang <[email protected]>",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.esm.js",

packages/runtime/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @module-federation/runtime
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- 2ad29a6: fix: remove duplicate init shareScopeMap
8+
fix: normalize schemas path
9+
fix: shared is loaded if it has lib attr
10+
- b129098: fix: window.location.origin will be "null" in iframe srcDoc
11+
- @module-federation/sdk@0.0.9
12+
313
## 0.0.8
414

515
### Patch Changes

packages/runtime/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",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"author": "zhouxiao <[email protected]>",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.esm.js",

packages/sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [1.1.0-canary.1](https://github.com/module-federation/universe/compare/sdk-1.0.0...sdk-1.1.0-canary.1) (2023-12-05)
22

3+
## 0.0.9
4+
35
## 0.0.8
46

57
### Patch Changes

packages/sdk/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/sdk",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"license": "MIT",
55
"description": "A sdk for support module federation",
66
"keywords": [

packages/webpack-bundler-runtime/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# [1.0.0-canary.3](https://github.com/module-federation/universe/compare/webpack-bundler-runtime-1.0.0-canary.2...webpack-bundler-runtime-1.0.0-canary.3) (2023-11-23)
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- 2ad29a6: fix: remove duplicate init shareScopeMap
8+
fix: normalize schemas path
9+
fix: shared is loaded if it has lib attr
10+
- Updated dependencies [2ad29a6]
11+
- Updated dependencies [b129098]
12+
- @module-federation/runtime@0.0.9
13+
- @module-federation/sdk@0.0.9
14+
315
## 0.0.8
416

517
### Patch Changes

packages/webpack-bundler-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"public": true,
33
"name": "@module-federation/webpack-bundler-runtime",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"license": "MIT",
66
"description": "Module Federation Runtime for webpack",
77
"keywords": [

0 commit comments

Comments
 (0)