Skip to content

Commit

Permalink
Upcoming Release Changes (#31)
Browse files Browse the repository at this point in the history
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/[email protected]

### Patch Changes

-
[`55343ba`](55343ba)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix missing
join\_\_field

-
[`55343ba`](55343ba)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix default
values

-
[`55343ba`](55343ba)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - fix: cannot
move subgraphs without @key
    and common query path

-
[`55343ba`](55343ba)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Ignore
specified directives and scalars
    when printing supergraph

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Dec 15, 2023
1 parent 55343ba commit 03b710e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-doors-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-forks-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-otters-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-eagles-add.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @theguild/federation-composition

## 0.6.1

### Patch Changes

- [`55343ba`](https://github.com/the-guild-org/federation/commit/55343baf4a71984bc938c0f89d49a86bb8407a26)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix missing join\_\_field

- [`55343ba`](https://github.com/the-guild-org/federation/commit/55343baf4a71984bc938c0f89d49a86bb8407a26)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix default values

- [`55343ba`](https://github.com/the-guild-org/federation/commit/55343baf4a71984bc938c0f89d49a86bb8407a26)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - fix: cannot move subgraphs without @key
and common query path

- [`55343ba`](https://github.com/the-guild-org/federation/commit/55343baf4a71984bc938c0f89d49a86bb8407a26)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Ignore specified directives and scalars
when printing supergraph

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theguild/federation-composition",
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"description": "Open Source Composition library for Apollo Federation",
"repository": {
Expand Down

0 comments on commit 03b710e

Please sign in to comment.