Skip to content

Commit

Permalink
Version Packages (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 9, 2023
1 parent 9b8a6ff commit d99e94d
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 24 deletions.
11 changes: 0 additions & 11 deletions .changeset/poor-pillows-roll.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rude-masks-remember.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"[email protected]",
"[email protected]"
],
"version": "0.1.13",
"version": "0.1.14",
"private": true,
"engines": {
"node": "14 || 16"
Expand Down
9 changes: 9 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# app

## 0.4.5

### Patch Changes

- 398f28d: bump version for backstage core components to 1.8.3
- Updated dependencies [ec3991d]
- Updated dependencies [398f28d]
- @oriflame/backstage-plugin-score-card@0.6.0

## 0.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.4.4",
"version": "0.4.5",
"private": true,
"backstage": {
"role": "frontend"
Expand Down Expand Up @@ -31,7 +31,7 @@
"@backstage/theme": "^0.2.16",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@oriflame/backstage-plugin-score-card": "^0.5.4",
"@oriflame/backstage-plugin-score-card": "^0.6.0",
"history": "5.3.0",
"prop-types": "15.8.1",
"react": "17.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# backend

## 1.0.16

### Patch Changes

- 398f28d: bump version for backstage core components to 1.8.3
- Updated dependencies [398f28d]
- [email protected]

## 1.0.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.0.15",
"version": "1.0.16",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -38,7 +38,7 @@
"better-sqlite3": "7.6.2",
"@types/luxon": "3.1.0",
"luxon": "3.1.0",
"app": "^0.4.4",
"app": "^0.4.5",
"dockerode": "3.3.4",
"express": "4.18.2",
"express-promise-router": "4.1.1",
Expand Down
16 changes: 16 additions & 0 deletions plugins/score-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @oriflame/backstage-plugin-score-card

## 0.6.0

### Minor Changes

- ec3991d: Allow any entity to be scored.

BREAKING CHANGES:

- `SystemScore` is renamed to `EntityScore` (and in a similar fashion all other `System*` components)
- `systemEntityName` in `EntityScore` is replaced by `entityRef`
- URL path to json files is changed from `{jsonDataUrl}/{systemEntityName}.json` to `{jsonDataUrl}/{entity-namespace}/{entity-kind}/{entity-name}.json`

### Patch Changes

- 398f28d: bump version for backstage core components to 1.8.3

## 0.5.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/score-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oriflame/backstage-plugin-score-card",
"version": "0.5.7",
"version": "0.6.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit d99e94d

Please sign in to comment.