Skip to content
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/clean-pans-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-paws-doubt.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/serious-pears-guess.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/modernjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @module-federation/modernjsapp

## 0.1.111

### Patch Changes

- @module-federation/enhanced@0.21.0

## 0.1.110

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/modernjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@module-federation/modernjsapp",
"private": true,
"version": "0.1.110",
"version": "0.1.111",
"scripts": {
"reset": "npx rimraf ./**/node_modules",
"dev": "modern dev",
Expand Down
8 changes: 8 additions & 0 deletions apps/router-demo/router-remote5-2005/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# remote5

## 1.1.18

### Patch Changes

- Updated dependencies [d225658]
- @module-federation/bridge-react@0.21.0
- @module-federation/rsbuild-plugin@0.21.0

## 1.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/router-demo/router-remote5-2005/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remote5",
"private": true,
"version": "1.1.17",
"version": "1.1.18",
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
Expand Down
14 changes: 14 additions & 0 deletions apps/router-demo/router-remote6-2006/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Changelog

## 1.1.0

### Minor Changes

- d225658: feat: Add React Router v7 Support to Module Federation Bridge

### Patch Changes

- Updated dependencies [d225658]
- @module-federation/bridge-react@0.21.0
- @module-federation/rsbuild-plugin@0.21.0

## [1.0.34] - 2025-10-15

### Added

- Initial React Router v7 + Module Federation demo
- Bridge router integration with `enableBridgeRouter: true`
- Enhanced error boundaries with React Router v7
Expand All @@ -11,6 +24,7 @@
- TypeScript support

### Features

- React Router v7 data APIs
- Module Federation bridge components
- Modern build setup with Rsbuild
Expand Down
2 changes: 1 addition & 1 deletion apps/router-demo/router-remote6-2006/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remote6",
"private": true,
"version": "1.0.34",
"version": "1.1.0",
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
Expand Down
11 changes: 11 additions & 0 deletions apps/website-new/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# website-new

## 1.3.0

### Minor Changes

- d225658: feat: Add React Router v7 Support to Module Federation Bridge

### Patch Changes

- @module-federation/rspress-plugin@0.21.0
- @module-federation/error-codes@0.21.0

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/website-new/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website-new",
"version": "1.2.2",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "rspress dev",
Expand Down
11 changes: 11 additions & 0 deletions packages/bridge/bridge-react-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @module-federation/bridge-react-webpack-plugin

## 0.21.0

### Minor Changes

- d225658: feat: Add React Router v7 Support to Module Federation Bridge

### Patch Changes

- Updated dependencies [d1e90a4]
- @module-federation/sdk@0.21.0

## 0.20.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/bridge-react-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@module-federation/bridge-react-webpack-plugin",
"version": "0.20.0",
"version": "0.21.0",
"publishConfig": {
"access": "public"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/bridge/bridge-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @module-federation/bridge-react

## 0.21.0

### Minor Changes

- d225658: feat: Add React Router v7 Support to Module Federation Bridge

### Patch Changes

- Updated dependencies [d1e90a4]
- @module-federation/sdk@0.21.0
- @module-federation/bridge-shared@0.21.0

## 0.20.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/bridge-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@module-federation/bridge-react",
"version": "0.20.0",
"version": "0.21.0",
"sideEffects": false,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 2 additions & 0 deletions packages/bridge/bridge-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @module-federation/bridge-shared

## 0.21.0

## 0.20.0

## 0.19.1
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/bridge-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@module-federation/bridge-shared",
"version": "0.20.0",
"version": "0.21.0",
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/bridge/vue3-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @module-federation/bridge-vue3

## 0.21.0

### Patch Changes

- Updated dependencies [d1e90a4]
- @module-federation/sdk@0.21.0
- @module-federation/runtime@0.21.0
- @module-federation/bridge-shared@0.21.0

## 0.20.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/vue3-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/module-federation/core.git",
"directory": "packages/bridge/vue3-bridge"
},
"version": "0.20.0",
"version": "0.21.0",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/chrome-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @module-federation/devtools

## 0.21.0

### Patch Changes

- Updated dependencies [d1e90a4]
- @module-federation/sdk@0.21.0

## 0.20.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@module-federation/devtools",
"version": "0.20.0",
"version": "0.21.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @module-federation/cli

## 0.21.0

### Patch Changes

- Updated dependencies [d1e90a4]
- @module-federation/sdk@0.21.0
- @module-federation/dts-plugin@0.21.0

## 0.20.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@module-federation/cli",
"version": "0.20.0",
"version": "0.21.0",
"type": "commonjs",
"description": "Module Federation CLI",
"homepage": "https://module-federation.io",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-module-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# create-module-federation

## 0.21.0

## 0.20.0

## 0.19.1
Expand Down
2 changes: 1 addition & 1 deletion packages/create-module-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Create a new Module Federation project",
"public": true,
"sideEffects": false,
"version": "0.20.0",
"version": "0.21.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/data-prefetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @module-federation/data-prefetch

## 0.21.0

### Patch Changes

- Updated dependencies [d1e90a4]
- @module-federation/sdk@0.21.0
- @module-federation/runtime@0.21.0

## 0.20.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data-prefetch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@module-federation/data-prefetch",
"description": "Module Federation Data Prefetch",
"version": "0.20.0",
"version": "0.21.0",
"type": "module",
"author": "nieyan <nyqykk@foxmail.com>",
"homepage": "https://github.com/module-federation/core",
Expand Down
10 changes: 10 additions & 0 deletions packages/dts-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @module-federation/dts-plugin

## 0.21.0

### Patch Changes

- Updated dependencies [d1e90a4]
- @module-federation/sdk@0.21.0
- @module-federation/managers@0.21.0
- @module-federation/third-party-dts-extractor@0.21.0
- @module-federation/error-codes@0.21.0

## 0.20.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dts-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@module-federation/dts-plugin",
"version": "0.20.0",
"version": "0.21.0",
"author": "hanric <hanric.zhang@gmail.com>",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/enhanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @module-federation/enhanced

## 0.21.0

### Patch Changes

- Updated dependencies [d1e90a4]
- Updated dependencies [d225658]
- @module-federation/sdk@0.21.0
- @module-federation/bridge-react-webpack-plugin@0.21.0
- @module-federation/cli@0.21.0
- @module-federation/data-prefetch@0.21.0
- @module-federation/dts-plugin@0.21.0
- @module-federation/managers@0.21.0
- @module-federation/manifest@0.21.0
- @module-federation/rspack@0.21.0
- @module-federation/runtime-tools@0.21.0
- @module-federation/inject-external-runtime-core-plugin@0.21.0
- @module-federation/error-codes@0.21.0

## 0.20.0

### Minor 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.20.0",
"version": "0.21.0",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/error-codes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @module-federation/error-codes

## 0.21.0

## 0.20.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/error-codes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "zhanghang <hanric.zhang@gmail.com>",
"public": true,
"sideEffects": false,
"version": "0.20.0",
"version": "0.21.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @module-federation/esbuild

## 0.0.83

### Patch Changes

- Updated dependencies [d1e90a4]
- @module-federation/sdk@0.21.0

## 0.0.82

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@module-federation/esbuild",
"version": "0.0.82",
"version": "0.0.83",
"author": "Zack Jackson (@ScriptedAlchemy)",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
Loading