diff --git a/.changeset/slimy-crews-joke.md b/.changeset/slimy-crews-joke.md deleted file mode 100644 index c26cb50..0000000 --- a/.changeset/slimy-crews-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@humanitec/backstage-plugin': minor ---- - -Add hasHumanitecAnnotations function for conditional rendering diff --git a/.changeset/tender-suns-impress.md b/.changeset/tender-suns-impress.md deleted file mode 100644 index b5c1b16..0000000 --- a/.changeset/tender-suns-impress.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@humanitec/backstage-plugin-common': patch -'@humanitec/backstage-plugin': patch ---- - -fix: improved status rendering diff --git a/packages/app/package.json b/packages/app/package.json index 995ca4d..8d7b1fd 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -40,7 +40,7 @@ "@backstage/plugin-techdocs-react": "^1.2.3", "@backstage/plugin-user-settings": "^0.8.5", "@backstage/theme": "^0.5.3", - "@humanitec/backstage-plugin": "^0.6.0", + "@humanitec/backstage-plugin": "^0.7.0", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "history": "^5.0.0", diff --git a/plugins/humanitec-common/CHANGELOG.md b/plugins/humanitec-common/CHANGELOG.md index 2b7ca1d..1960f6f 100644 --- a/plugins/humanitec-common/CHANGELOG.md +++ b/plugins/humanitec-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-humanitec-common +## 0.5.2 + +### Patch Changes + +- 6574533: fix: improved status rendering + ## 0.5.1 ### Patch Changes diff --git a/plugins/humanitec-common/package.json b/plugins/humanitec-common/package.json index 07ddf29..ff0fc3d 100644 --- a/plugins/humanitec-common/package.json +++ b/plugins/humanitec-common/package.json @@ -1,7 +1,7 @@ { "name": "@humanitec/backstage-plugin-common", "description": "Humanitec API Client", - "version": "0.5.1", + "version": "0.5.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/humanitec/CHANGELOG.md b/plugins/humanitec/CHANGELOG.md index 236950b..3c522f3 100644 --- a/plugins/humanitec/CHANGELOG.md +++ b/plugins/humanitec/CHANGELOG.md @@ -1,5 +1,15 @@ # @frontside/backstage-plugin-humanitec +## 0.7.0 + +### Minor Changes + +- 22a6c79: Add hasHumanitecAnnotations function for conditional rendering + +### Patch Changes + +- 6574533: fix: improved status rendering + ## 0.6.0 ### Minor Changes diff --git a/plugins/humanitec/package.json b/plugins/humanitec/package.json index f1e371b..09fa4e2 100644 --- a/plugins/humanitec/package.json +++ b/plugins/humanitec/package.json @@ -1,6 +1,6 @@ { "name": "@humanitec/backstage-plugin", - "version": "0.6.0", + "version": "0.7.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -46,7 +46,7 @@ "@backstage/core-app-api": "^1.12.4", "@backstage/dev-utils": "^1.0.27", "@backstage/test-utils": "^1.5.4", - "@humanitec/backstage-plugin-common": "^0.5.1", + "@humanitec/backstage-plugin-common": "^0.5.2", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1",