Skip to content

Commit

Permalink
Merge pull request #407 from thefrontside/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
taras authored Jul 30, 2024
2 parents 39b7b1f + 4f112b4 commit b1aba9c
Show file tree
Hide file tree
Showing 35 changed files with 155 additions and 52 deletions.
21 changes: 0 additions & 21 deletions .changeset/sweet-nails-act.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# app

## 0.2.3

### Patch Changes

- 870b26c: Update backstage deps
- Updated dependencies [870b26c]
- @frontside/backstage-plugin-scaffolder-workflow@0.10.2
- @frontside/backstage-plugin-effection-inspector@0.1.13
- @frontside/backstage-plugin-humanitec@0.3.16

## 0.2.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"backstage": {
"role": "frontend"
Expand Down Expand Up @@ -34,9 +34,9 @@
"@backstage/plugin-user-settings": "^0.8.10",
"@backstage/theme": "^0.5.6",
"@backstage/types": "^1.1.1",
"@frontside/backstage-plugin-effection-inspector": "^0.1.12",
"@frontside/backstage-plugin-humanitec": "^0.3.15",
"@frontside/backstage-plugin-scaffolder-workflow": "^0.10.1",
"@frontside/backstage-plugin-effection-inspector": "^0.1.13",
"@frontside/backstage-plugin-humanitec": "^0.3.16",
"@frontside/backstage-plugin-scaffolder-workflow": "^0.10.2",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@rjsf/utils": "5.13.6",
Expand Down
16 changes: 16 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# backend

## 0.1.4

### Patch Changes

- 870b26c: Update backstage deps
- Updated dependencies [870b26c]
- @frontside/backstage-plugin-graphql-backend-module[email protected]
- @frontside/backstage-plugin-incremental-ingestion[email protected]
- @frontside/backstage-plugin-effection-inspector[email protected]
- @frontside/scaffolder-yaml-actions@0.3.2
- @frontside/backstage-plugin-humanitec-backend@0.3.18
- @frontside/backstage-plugin-graphql-backend@0.1.9
- @frontside/backstage-plugin-batch-loader@0.4.2
- @internal/plugin-healthcheck@0.1.12
- [email protected]

## 0.1.3

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.1.3",
"version": "0.1.4",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -40,15 +40,15 @@
"@backstage/plugin-search-backend-module-pg": "^0.5.32",
"@backstage/plugin-search-backend-node": "^1.2.27",
"@backstage/plugin-techdocs-backend": "^1.10.9",
"@frontside/backstage-plugin-batch-loader": "0.4.1",
"@frontside/backstage-plugin-effection-inspector-backend": "0.1.12",
"@frontside/backstage-plugin-graphql-backend": "^0.1.8",
"@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.3.0",
"@frontside/backstage-plugin-humanitec-backend": "^0.3.17",
"@frontside/backstage-plugin-batch-loader": "0.4.2",
"@frontside/backstage-plugin-effection-inspector-backend": "0.1.13",
"@frontside/backstage-plugin-graphql-backend": "^0.1.9",
"@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.3.4",
"@frontside/backstage-plugin-humanitec-backend": "^0.3.18",
"@frontside/backstage-plugin-incremental-ingestion-backend": "*",
"@frontside/scaffolder-yaml-actions": "^0.3.1",
"@frontside/scaffolder-yaml-actions": "^0.3.2",
"@gitbeaker/node": "^34.6.0",
"@internal/plugin-healthcheck": "0.1.11",
"@internal/plugin-healthcheck": "0.1.12",
"@octokit/rest": "^19.0.5",
"app": "*",
"assert-ts": "^0.3.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/ingestion-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-ingestion-tests

## 0.7.2

### Patch Changes

- 870b26c: Update backstage deps

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ingestion-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-ingestion-tests",
"version": "0.7.1",
"version": "0.7.2",
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
Expand Down
6 changes: 6 additions & 0 deletions plugins/batch-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-batch-loader

## 0.4.2

### Patch Changes

- 870b26c: Update backstage deps

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/batch-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-batch-loader",
"version": "0.4.1",
"version": "0.4.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/effection-inspector-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-effection-inspector-backend

## 0.1.13

### Patch Changes

- 870b26c: Update backstage deps

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/effection-inspector-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-effection-inspector-backend",
"version": "0.1.12",
"version": "0.1.13",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/effection-inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-effection-inspector

## 0.1.13

### Patch Changes

- 870b26c: Update backstage deps

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/effection-inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-effection-inspector",
"version": "0.1.12",
"version": "0.1.13",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/graphql-backend-module-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @frontside/backstage-plugin-graphql-backend-module-catalog

## 0.3.4

### Patch Changes

- 870b26c: Update backstage deps
- Updated dependencies [870b26c]
- @frontside/backstage-plugin-graphql-backend@0.1.9

## 0.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/graphql-backend-module-catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontside/backstage-plugin-graphql-backend-module-catalog",
"description": "Backstage GraphQL backend module that adds catalog schema",
"version": "0.3.3",
"version": "0.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@backstage/catalog-model": "^1.5.0",
"@backstage/plugin-auth-node": "^0.4.17",
"@backstage/plugin-catalog-node": "^1.12.4",
"@frontside/backstage-plugin-graphql-backend": "^0.1.8",
"@frontside/backstage-plugin-graphql-backend": "^0.1.9",
"@frontside/hydraphql": "^0.1.3",
"@graphql-tools/load-files": "^7.0.0",
"@graphql-tools/utils": "^10.0.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/graphql-backend-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-graphql-backend-node

## 0.1.7

### Patch Changes

- 870b26c: Update backstage deps

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/graphql-backend-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontside/backstage-plugin-graphql-backend-node",
"description": "Backstage backend extensions plugin for GraphQL",
"version": "0.1.6",
"version": "0.1.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/graphql-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @frontside/backstage-plugin-graphql-backend

## 0.1.9

### Patch Changes

- 870b26c: Update backstage deps
- Updated dependencies [870b26c]
- @frontside/backstage-plugin-graphql-backend-node@0.1.7

## 0.1.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/graphql-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontside/backstage-plugin-graphql-backend",
"description": "Backstage backend plugin for GraphQL",
"version": "0.1.8",
"version": "0.1.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@envelop/core": "^4.0.0",
"@envelop/dataloader": "^5.0.0",
"@envelop/graphql-modules": "^5.0.0",
"@frontside/backstage-plugin-graphql-backend-node": "^0.1.6",
"@frontside/backstage-plugin-graphql-backend-node": "^0.1.7",
"@frontside/hydraphql": "^0.1.3",
"dataloader": "^2.1.0",
"express": "^4.17.1",
Expand Down
6 changes: 6 additions & 0 deletions plugins/healthcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @internal/plugin-healthcheck

## 0.1.12

### Patch Changes

- 870b26c: Update backstage deps

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/healthcheck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internal/plugin-healthcheck",
"version": "0.1.11",
"version": "0.1.12",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
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.3.18

### Patch Changes

- 870b26c: Update backstage deps
- Updated dependencies [870b26c]
- @frontside/backstage-plugin-humanitec-common@0.3.14

## 0.3.17

### Patch 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,7 +1,7 @@
{
"name": "@frontside/backstage-plugin-humanitec-backend",
"deprecate": "Deprecated in favor of @humanitec/backstage-plugin-backend",
"version": "0.3.17",
"version": "0.3.18",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@backstage/backend-common": "^0.23.3",
"@backstage/config": "^1.2.0",
"@backstage/plugin-scaffolder-backend": "^1.23.0",
"@frontside/backstage-plugin-humanitec-common": "^0.3.13",
"@frontside/backstage-plugin-humanitec-common": "^0.3.14",
"@types/express": "*",
"cross-fetch": "3.1.5",
"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.3.14

### Patch Changes

- 870b26c: Update backstage deps

## 0.3.13

### 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
Expand Up @@ -2,7 +2,7 @@
"name": "@frontside/backstage-plugin-humanitec-common",
"deprecate": "Deprecated in favor of @humanitec/backstage-plugin-common",
"description": "Humanitec API Client",
"version": "0.3.13",
"version": "0.3.14",
"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.3.16

### Patch Changes

- 870b26c: Update backstage deps

## 0.3.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/humanitec/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontside/backstage-plugin-humanitec",
"deprecate": "Deprecated in favor of @humanitec/backstage-plugin",
"version": "0.3.15",
"version": "0.3.16",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@backstage/core-app-api": "^1.14.1",
"@backstage/dev-utils": "^1.0.36",
"@backstage/test-utils": "^1.5.9",
"@frontside/backstage-plugin-humanitec-common": "^0.3.13",
"@frontside/backstage-plugin-humanitec-common": "^0.3.14",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.5.1",
Expand Down
6 changes: 6 additions & 0 deletions plugins/incremental-ingestion-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-incremental-ingestion-backend

## 0.5.2

### Patch Changes

- 870b26c: Update backstage deps

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/incremental-ingestion-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-incremental-ingestion-backend",
"version": "0.5.1",
"version": "0.5.2",
"deprecated": true,
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Loading

0 comments on commit b1aba9c

Please sign in to comment.