Skip to content

Commit

Permalink
Version Packages (#261)
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] committed Apr 26, 2024
1 parent 35c2578 commit e975c56
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-dancers-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-jars-complain.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 @@
"OSWDVLPPlatform@oriflame.com",
"GlobalITCOEdevelopmentTooling@Oriflame.com"
],
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"engines": {
"node": "18 || 20"
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.5.1

### Patch Changes

- Updated dependencies [35c2578]
- Updated dependencies [500e616]
- @oriflame/backstage-plugin-score-card@0.9.0

## 0.5.0

### Minor 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.5.0",
"version": "0.5.1",
"private": true,
"bundled": true,
"backstage": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"@backstage/theme": "^0.5.0",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@oriflame/backstage-plugin-score-card": "^0.8.0",
"@oriflame/backstage-plugin-score-card": "^0.9.0",
"history": "5.3.0",
"prop-types": "15.8.1",
"react": "^18.0.0",
Expand Down
7 changes: 7 additions & 0 deletions plugins/score-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @oriflame/backstage-plugin-score-card

## 0.9.0

### Minor Changes

- 35c2578: Alternative way to dynamically set location of JSON file through the annotations field of catalog-info.yaml. To achieve this, configuration of scorecard/jsonDataUrl alongside github.com/project-slug annotations is required within the catalog-info.yaml file.
- 500e616: Added config options to customize reviewer and review date display behavior

## 0.8.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.8.0",
"version": "0.9.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7890,7 +7890,7 @@ __metadata:
languageName: node
linkType: hard

"@oriflame/backstage-plugin-score-card@npm:^0.8.0, @oriflame/backstage-plugin-score-card@workspace:plugins/score-card":
"@oriflame/backstage-plugin-score-card@npm:^0.9.0, @oriflame/backstage-plugin-score-card@workspace:plugins/score-card":
version: 0.0.0-use.local
resolution: "@oriflame/backstage-plugin-score-card@workspace:plugins/score-card"
dependencies:
Expand Down Expand Up @@ -12561,7 +12561,7 @@ __metadata:
"@backstage/theme": "npm:^0.5.0"
"@material-ui/core": "npm:4.12.4"
"@material-ui/icons": "npm:4.11.3"
"@oriflame/backstage-plugin-score-card": "npm:^0.8.0"
"@oriflame/backstage-plugin-score-card": "npm:^0.9.0"
"@playwright/test": "npm:^1.43.0"
"@testing-library/dom": "npm:^9.0.0"
"@testing-library/jest-dom": "npm:^6.0.0"
Expand Down

0 comments on commit e975c56

Please sign in to comment.