Skip to content

Commit

Permalink
Merge pull request #51 from humanitec/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages - plugins
  • Loading branch information
louisbennett authored Sep 19, 2024
2 parents c6d2607 + 08320e7 commit 4985f6a
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .changeset/late-trainers-cry.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 @@ -38,7 +38,7 @@
"@backstage/plugin-techdocs-react": "^1.2.7",
"@backstage/plugin-user-settings": "^0.8.11",
"@backstage/theme": "^0.5.6",
"@humanitec/backstage-plugin": "^0.9.0",
"@humanitec/backstage-plugin": "^0.9.1",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"history": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@backstage/plugin-search-backend-module-techdocs": "^0.2.0",
"@backstage/plugin-search-backend-node": "^1.3.0",
"@backstage/plugin-techdocs-backend": "^1.10.13",
"@humanitec/backstage-plugin-backend": "^0.8.0",
"@humanitec/backstage-plugin-scaffolder-backend-module": "^0.5.0",
"@humanitec/backstage-plugin-backend": "^0.8.1",
"@humanitec/backstage-plugin-scaffolder-backend-module": "^0.5.1",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"dockerode": "^3.3.1",
Expand Down
8 changes: 8 additions & 0 deletions plugins/humanitec-backend-scaffolder-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @humanitec/backstage-plugin-scaffolder-backend-module

## 0.5.1

### Patch Changes

- 05fa5f4: Upgrade backstage to 1.30.2
- Updated dependencies [05fa5f4]
- @humanitec/backstage-plugin-common@0.7.1

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/humanitec-backend-scaffolder-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanitec/backstage-plugin-scaffolder-backend-module",
"version": "0.5.0",
"version": "0.5.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@backstage/backend-plugin-api": "^0.8.0",
"@backstage/plugin-scaffolder-node": "^0.4.9",
"@humanitec/backstage-plugin-common": "^0.7.0",
"@humanitec/backstage-plugin-common": "^0.7.1",
"js-yaml": "^4.1.0",
"zod": "^3.17.3"
},
Expand Down
8 changes: 8 additions & 0 deletions plugins/humanitec-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @frontside/backstage-plugin-humanitec-backend

## 0.8.1

### Patch Changes

- 05fa5f4: Upgrade backstage to 1.30.2
- Updated dependencies [05fa5f4]
- @humanitec/backstage-plugin-common@0.7.1

## 0.8.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/humanitec-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanitec/backstage-plugin-backend",
"version": "0.8.0",
"version": "0.8.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@backstage/backend-common": "^0.24.0",
"@backstage/backend-plugin-api": "^0.8.0",
"@backstage/config": "^1.2.0",
"@humanitec/backstage-plugin-common": "^0.7.0",
"@humanitec/backstage-plugin-common": "^0.7.1",
"@types/express": "*",
"cross-fetch": "^4.0.0",
"express": "^4.17.1",
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.7.1

### Patch Changes

- 05fa5f4: Upgrade backstage to 1.30.2

## 0.7.0

### Minor 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.7.0",
"version": "0.7.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/humanitec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-humanitec

## 0.9.1

### Patch Changes

- 05fa5f4: Upgrade backstage to 1.30.2

## 0.9.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.9.0",
"version": "0.9.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@backstage/core-app-api": "^1.14.2",
"@backstage/dev-utils": "^1.0.37",
"@backstage/test-utils": "^1.5.10",
"@humanitec/backstage-plugin-common": "^0.7.0",
"@humanitec/backstage-plugin-common": "^0.7.1",
"@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 4985f6a

Please sign in to comment.