Skip to content

Commit

Permalink
Merge pull request #27 from humanitec/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages - plugins
  • Loading branch information
johanneswuerbach authored Jun 18, 2024
2 parents 2e5eb89 + 94939ed commit d0a3fd9
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/slimy-crews-joke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-suns-impress.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions plugins/humanitec-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-humanitec-common

## 0.5.2

### Patch Changes

- 6574533: fix: improved status rendering

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/humanitec-common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions plugins/humanitec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/humanitec/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d0a3fd9

Please sign in to comment.