Skip to content

Commit b6f3f3d

Browse files
Upcoming Release Changes (#8)
### Minor Changes - [#9](#9) [`b37a82d`](b37a82d) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Initial version ### Patch Changes - [`1196bde`](1196bde) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Report error when interfaceObject directive is detected - [`1196bde`](1196bde) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix a case when all fields are marked as external and are only used by key directive - [`1196bde`](1196bde) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Init - [`1196bde`](1196bde) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add validateSubgraph function Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b37a82d commit b6f3f3d

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

.changeset/giant-files-protect.md

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

.changeset/gold-turkeys-laugh.md

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

.changeset/init-init-init.md

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

.changeset/lovely-ads-give.md

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

.changeset/rude-lizards-battle.md

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

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# @theguild/federation-composition
2+
3+
## 0.0.0
4+
5+
### Minor Changes
6+
7+
- [#9](https://github.com/the-guild-org/federation/pull/9)
8+
[`b37a82d`](https://github.com/the-guild-org/federation/commit/b37a82de85347866bf027f825c17be9f122d6ff9)
9+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Initial version
10+
11+
### Patch Changes
12+
13+
- [`1196bde`](https://github.com/the-guild-org/federation/commit/1196bde67a6db8fe4eb32d2c1ad9dcd2a0793912)
14+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Report error when interfaceObject
15+
directive is detected
16+
17+
- [`1196bde`](https://github.com/the-guild-org/federation/commit/1196bde67a6db8fe4eb32d2c1ad9dcd2a0793912)
18+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix a case when all fields are marked
19+
as external and are only used by key directive
20+
21+
- [`1196bde`](https://github.com/the-guild-org/federation/commit/1196bde67a6db8fe4eb32d2c1ad9dcd2a0793912)
22+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Init
23+
24+
- [`1196bde`](https://github.com/the-guild-org/federation/commit/1196bde67a6db8fe4eb32d2c1ad9dcd2a0793912)
25+
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add validateSubgraph function

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.0.0-alpha.0",
3+
"version": "0.0.0",
44
"type": "module",
55
"description": "Open Source Composition library for Apollo Federation",
66
"author": {

0 commit comments

Comments
 (0)