Skip to content

Commit 7883e1c

Browse files
Version Packages
1 parent 9af0720 commit 7883e1c

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.changeset/fair-peas-clean.md

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

.changeset/stale-items-suffer.md

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

plugins/backend/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @cloud-carbon-footprint/backstage-plugin-backend
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 58e0a12: adds mongodb configuration and fixes react-router bug
8+
9+
### Patch Changes
10+
11+
- 9af0720: fixes mongo config bug
12+
313
## 0.0.7
414

515
### Patch Changes

plugins/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloud-carbon-footprint/backstage-plugin-backend",
3-
"version": "0.0.7",
3+
"version": "0.1.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

plugins/frontend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloud-carbon-footprint/backstage-plugin-frontend
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- 58e0a12: adds mongodb configuration and fixes react-router bug
8+
39
## 0.0.6
410

511
### Patch Changes

plugins/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloud-carbon-footprint/backstage-plugin-frontend",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)