Skip to content

Commit

Permalink
Release new version(s) (#219)
Browse files Browse the repository at this point in the history
* Version Packages

* CHANGELOG fixes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jvilimek <jvilimek@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 21, 2024
1 parent f51e26d commit 2c8b614
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .changeset/hungry-trees-sniff.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.0",
"version": "0.2.1",
"private": true,
"engines": {
"node": "18 || 20"
Expand Down
11 changes: 11 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# app

## 0.5.0

### Minor Changes

- 32cc2fb: Upgraded to Backstage core 1.22.1, support for React v18, Node 20, Cypress e2e test migrated to [Playwright](https://playwright.dev/) and more.

### Patch Changes

- Updated dependencies [32cc2fb]
- @oriflame/backstage-plugin-score-card@0.8.0

## 0.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
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.7.0",
"@oriflame/backstage-plugin-score-card": "^0.8.0",
"history": "5.3.0",
"prop-types": "15.8.1",
"react": "^18.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# backend

## 1.1.0

### Minor Changes

- 32cc2fb: Upgraded to Backstage core 1.22.1

## 1.0.17

### Patch Changes
Expand Down
10 changes: 10 additions & 0 deletions plugins/score-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @oriflame/backstage-plugin-score-card

## 0.8.0

### Minor Changes

- 32cc2fb: Upgraded to Backstage core 1.22.1, support for React v18, Node 20, Cypress e2e test migrated to [Playwright](https://playwright.dev/) and more.

BREAKING CHANGES:

- `EntityScoreExtended` new required property `id:string` added to fullfill the Material UI Table row ID needs. Fix your clients by providing e.g. `stringifyEntityRef(score.entityRef)` as a value for the id.

## 0.7.1

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

0 comments on commit 2c8b614

Please sign in to comment.