Skip to content

Commit

Permalink
Version Packages (#56)
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 Sep 26, 2022
1 parent d697d52 commit 08cac1a
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/metal-moons-watch.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.6",
"version": "0.1.7",
"private": true,
"engines": {
"node": "14 || 16"
Expand Down
8 changes: 8 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# app

## 0.4.3

### Patch Changes

- d697d52: Bumped to backstage-core 1.6.0
- Updated dependencies [d697d52]
- @oriflame/backstage-plugin-score-card@0.5.1

## 0.4.2

### 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.2",
"version": "0.4.3",
"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.0",
"@oriflame/backstage-plugin-score-card": "^0.5.1",
"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.14

### Patch Changes

- d697d52: Bumped to backstage-core 1.6.0
- Updated dependencies [d697d52]
- [email protected]

## 0.4.0

Initial version for plugins app host.
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.13",
"version": "1.0.14",
"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": "2.4.0",
"luxon": "2.5.0",
"app": "^0.4.1",
"app": "^0.4.3",
"dockerode": "3.3.4",
"express": "4.18.1",
"express-promise-router": "4.1.1",
Expand Down
6 changes: 6 additions & 0 deletions plugins/score-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @oriflame/backstage-plugin-score-card

## 0.5.1

### Patch Changes

- d697d52: Bumped to backstage-core 1.6.0

## 0.5.0

### Minor 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.0",
"version": "0.5.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 08cac1a

Please sign in to comment.