Skip to content

Commit 30b84e1

Browse files
authored
chore: release v0.19.1 (#4058)
1 parent 22b9ff9 commit 30b84e1

File tree

75 files changed

+582
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+582
-57
lines changed

.changeset/beige-meals-wash.md

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

.changeset/hungry-countries-sleep.md

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

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,4 @@ jobs:
7373
7474
- name: Publish to npm
7575
run: |
76-
git tag ${{ steps.version_to_release.outputs.result }}
77-
git push origin ${{ steps.version_to_release.outputs.result }}
78-
pnpm -r publish --tag ${{ github.event.inputs.npm_tag }} --publish-branch ${{ github.event.inputs.branch }}
76+
pnpm -r publish --tag ${{ github.event.inputs.version }} --publish-branch ${{ github.event.inputs.branch }}

apps/modernjs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @module-federation/modernjsapp
22

3+
## 0.1.109
4+
5+
### Patch Changes
6+
7+
- @module-federation/enhanced@0.19.1
8+
9+
## 0.1.108
10+
11+
### Patch Changes
12+
13+
- @module-federation/enhanced@0.19.0
14+
315
## 0.1.107
416

517
### Patch Changes

apps/modernjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@module-federation/modernjsapp",
33
"private": true,
4-
"version": "0.1.107",
4+
"version": "0.1.109",
55
"scripts": {
66
"reset": "npx rimraf ./**/node_modules",
77
"dev": "modern dev",

apps/router-demo/router-remote5-2005/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# remote5
22

3+
## 1.1.16
4+
5+
### Patch Changes
6+
7+
- @module-federation/bridge-react@0.19.1
8+
- @module-federation/rsbuild-plugin@0.19.1
9+
10+
## 1.1.15
11+
12+
### Patch Changes
13+
14+
- @module-federation/bridge-react@0.19.0
15+
- @module-federation/rsbuild-plugin@0.19.0
16+
317
## 1.1.14
418

519
### Patch Changes

apps/router-demo/router-remote5-2005/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "remote5",
33
"private": true,
4-
"version": "1.1.14",
4+
"version": "1.1.16",
55
"scripts": {
66
"dev": "rsbuild dev",
77
"build": "rsbuild build",

apps/website-new/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# website-new
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- @module-federation/rspress-plugin@0.19.1
8+
- @module-federation/error-codes@0.19.1
9+
10+
## 1.2.0
11+
12+
### Minor Changes
13+
14+
- eb69021: Refactor(retry-plugin): unify retry behavior and improve resilience
15+
16+
### Patch Changes
17+
18+
- @module-federation/error-codes@0.19.0
19+
- @module-federation/rspress-plugin@0.19.0
20+
321
## 1.1.13
422

523
### Patch Changes

apps/website-new/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website-new",
3-
"version": "1.1.13",
3+
"version": "1.2.1",
44
"private": true,
55
"scripts": {
66
"dev": "rspress dev",

packages/bridge/bridge-react-webpack-plugin/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @module-federation/bridge-react-webpack-plugin
22

3+
## 0.19.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @module-federation/sdk@0.19.1
9+
10+
## 0.19.0
11+
12+
### Patch Changes
13+
14+
- @module-federation/sdk@0.19.0
15+
316
## 0.18.4
417

518
### Patch Changes

0 commit comments

Comments
 (0)