From 7883e1c7c32c9cff411307d755eaec64a0001805 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Nov 2022 21:59:40 +0000 Subject: [PATCH] Version Packages --- .changeset/fair-peas-clean.md | 6 ------ .changeset/stale-items-suffer.md | 5 ----- plugins/backend/CHANGELOG.md | 10 ++++++++++ plugins/backend/package.json | 2 +- plugins/frontend/CHANGELOG.md | 6 ++++++ plugins/frontend/package.json | 2 +- 6 files changed, 18 insertions(+), 13 deletions(-) delete mode 100644 .changeset/fair-peas-clean.md delete mode 100644 .changeset/stale-items-suffer.md diff --git a/.changeset/fair-peas-clean.md b/.changeset/fair-peas-clean.md deleted file mode 100644 index ffe4960..0000000 --- a/.changeset/fair-peas-clean.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@cloud-carbon-footprint/backstage-plugin-backend": minor -"@cloud-carbon-footprint/backstage-plugin-frontend": patch ---- - -adds mongodb configuration and fixes react-router bug diff --git a/.changeset/stale-items-suffer.md b/.changeset/stale-items-suffer.md deleted file mode 100644 index 3a24dfd..0000000 --- a/.changeset/stale-items-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloud-carbon-footprint/backstage-plugin-backend": patch ---- - -fixes mongo config bug diff --git a/plugins/backend/CHANGELOG.md b/plugins/backend/CHANGELOG.md index ca8e3cc..a29a493 100644 --- a/plugins/backend/CHANGELOG.md +++ b/plugins/backend/CHANGELOG.md @@ -1,5 +1,15 @@ # @cloud-carbon-footprint/backstage-plugin-backend +## 0.1.0 + +### Minor Changes + +- 58e0a12: adds mongodb configuration and fixes react-router bug + +### Patch Changes + +- 9af0720: fixes mongo config bug + ## 0.0.7 ### Patch Changes diff --git a/plugins/backend/package.json b/plugins/backend/package.json index 46c50f8..04b8cde 100644 --- a/plugins/backend/package.json +++ b/plugins/backend/package.json @@ -1,6 +1,6 @@ { "name": "@cloud-carbon-footprint/backstage-plugin-backend", - "version": "0.0.7", + "version": "0.1.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/frontend/CHANGELOG.md b/plugins/frontend/CHANGELOG.md index 1e0c1e4..abc68f0 100644 --- a/plugins/frontend/CHANGELOG.md +++ b/plugins/frontend/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloud-carbon-footprint/backstage-plugin-frontend +## 0.0.7 + +### Patch Changes + +- 58e0a12: adds mongodb configuration and fixes react-router bug + ## 0.0.6 ### Patch Changes diff --git a/plugins/frontend/package.json b/plugins/frontend/package.json index ffc2623..4738c6a 100644 --- a/plugins/frontend/package.json +++ b/plugins/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cloud-carbon-footprint/backstage-plugin-frontend", - "version": "0.0.6", + "version": "0.0.7", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",