Skip to content

Commit 8ea30a0

Browse files
authored
Merge pull request #349 from thefrontside/changeset-release/main
Version Packages
2 parents 630fe4f + ff6f9e0 commit 8ea30a0

File tree

20 files changed

+88
-32
lines changed

20 files changed

+88
-32
lines changed

.changeset/honest-suns-mate.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/tough-keys-reflect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/backend/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# backend
22

3+
## 0.0.23
4+
5+
### Patch Changes
6+
7+
- edf4591: Backport graphql plugins from Backstage PRFC [#15519](https://github.com/backstage/backstage/pull/15519)
8+
- Updated dependencies [edf4591]
9+
- Updated dependencies [c929ea9]
10+
- @frontside/backstage-plugin-graphql-backend-module[email protected]
11+
- @frontside/backstage-plugin-incremental-ingestion[email protected]
12+
- @frontside/backstage-plugin-humanitec-backend@0.3.10
13+
- @frontside/backstage-plugin-graphql-backend@0.1.0
14+
- @frontside/scaffolder-yaml-actions@0.2.3
15+
316
## 0.0.22
417

518
### Patch Changes

packages/backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"main": "dist/index.cjs.js",
55
"types": "src/index.ts",
66
"private": true,
@@ -41,11 +41,11 @@
4141
"@backstage/plugin-techdocs-backend": "^1.6.7",
4242
"@frontside/backstage-plugin-batch-loader": "0.3.5",
4343
"@frontside/backstage-plugin-effection-inspector-backend": "0.1.9",
44-
"@frontside/backstage-plugin-graphql-backend": "^0.0.0",
45-
"@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.0.0",
46-
"@frontside/backstage-plugin-humanitec-backend": "^0.3.9",
44+
"@frontside/backstage-plugin-graphql-backend": "^0.1.0",
45+
"@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.1.0",
46+
"@frontside/backstage-plugin-humanitec-backend": "^0.3.10",
4747
"@frontside/backstage-plugin-incremental-ingestion-backend": "*",
48-
"@frontside/scaffolder-yaml-actions": "^0.2.2",
48+
"@frontside/scaffolder-yaml-actions": "^0.2.3",
4949
"@gitbeaker/node": "^34.6.0",
5050
"@internal/plugin-healthcheck": "0.1.8",
5151
"@octokit/rest": "^19.0.5",

packages/graphgen/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @frontside/graphgen-backstage
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- edf4591: Backport graphql plugins from Backstage PRFC [#15519](https://github.com/backstage/backstage/pull/15519)
8+
39
## 0.3.1
410

511
### Patch Changes

packages/graphgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontside/graphgen-backstage",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "The simulated data used in @frontside/backstage-plugin-graphql",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# @frontside/backstage-plugin-graphql-backend-module-catalog
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- edf4591: Backport graphql plugins from Backstage PRFC [#15519](https://github.com/backstage/backstage/pull/15519)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [edf4591]
12+
- @frontside/backstage-plugin-graphql-backend@0.1.0

plugins/graphql-backend-module-catalog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@frontside/backstage-plugin-graphql-backend-module-catalog",
33
"description": "Backstage GraphQL backend module that adds catalog schema",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",
@@ -45,7 +45,7 @@
4545
"@backstage/catalog-client": "^1.4.3",
4646
"@backstage/catalog-model": "^1.4.1",
4747
"@backstage/plugin-catalog-node": "^1.4.3",
48-
"@frontside/backstage-plugin-graphql-backend": "^0.0.0",
48+
"@frontside/backstage-plugin-graphql-backend": "^0.1.0",
4949
"@frontside/hydraphql": "^0.0.1",
5050
"@graphql-tools/load-files": "^7.0.0",
5151
"@graphql-tools/utils": "^10.0.0",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# @frontside/backstage-plugin-graphql-backend-node
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- edf4591: Backport graphql plugins from Backstage PRFC [#15519](https://github.com/backstage/backstage/pull/15519)

plugins/graphql-backend-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@frontside/backstage-plugin-graphql-backend-node",
33
"description": "Backstage backend extensions plugin for GraphQL",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)