From 498974eb171d90da993536a2976a9017aeef02e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Oct 2023 14:48:05 +0000 Subject: [PATCH] Version packages --- .changeset/cool-panthers-impress.md | 5 ----- .changeset/dry-spiders-draw.md | 5 ----- .changeset/healthy-pants-remain.md | 5 ----- .changeset/wise-birds-clean.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/cool-panthers-impress.md delete mode 100644 .changeset/dry-spiders-draw.md delete mode 100644 .changeset/healthy-pants-remain.md delete mode 100644 .changeset/wise-birds-clean.md diff --git a/.changeset/cool-panthers-impress.md b/.changeset/cool-panthers-impress.md deleted file mode 100644 index 830add0..0000000 --- a/.changeset/cool-panthers-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@frontside/hydraphql": minor ---- - -Change a way of declaring GraphQL schema mappers diff --git a/.changeset/dry-spiders-draw.md b/.changeset/dry-spiders-draw.md deleted file mode 100644 index b24fd5f..0000000 --- a/.changeset/dry-spiders-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@frontside/hydraphql": minor ---- - -Improve @resolve directive to handle arrays diff --git a/.changeset/healthy-pants-remain.md b/.changeset/healthy-pants-remain.md deleted file mode 100644 index cf9b6c0..0000000 --- a/.changeset/healthy-pants-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@frontside/hydraphql": patch ---- - -#4 Add `Core` module to schema transformation implicitly diff --git a/.changeset/wise-birds-clean.md b/.changeset/wise-birds-clean.md deleted file mode 100644 index d30feb0..0000000 --- a/.changeset/wise-birds-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@frontside/hydraphql": patch ---- - -Update readme and add some examples of using HydraphQL without Backstage diff --git a/CHANGELOG.md b/CHANGELOG.md index a530e04..3fc5378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @frontside/hydraphql +## 0.1.0 + +### Minor Changes + +- b0cca19: Change a way of declaring GraphQL schema mappers +- a898750: Improve @resolve directive to handle arrays + +### Patch Changes + +- 3244b34: #4 Add `Core` module to schema transformation implicitly +- 508e6d7: Update readme and add some examples of using HydraphQL without Backstage + ## 0.0.1 ### Patch Changes diff --git a/package.json b/package.json index 255193e..03696c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/hydraphql", "description": "Tool that DRY and then Hydrate your GraphQL schema", - "version": "0.0.1", + "version": "0.1.0", "type": "module", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",