Skip to content

Commit

Permalink
Merge pull request #395 from thefrontside/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
wKich authored Mar 26, 2024
2 parents a316658 + 9e79f25 commit 1cf8870
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/selfish-kiwis-work.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- 830318d: Add GraphQL `entities` query with generated filter input types
- Updated dependencies [830318d]
- @frontside/backstage-plugin-graphql-backend-module[email protected]
- @frontside/backstage-plugin-graphql-backend@0.1.8

## 0.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -42,8 +42,8 @@
"@backstage/plugin-techdocs-backend": "^1.9.0",
"@frontside/backstage-plugin-batch-loader": "0.4.1",
"@frontside/backstage-plugin-effection-inspector-backend": "0.1.12",
"@frontside/backstage-plugin-graphql-backend": "^0.1.7",
"@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.2.6",
"@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-incremental-ingestion-backend": "*",
"@frontside/scaffolder-yaml-actions": "^0.3.1",
Expand Down
11 changes: 11 additions & 0 deletions plugins/graphql-backend-module-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @frontside/backstage-plugin-graphql-backend-module-catalog

## 0.3.0

### Minor Changes

- 830318d: Add GraphQL `entities` query with generated filter input types

### Patch Changes

- Updated dependencies [830318d]
- @frontside/backstage-plugin-graphql-backend@0.1.8

## 0.2.6

### 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.2.6",
"version": "0.3.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@backstage/catalog-model": "^1.4.3",
"@backstage/plugin-auth-node": "^0.4.1",
"@backstage/plugin-catalog-node": "^1.5.0",
"@frontside/backstage-plugin-graphql-backend": "^0.1.7",
"@frontside/backstage-plugin-graphql-backend": "^0.1.8",
"@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.6

### Patch Changes

- 830318d: Add GraphQL `entities` query with generated filter input types

## 0.1.5

### 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.5",
"version": "0.1.6",
"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.8

### Patch Changes

- 830318d: Add GraphQL `entities` query with generated filter input types
- Updated dependencies [830318d]
- @frontside/backstage-plugin-graphql-backend-node@0.1.6

## 0.1.7

### 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.7",
"version": "0.1.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,7 +38,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.5",
"@frontside/backstage-plugin-graphql-backend-node": "^0.1.6",
"@frontside/hydraphql": "^0.1.3",
"dataloader": "^2.1.0",
"express": "^4.17.1",
Expand Down

0 comments on commit 1cf8870

Please sign in to comment.