From 9794ab2a1f07132a3ac3257ec771e95f2024cd9f Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:10:04 +0300 Subject: [PATCH] Upcoming Release Changes (#71) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @theguild/federation-composition@0.13.0 ### Minor Changes - [#70](https://github.com/the-guild-org/federation/pull/70) [`627dea9`](https://github.com/the-guild-org/federation/commit/627dea925bfb6826c485c0b5c8053cb0faffa43c) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Support directives on enum type definitions and extensions Co-authored-by: github-actions[bot] --- .changeset/thin-dolphins-allow.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/thin-dolphins-allow.md diff --git a/.changeset/thin-dolphins-allow.md b/.changeset/thin-dolphins-allow.md deleted file mode 100644 index f89e989..0000000 --- a/.changeset/thin-dolphins-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theguild/federation-composition": minor ---- - -Support directives on enum type definitions and extensions diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e8457..8d85d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @theguild/federation-composition +## 0.13.0 + +### Minor Changes + +- [#70](https://github.com/the-guild-org/federation/pull/70) [`627dea9`](https://github.com/the-guild-org/federation/commit/627dea925bfb6826c485c0b5c8053cb0faffa43c) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Support directives on enum type definitions and extensions + ## 0.12.1 ### Patch Changes diff --git a/package.json b/package.json index 8e03127..6f71345 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.12.1", + "version": "0.13.0", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {