Skip to content

Commit 2940ca5

Browse files
Version Packages (#108)
1 parent 7fef421 commit 2940ca5

File tree

7 files changed

+31
-10
lines changed

7 files changed

+31
-10
lines changed

workspaces/dashboards/.changeset/public-rats-guess.md

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

workspaces/dashboards/plugins/dashboards-backend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @proberaum/backstage-plugin-dashboards-backend
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- f9cb4b0: Backstage upgrade to 1.45.0
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [f9cb4b0]
12+
- @proberaum/backstage-plugin-dashboards-common@0.6.0
13+
314
## 0.5.0
415

516
### Minor Changes

workspaces/dashboards/plugins/dashboards-backend/package.json

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

workspaces/dashboards/plugins/dashboards-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @proberaum/backstage-plugin-dashboards-common
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- f9cb4b0: Backstage upgrade to 1.45.0
8+
39
## 0.5.0
410

511
### Minor Changes

workspaces/dashboards/plugins/dashboards-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@proberaum/backstage-plugin-dashboards-common",
33
"description": "Common functionalities for the dashboards plugin",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/dashboards/plugins/dashboards/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @proberaum/backstage-plugin-dashboards
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- f9cb4b0: Backstage upgrade to 1.45.0
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [f9cb4b0]
12+
- @proberaum/backstage-plugin-dashboards-common@0.6.0
13+
314
## 0.5.0
415

516
### Minor Changes

workspaces/dashboards/plugins/dashboards/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proberaum/backstage-plugin-dashboards",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)