diff --git a/.changeset/chilly-cougars-fly.md b/.changeset/chilly-cougars-fly.md deleted file mode 100644 index 99835fa4..00000000 --- a/.changeset/chilly-cougars-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@module-federation/dashboard": major ---- - -Webpack Beta 17 API upgrade diff --git a/.changeset/dull-books-burn.md b/.changeset/dull-books-burn.md deleted file mode 100644 index efca7116..00000000 --- a/.changeset/dull-books-burn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@module-federation/dashboard": minor -"@module-federation/dashboard-plugin": minor ---- - -Updating Readmes diff --git a/.changeset/lucky-boxes-play.md b/.changeset/lucky-boxes-play.md deleted file mode 100644 index 68425a39..00000000 --- a/.changeset/lucky-boxes-play.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@module-federation/dashboard": minor -"@module-federation/dashboard-plugin": minor ---- - -Adderssing general upgrades and bugs diff --git a/.changeset/odd-hotels-own.md b/.changeset/odd-hotels-own.md deleted file mode 100644 index 6705ab30..00000000 --- a/.changeset/odd-hotels-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@module-federation/dashboard-plugin": patch ---- - -Fixing bugs in getAllReferenceChunks diff --git a/.changeset/shiny-tigers-sing.md b/.changeset/shiny-tigers-sing.md deleted file mode 100644 index 5e61b834..00000000 --- a/.changeset/shiny-tigers-sing.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@module-federation/dashboard": minor -"@module-federation/dashboard-plugin": minor ---- - -Fixing CI issues diff --git a/dashboard-fe/CHANGELOG.md b/dashboard-fe/CHANGELOG.md new file mode 100644 index 00000000..1e0a5824 --- /dev/null +++ b/dashboard-fe/CHANGELOG.md @@ -0,0 +1,12 @@ +# @module-federation/dashboard + +## 1.0.0 +### Major Changes + +- eb2e7c1: Webpack Beta 17 API upgrade + +### Minor Changes + +- eb2e7c1: Updating Readmes +- eb2e7c1: Adderssing general upgrades and bugs +- eb2e7c1: Fixing CI issues diff --git a/dashboard-fe/package.json b/dashboard-fe/package.json index 96115e92..a47052ee 100644 --- a/dashboard-fe/package.json +++ b/dashboard-fe/package.json @@ -1,6 +1,6 @@ { "name": "@module-federation/dashboard", - "version": "0.1.1", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev -p 3000", diff --git a/dashboard-plugin/CHANGELOG.md b/dashboard-plugin/CHANGELOG.md index 034b32b4..cad17aa3 100644 --- a/dashboard-plugin/CHANGELOG.md +++ b/dashboard-plugin/CHANGELOG.md @@ -1,5 +1,17 @@ # @module-federation/dashboard-plugin +## 1.0.0 + +### Minor Changes + +- eb2e7c1: Updating Readmes +- eb2e7c1: Adderssing general upgrades and bugs +- eb2e7c1: Fixing CI issues + +### Patch Changes + +- eb2e7c1: Fixing bugs in getAllReferenceChunks + ## 0.2.0 ### Minor Changes diff --git a/dashboard-plugin/package.json b/dashboard-plugin/package.json index 063672bd..26a4b347 100644 --- a/dashboard-plugin/package.json +++ b/dashboard-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@module-federation/dashboard-plugin", - "version": "0.2.0", + "version": "1.0.0", "main": "FederationDashboardPlugin.js", "license": "MIT", "scripts": {