Skip to content

Commit 4fbbb8d

Browse files
authored
Merge pull request #2 from cloud-carbon-footprint/changeset-release/trunk
Version Packages
2 parents 8db8b73 + 0ceafd3 commit 4fbbb8d

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/odd-suits-notice.md

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

plugins/backend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @cloud-carbon-footprint/backstage-plugin-backend
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- 2ae2c72: initial versioning for plugins

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.0",
3+
"version": "0.0.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

plugins/frontend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @cloud-carbon-footprint/backstage-plugin-frontend
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- 2ae2c72: initial versioning for plugins

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.0",
3+
"version": "0.0.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)