Skip to content

Commit

Permalink
Merge pull request #353 from thefrontside/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
wKich authored Oct 5, 2023
2 parents 96506ec + 7412c55 commit 7f8da52
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/friendly-yaks-rhyme.md

This file was deleted.

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.1.1

### Patch Changes

- 33222ff: Update @frontside/hydraphql to 0.1.1
- Updated dependencies [33222ff]
- @frontside/backstage-plugin-graphql-backend@0.1.1

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@backstage/catalog-client": "^1.4.3",
"@backstage/catalog-model": "^1.4.1",
"@backstage/plugin-catalog-node": "^1.4.3",
"@frontside/backstage-plugin-graphql-backend": "^0.1.0",
"@frontside/backstage-plugin-graphql-backend": "^0.1.1",
"@frontside/hydraphql": "^0.1.1",
"@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.1

### Patch Changes

- 33222ff: Update @frontside/hydraphql to 0.1.1

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"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.1

### Patch Changes

- 33222ff: Update @frontside/hydraphql to 0.1.1
- Updated dependencies [33222ff]
- @frontside/backstage-plugin-graphql-backend-node@0.1.1

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"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.0",
"@frontside/backstage-plugin-graphql-backend-node": "^0.1.1",
"@frontside/hydraphql": "^0.1.1",
"dataloader": "^2.1.0",
"express": "^4.17.1",
Expand Down

0 comments on commit 7f8da52

Please sign in to comment.