Skip to content

Commit

Permalink
Version Packages (#88)
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 Oct 20, 2022
1 parent 856f39e commit 8dde8ae
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/tame-ravens-type.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.9",
"version": "0.1.10",
"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.4

### Patch Changes

- ac868b1: bumped to 1.7.0 backstage core version
- Updated dependencies [ac868b1]
- @oriflame/backstage-plugin-score-card@0.5.4

## 0.4.3

### 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.3",
"version": "0.4.4",
"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.1",
"@oriflame/backstage-plugin-score-card": "^0.5.4",
"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.15

### Patch Changes

- ac868b1: bumped to 1.7.0 backstage core version
- Updated dependencies [ac868b1]
- [email protected]

## 1.0.14

### 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.14",
"version": "1.0.15",
"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.0.1",
"luxon": "3.0.4",
"app": "^0.4.3",
"app": "^0.4.4",
"dockerode": "3.3.4",
"express": "4.18.2",
"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.4

### Patch Changes

- ac868b1: bumped to 1.7.0 backstage core version

## 0.5.3

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

0 comments on commit 8dde8ae

Please sign in to comment.