Skip to content

Commit d99e94d

Browse files
Version Packages (#137)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9b8a6ff commit d99e94d

File tree

9 files changed

+39
-24
lines changed

9 files changed

+39
-24
lines changed

.changeset/poor-pillows-roll.md

-11
This file was deleted.

.changeset/rude-masks-remember.md

-7
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
88
],
9-
"version": "0.1.13",
9+
"version": "0.1.14",
1010
"private": true,
1111
"engines": {
1212
"node": "14 || 16"

packages/app/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# app
22

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- 398f28d: bump version for backstage core components to 1.8.3
8+
- Updated dependencies [ec3991d]
9+
- Updated dependencies [398f28d]
10+
- @oriflame/backstage-plugin-score-card@0.6.0
11+
312
## 0.4.4
413

514
### Patch Changes

packages/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"private": true,
55
"backstage": {
66
"role": "frontend"
@@ -31,7 +31,7 @@
3131
"@backstage/theme": "^0.2.16",
3232
"@material-ui/core": "4.12.4",
3333
"@material-ui/icons": "4.11.3",
34-
"@oriflame/backstage-plugin-score-card": "^0.5.4",
34+
"@oriflame/backstage-plugin-score-card": "^0.6.0",
3535
"history": "5.3.0",
3636
"prop-types": "15.8.1",
3737
"react": "17.0.2",

packages/backend/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# backend
22

3+
## 1.0.16
4+
5+
### Patch Changes
6+
7+
- 398f28d: bump version for backstage core components to 1.8.3
8+
- Updated dependencies [398f28d]
9+
10+
311
## 1.0.15
412

513
### Patch Changes

packages/backend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"main": "dist/index.cjs.js",
55
"types": "src/index.ts",
66
"private": true,
@@ -38,7 +38,7 @@
3838
"better-sqlite3": "7.6.2",
3939
"@types/luxon": "3.1.0",
4040
"luxon": "3.1.0",
41-
"app": "^0.4.4",
41+
"app": "^0.4.5",
4242
"dockerode": "3.3.4",
4343
"express": "4.18.2",
4444
"express-promise-router": "4.1.1",

plugins/score-card/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @oriflame/backstage-plugin-score-card
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- ec3991d: Allow any entity to be scored.
8+
9+
BREAKING CHANGES:
10+
11+
- `SystemScore` is renamed to `EntityScore` (and in a similar fashion all other `System*` components)
12+
- `systemEntityName` in `EntityScore` is replaced by `entityRef`
13+
- URL path to json files is changed from `{jsonDataUrl}/{systemEntityName}.json` to `{jsonDataUrl}/{entity-namespace}/{entity-kind}/{entity-name}.json`
14+
15+
### Patch Changes
16+
17+
- 398f28d: bump version for backstage core components to 1.8.3
18+
319
## 0.5.7
420

521
### Patch Changes

plugins/score-card/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oriflame/backstage-plugin-score-card",
3-
"version": "0.5.7",
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)