Skip to content

Release v0.0.10 #2005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/curly-mangos-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-sheep-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-walls-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-snails-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-tomatoes-fetch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/popular-spoons-grin.md

This file was deleted.

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

### Patch Changes

- 51b18e0: Fix bug in AyncBoundaryPlugin when chunkID is not set to named and dependOn exists
- @module-federation/[email protected]
- @module-federation/[email protected]

## 0.0.9

### 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.9",
"version": "0.0.10",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down
16 changes: 16 additions & 0 deletions packages/nextjs-mf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# [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.7

### Patch Changes

- 8e35e49: Remove default delegate module files, as well as remove the delegate loaders. Replaced by runtimePlugins
- 73eb07e: Rewrite chunk flushing and hot reloading to use federation runtime apis
- Updated dependencies [2d774d1]
- Updated dependencies [51b18e0]
- Updated dependencies [2b34e46]
- Updated dependencies [2097daa]
- Updated dependencies [73eb07e]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]

## 8.1.6

### 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.6",
"version": "8.1.7",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# [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.8

### Patch Changes

- 2b34e46: Refactor AutomaticPublicPath plugin to use federation global manager for auto path resolution in node.js
- 73eb07e: Rewrite chunk flushing and hot reloading to use federation runtime apis
- Updated dependencies [2d774d1]
- Updated dependencies [51b18e0]
- Updated dependencies [2097daa]
- @module-federation/[email protected]
- @module-federation/[email protected]
- @module-federation/[email protected]

## 2.0.7

### 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.7",
"version": "2.0.8",
"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.10

### Patch Changes

- Updated dependencies [2d774d1]
- Updated dependencies [2097daa]
- @module-federation/[email protected]
- @module-federation/[email protected]

## 0.0.9

### 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.9",
"version": "0.0.10",
"author": "zhanghang <[email protected]>",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @module-federation/runtime

## 0.0.10

### Patch Changes

- 2d774d1: onLoad hook will allow you to return a custom module factory or proxy
- 2097daa: feat(runtime): automatically complete the snapshot so that devtool can visualize it
- @module-federation/[email protected]

## 0.0.9

### 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.9",
"version": "0.0.10",
"author": "zhouxiao <[email protected]>",
"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.10

## 0.0.9

## 0.0.8
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.9",
"version": "0.0.10",
"license": "MIT",
"description": "A sdk for support module federation",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/webpack-bundler-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# [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.10

### Patch Changes

- Updated dependencies [2d774d1]
- Updated dependencies [2097daa]
- @module-federation/[email protected]
- @module-federation/[email protected]

## 0.0.9

### 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.9",
"version": "0.0.10",
"license": "MIT",
"description": "Module Federation Runtime for webpack",
"keywords": [
Expand Down