Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - apollo-federation-integration-testsuite@0.22.0
 - @apollo/federation@0.22.0
 - @apollo/gateway@0.24.0
 - @apollo/query-planner-wasm@0.2.0
  • Loading branch information
abernix committed Mar 10, 2021
1 parent 784d5a9 commit 042dbd5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion federation-integration-testsuite-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apollo-federation-integration-testsuite",
"private": true,
"version": "0.21.0",
"version": "0.22.0",
"description": "Apollo Federation Integrations / Test Fixtures",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion federation-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/federation",
"version": "0.21.2",
"version": "0.22.0",
"description": "Apollo Federation Utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion gateway-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/gateway",
"version": "0.23.2",
"version": "0.24.0",
"description": "Apollo Gateway",
"author": "Apollo <opensource@apollographql.com>",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion query-planner-wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion query-planner-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/query-planner-wasm",
"version": "0.1.2",
"version": "0.2.0",
"description": "Bridge code written in Rust to Javascript/Typescript, to be internally used by Apollo Gateway. This package is not meant to be independently consumed.",
"scripts": {
"build-esm": "wasm-pack build --target bundler --out-dir module --out-name index --scope apollo",
Expand Down

0 comments on commit 042dbd5

Please sign in to comment.