Skip to content

Commit 0e80aec

Browse files
Version Packages (#53)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b47ea35 commit 0e80aec

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/angry-hairs-remember.md

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

dashboard-fe/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- a32d527: Documentation Formatting and fixing a bug in the pluign that happens when no remoteEntry is emitted at all
8+
39
## 1.0.1
410

511
### Patch Changes

dashboard-fe/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/dashboard",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 3000",

dashboard-plugin/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- a32d527: Documentation Formatting and fixing a bug in the pluign that happens when no remoteEntry is emitted at all
8+
39
## 1.0.1
410

511
### Patch Changes

dashboard-plugin/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/dashboard-plugin",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"main": "FederationDashboardPlugin.js",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)