Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - @apollo/gateway@0.24.2
 - @apollo/query-planner@0.0.11
 - @apollo/query-planner-wasm@0.2.1
  • Loading branch information
abernix committed Mar 10, 2021
1 parent 0db268c commit cbe0055
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.24.1",
"version": "0.24.2",
"description": "Apollo Gateway",
"author": "Apollo <opensource@apollographql.com>",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion query-planner-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/query-planner",
"version": "0.0.10",
"version": "0.0.11",
"description": "Apollo Query Planner",
"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.2.0",
"version": "0.2.1",
"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 cbe0055

Please sign in to comment.