Skip to content

Commit

Permalink
Release v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 15, 2024
1 parent 2ad29a6 commit f3e0bea
Show file tree
Hide file tree
Showing 18 changed files with 75 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-fans-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-bulldogs-reply.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/shy-spoons-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-jars-tap.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/enhanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# [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)

## 0.0.9

### Patch Changes

- 1147f48: fix: not duplicate set resolve.alias
- cf8634d: fix: copy decalaration files to output
- 2ad29a6: fix: remove duplicate init shareScopeMap
fix: normalize schemas path
fix: shared is loaded if it has lib attr
- @module-federation/runtime-tools@0.0.9
- @module-federation/sdk@0.0.9

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/enhanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@module-federation/enhanced",
"version": "0.0.8",
"version": "0.0.9",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
13 changes: 13 additions & 0 deletions packages/nextjs-mf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# [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)

## 8.1.6

### Patch Changes

- Updated dependencies [1147f48]
- Updated dependencies [cf8634d]
- Updated dependencies [2ad29a6]
- Updated dependencies [b129098]
- @module-federation/enhanced@0.0.9
- @module-federation/runtime@0.0.9
- @module-federation/node@2.0.7
- @module-federation/sdk@0.0.9

## 8.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs-mf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@module-federation/nextjs-mf",
"version": "8.1.5",
"version": "8.1.6",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# [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)

## 2.0.7

### Patch Changes

- Updated dependencies [1147f48]
- Updated dependencies [cf8634d]
- Updated dependencies [2ad29a6]
- @module-federation/enhanced@0.0.9
- @module-federation/sdk@0.0.9

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"public": true,
"name": "@module-federation/node",
"version": "2.0.6",
"version": "2.0.7",
"type": "commonjs",
"main": "./dist/src/index.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/runtime-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## [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)

## 0.0.9

### Patch Changes

- Updated dependencies [2ad29a6]
- Updated dependencies [b129098]
- @module-federation/webpack-bundler-runtime@0.0.9
- @module-federation/runtime@0.0.9

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@module-federation/runtime-tools",
"version": "0.0.8",
"version": "0.0.9",
"author": "zhanghang <hanric.zhang@gmail.com>",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @module-federation/runtime

## 0.0.9

### Patch Changes

- 2ad29a6: fix: remove duplicate init shareScopeMap
fix: normalize schemas path
fix: shared is loaded if it has lib attr
- b129098: fix: window.location.origin will be "null" in iframe srcDoc
- @module-federation/sdk@0.0.9

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@module-federation/runtime",
"version": "0.0.8",
"version": "0.0.9",
"author": "zhouxiao <codingzx@gmail.com>",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [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)

## 0.0.9

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@module-federation/sdk",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"description": "A sdk for support module federation",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/webpack-bundler-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# [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)

## 0.0.9

### Patch Changes

- 2ad29a6: fix: remove duplicate init shareScopeMap
fix: normalize schemas path
fix: shared is loaded if it has lib attr
- Updated dependencies [2ad29a6]
- Updated dependencies [b129098]
- @module-federation/runtime@0.0.9
- @module-federation/sdk@0.0.9

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-bundler-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"public": true,
"name": "@module-federation/webpack-bundler-runtime",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"description": "Module Federation Runtime for webpack",
"keywords": [
Expand Down

0 comments on commit f3e0bea

Please sign in to comment.