Skip to content

Commit 8c6d12f

Browse files
Release v0.4.0
1 parent 4ed5d90 commit 8c6d12f

File tree

9 files changed

+22
-19
lines changed

9 files changed

+22
-19
lines changed

.changeset/clean-lemons-perform.md

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

.changeset/fast-games-report.md

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

.changeset/metal-kangaroos-drop.md

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

packages/native-federation-tests/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- b152df2: feat: rolldown support
8+
39
## 0.3.1
410

511
### Patch Changes

packages/native-federation-tests/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/native-federation-tests",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Bundler agnostic unplugin to share federated tests",
55
"publishConfig": {
66
"access": "public"

packages/native-federation-typescript/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- b152df2: feat: rolldown support
8+
39
## 0.3.1
410

511
### Patch Changes

packages/native-federation-typescript/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/native-federation-typescript",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Bundler agnostic unplugin to share federated types",
55
"keywords": [
66
"module federation",

packages/nextjs-mf/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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.2.5
4+
5+
### Patch Changes
6+
7+
- d942a1c: only call module factory in valid conditions in runtime plugin
8+
- 5f7b084: Prevent application from compiling if AppDir is used at all
9+
310
## 8.2.4
411

512
### 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.2.4",
3+
"version": "8.2.5",
44
"license": "MIT",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)