Skip to content

Commit

Permalink
Version Packages (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and trevor-scheer committed Oct 19, 2022
1 parent 564540d commit 0e7fe58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/server-gateway-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @apollo/server-gateway-interface

## 1.0.0

### Major Changes

- [#175](https://github.com/apollographql/apollo-utils/pull/175) [`49a8c8f`](https://github.com/apollographql/apollo-utils/commit/49a8c8f493c3d571a50927fe2235c4f79b903802) Thanks [@glasser](https://github.com/glasser)! - New package, representing AS3-style interface between Apollo Server and Apollo Gateway
2 changes: 1 addition & 1 deletion packages/server-gateway-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-gateway-interface",
"version": "0.0.0",
"version": "1.0.0",
"description": "Interface used to connect Apollo Gateway to Apollo Server",
"type": "module",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0e7fe58

Please sign in to comment.