Skip to content

Commit a5e5d40

Browse files
Upcoming Release Changes (#18)
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 - [#17](#17) [`a508ad2`](a508ad2) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - SATISFIABILITY_ERROR - allow to resolve a field via entity type's child Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a508ad2 commit a5e5d40

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.changeset/slow-falcons-brake.md

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @theguild/federation-composition
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#17](https://github.com/the-guild-org/federation/pull/17)
8+
[`a508ad2`](https://github.com/the-guild-org/federation/commit/a508ad247773e0bacca1773cafd2b7a39d93b4e7)
9+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - SATISFIABILITY_ERROR - allow to resolve
10+
a field via entity type's child
11+
312
## 0.1.2
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theguild/federation-composition",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"description": "Open Source Composition library for Apollo Federation",
66
"repository": {

0 commit comments

Comments
 (0)