diff --git a/.changeset/brown-poems-sleep.md b/.changeset/brown-poems-sleep.md deleted file mode 100644 index dfd7a8df..00000000 --- a/.changeset/brown-poems-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@module-federation/dashboard-plugin": minor ---- - -Updating pointers to file locations diff --git a/.changeset/chilly-lies-punch.md b/.changeset/chilly-lies-punch.md deleted file mode 100644 index b195caf2..00000000 --- a/.changeset/chilly-lies-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@module-federation/dashboard": patch ---- - -Fixing lockfile causing docker run failures diff --git a/.changeset/heavy-zebras-rush.md b/.changeset/heavy-zebras-rush.md deleted file mode 100644 index fce627f4..00000000 --- a/.changeset/heavy-zebras-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@module-federation/dashboard-plugin": patch ---- - -Fixed missing middlewares to RMM diff --git a/.changeset/honest-hats-bake.md b/.changeset/honest-hats-bake.md deleted file mode 100644 index fbef3f6e..00000000 --- a/.changeset/honest-hats-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@module-federation/dashboard-plugin": patch ---- - -Add default publishVersion for the remotes to work without param provided by Plugin config diff --git a/.changeset/thin-pears-own.md b/.changeset/thin-pears-own.md deleted file mode 100644 index 732664d9..00000000 --- a/.changeset/thin-pears-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@module-federation/dashboard": minor ---- - -Adding UML diagrams, fixing build issues diff --git a/.changeset/wise-shirts-cross.md b/.changeset/wise-shirts-cross.md deleted file mode 100644 index 9e3ae2fe..00000000 --- a/.changeset/wise-shirts-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@module-federation/dashboard": minor ---- - -Stabalizing some API features diff --git a/dashboard-fe/CHANGELOG.md b/dashboard-fe/CHANGELOG.md index 5805e426..3ad7aa45 100644 --- a/dashboard-fe/CHANGELOG.md +++ b/dashboard-fe/CHANGELOG.md @@ -1,5 +1,16 @@ # @module-federation/dashboard +## 2.2.0 + +### Minor Changes + +- b7beea2: Adding UML diagrams, fixing build issues +- 2bb6d78: Stabalizing some API features + +### Patch Changes + +- 9fa46e0: Fixing lockfile causing docker run failures + ## 2.1.0 ### Minor Changes diff --git a/dashboard-fe/package.json b/dashboard-fe/package.json index defbe20d..0df24fc9 100644 --- a/dashboard-fe/package.json +++ b/dashboard-fe/package.json @@ -1,6 +1,6 @@ { "name": "@module-federation/dashboard", - "version": "2.1.0", + "version": "2.2.0", "private": true, "scripts": { "dev": "node --inspect ./server/dev-server.js", diff --git a/dashboard-plugin/CHANGELOG.md b/dashboard-plugin/CHANGELOG.md index e633b391..b007ca3a 100644 --- a/dashboard-plugin/CHANGELOG.md +++ b/dashboard-plugin/CHANGELOG.md @@ -1,5 +1,16 @@ # @module-federation/dashboard-plugin +## 2.2.0 + +### Minor Changes + +- c8c7f75: Updating pointers to file locations + +### Patch Changes + +- 5a8ea18: Fixed missing middlewares to RMM +- 2471df5: Add default publishVersion for the remotes to work without param provided by Plugin config + ## 2.1.0 ### Minor Changes diff --git a/dashboard-plugin/package.json b/dashboard-plugin/package.json index 8cffe11d..48e55ad9 100644 --- a/dashboard-plugin/package.json +++ b/dashboard-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@module-federation/dashboard-plugin", - "version": "2.1.2", + "version": "2.2.0", "main": "FederationDashboardPlugin.js", "bin": "bin/federation-report.js", "license": "Apache-2.0",