diff --git a/.changeset/renovate-83f7758.md b/.changeset/renovate-83f7758.md deleted file mode 100644 index 9aaf7ef586..0000000000 --- a/.changeset/renovate-83f7758.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@oriflame/backstage-plugin-score-card': patch ---- - -Updated dependency `react-router` to `6.26.2`. -Updated dependency `react-router-dom` to `6.26.2`. diff --git a/package.json b/package.json index b751b50347..53c17d26f7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "OSWDVLPPlatform@oriflame.com", "GlobalITCOEdevelopmentTooling@Oriflame.com" ], - "version": "0.2.2", + "version": "0.2.3", "private": true, "engines": { "node": "18 || 20" diff --git a/plugins/score-card/CHANGELOG.md b/plugins/score-card/CHANGELOG.md index c28900f802..945c799d4c 100644 --- a/plugins/score-card/CHANGELOG.md +++ b/plugins/score-card/CHANGELOG.md @@ -1,5 +1,12 @@ # @oriflame/backstage-plugin-score-card +## 0.9.1 + +### Patch Changes + +- c3cbaf0: Updated dependency `react-router` to `6.26.2`. + Updated dependency `react-router-dom` to `6.26.2`. + ## 0.9.0 ### Minor Changes diff --git a/plugins/score-card/package.json b/plugins/score-card/package.json index 1083d6e848..5c3a1ff7af 100644 --- a/plugins/score-card/package.json +++ b/plugins/score-card/package.json @@ -1,6 +1,6 @@ { "name": "@oriflame/backstage-plugin-score-card", - "version": "0.9.0", + "version": "0.9.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",