Skip to content

Commit

Permalink
Release v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2024
1 parent 589a3bd commit d403173
Show file tree
Hide file tree
Showing 18 changed files with 67 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-baboons-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-cars-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-days-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-baboons-think.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.11

### Patch Changes

- 5c17bc4: normalize bundler runtime import paths
- @module-federation/runtime-tools@0.0.11
- @module-federation/sdk@0.0.11

## 0.0.10

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

### Patch Changes

- 845bc52: fix(nextjs-mf): errorLoadRemote hook not to be overridden
- Updated dependencies [b2ead7a]
- Updated dependencies [589a3bd]
- Updated dependencies [5c17bc4]
- @module-federation/runtime@0.0.11
- @module-federation/enhanced@0.0.11
- @module-federation/node@2.0.9
- @module-federation/sdk@0.0.11

## 8.1.7

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

### Patch Changes

- Updated dependencies [b2ead7a]
- Updated dependencies [589a3bd]
- Updated dependencies [5c17bc4]
- @module-federation/runtime@0.0.11
- @module-federation/enhanced@0.0.11
- @module-federation/sdk@0.0.11

## 2.0.8

### 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.8",
"version": "2.0.9",
"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.11

### Patch Changes

- Updated dependencies [b2ead7a]
- Updated dependencies [589a3bd]
- @module-federation/runtime@0.0.11
- @module-federation/webpack-bundler-runtime@0.0.11

## 0.0.10

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

### Patch Changes

- b2ead7a: fix(runtime): nativeGlobal is undefined
- 589a3bd: fix(runtime): runtime should not pre-register shared while strategy is 'loaded-first'
- @module-federation/sdk@0.0.11

## 0.0.10

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

## 0.0.10

## 0.0.9
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.10",
"version": "0.0.11",
"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.11

### Patch Changes

- Updated dependencies [b2ead7a]
- Updated dependencies [589a3bd]
- @module-federation/runtime@0.0.11
- @module-federation/sdk@0.0.11

## 0.0.10

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

0 comments on commit d403173

Please sign in to comment.