Skip to content

Commit

Permalink
Release v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 6, 2024
1 parent 804447c commit 5e4e8c3
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/forty-dolls-dance.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.13

### Patch Changes

- Updated dependencies [804447c]
- @module-federation/sdk@0.0.13
- @module-federation/runtime-tools@0.0.13

## 0.0.12

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

### Patch Changes

- Updated dependencies [804447c]
- @module-federation/runtime@0.0.13
- @module-federation/sdk@0.0.13
- @module-federation/node@2.0.11
- @module-federation/enhanced@0.0.13

## 8.1.9

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

### Patch Changes

- Updated dependencies [804447c]
- @module-federation/runtime@0.0.13
- @module-federation/sdk@0.0.13
- @module-federation/enhanced@0.0.13

## 2.0.10

### 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.10",
"version": "2.0.11",
"type": "commonjs",
"main": "./dist/src/index.js",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## [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.13

### Patch Changes

- Updated dependencies [804447c]
- @module-federation/runtime@0.0.13
- @module-federation/webpack-bundler-runtime@0.0.13

## 0.0.12

### 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.12",
"version": "0.0.13",
"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.13

### Patch Changes

- 804447c: fix(runtime): use link to preload js
- Updated dependencies [804447c]
- @module-federation/sdk@0.0.13

## 0.0.12

### 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.12",
"version": "0.0.13",
"author": "zhouxiao <[email protected]>",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,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)

## 0.0.13

### Patch Changes

- 804447c: fix(runtime): use link to preload js

## 0.0.12

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

### Patch Changes

- Updated dependencies [804447c]
- @module-federation/runtime@0.0.13
- @module-federation/sdk@0.0.13

## 0.0.12

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

0 comments on commit 5e4e8c3

Please sign in to comment.