diff --git a/.changeset/selfish-bobcats-applaud.md b/.changeset/selfish-bobcats-applaud.md deleted file mode 100644 index 94fd858927..0000000000 --- a/.changeset/selfish-bobcats-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@janus-idp/shared-react": patch ---- - -moved css styles from css file to the Status component diff --git a/plugins/shared-react/CHANGELOG.md b/plugins/shared-react/CHANGELOG.md index 54a4ba5f33..4e95428f8f 100644 --- a/plugins/shared-react/CHANGELOG.md +++ b/plugins/shared-react/CHANGELOG.md @@ -1,5 +1,11 @@ ## @janus-idp/shared-react [2.10.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/shared-react@2.9.0...@janus-idp/shared-react@2.10.0) (2024-08-02) +## 2.14.1 + +### Patch Changes + +- 3ae105b: moved css styles from css file to the Status component + ## 2.14.0 ### Minor Changes diff --git a/plugins/shared-react/package.json b/plugins/shared-react/package.json index 1c0d32373f..a69d5a0021 100644 --- a/plugins/shared-react/package.json +++ b/plugins/shared-react/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/shared-react", - "version": "2.14.0", + "version": "2.14.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",