Skip to content

Commit

Permalink
Version Packages (#190)
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 Apr 24, 2023
1 parent bd30933 commit e0448cb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-jobs-hug.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.17",
"version": "0.1.18",
"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.7

### Patch Changes

- Updated dependencies [bd30933]
- @oriflame/backstage-plugin-score-card@0.7.0

## 0.4.6

### 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.6",
"version": "0.4.7",
"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.6.3",
"@oriflame/backstage-plugin-score-card": "^0.7.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.7.0

### Minor Changes

- bd30933: wikiLinkTemplate is now optionnal

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

0 comments on commit e0448cb

Please sign in to comment.