Skip to content

Commit

Permalink
Upcoming Release Changes (#45)
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

-   [#46](#46)

[`cfa9950`](cfa9950)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add
`requiresScopes__Scope` and
    `policy__Policy` to `transformSupergraphToPublicSchema`

-   [#44](#44)

[`de983b0`](de983b0)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add
containsSupergraphSpec to detect if
    Supergraph related scalars, enums or directives are used

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Feb 22, 2024
1 parent 4e12cef commit e841394
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/asd-asd-asd.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-badgers-punch.md

This file was deleted.

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

## 0.8.2

### Patch Changes

- [#46](https://github.com/the-guild-org/federation/pull/46)
[`cfa9950`](https://github.com/the-guild-org/federation/commit/cfa9950c513747b26e4fd67412a9e0d5b931c6c0)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add `requiresScopes__Scope` and
`policy__Policy` to `transformSupergraphToPublicSchema`

- [#44](https://github.com/the-guild-org/federation/pull/44)
[`de983b0`](https://github.com/the-guild-org/federation/commit/de983b02479bdb4aee80bd42f6faece62586a45f)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add containsSupergraphSpec to detect if
Supergraph related scalars, enums or directives are used

## 0.8.1

### Patch 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.8.1",
"version": "0.8.2",
"type": "module",
"description": "Open Source Composition library for Apollo Federation",
"repository": {
Expand Down

0 comments on commit e841394

Please sign in to comment.