Skip to content

Commit

Permalink
Version Packages (#39)
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 22, 2022
1 parent 004231d commit 820b969
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-phones-juggle.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.5",
"version": "0.1.6",
"private": true,
"engines": {
"node": "14 || 16"
Expand Down
7 changes: 7 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# app

## 0.4.2

### Patch Changes

- Updated dependencies [a94816d]
- @oriflame/backstage-plugin-score-card@0.5.0

## 0.4.1

### 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.1",
"version": "0.4.2",
"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.4.1",
"@oriflame/backstage-plugin-score-card": "^0.5.0",
"history": "5.3.0",
"prop-types": "15.8.1",
"react": "17.0.2",
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.0

### Minor Changes

- a94816d: New config [wikiLinkTemplate]

## 0.4.2

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

0 comments on commit 820b969

Please sign in to comment.