Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
 - apollo-cache-control@0.12.0
 - apollo-datasource-rest@0.11.0
 - apollo-datasource@0.8.0
 - apollo-server-azure-functions@2.22.0
 - apollo-server-cache-memcached@0.7.0
 - apollo-server-cache-redis@1.3.0
 - apollo-server-caching@0.6.0
 - apollo-server-cloud-functions@2.22.0
 - apollo-server-cloudflare@2.22.0
 - apollo-server-core@2.22.0
 - apollo-server-express@2.22.0
 - apollo-server-fastify@2.22.0
 - apollo-server-hapi@2.22.0
 - apollo-server-integration-testsuite@2.22.0
 - apollo-server-koa@2.22.0
 - apollo-server-lambda@2.22.0
 - apollo-server-micro@2.22.0
 - apollo-server-plugin-base@0.11.0
 - apollo-server-plugin-operation-registry@0.8.0
 - apollo-server-plugin-response-cache@0.7.0
 - apollo-server-testing@2.22.0
 - apollo-server-types@0.7.0
 - apollo-server@2.22.0
 - apollo-tracing@0.13.0
 - graphql-extensions@0.13.0
  • Loading branch information
glasser committed Mar 25, 2021
1 parent 1682a25 commit 93499e7
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-cache-control/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-cache-control",
"version": "0.12.0-alpha.0",
"version": "0.12.0",
"description": "A GraphQL extension for cache control",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-datasource-rest/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-datasource-rest",
"version": "0.11.0-alpha.0",
"version": "0.11.0",
"author": "Apollo <opensource@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-datasource/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-datasource",
"version": "0.8.0-alpha.0",
"version": "0.8.0",
"author": "Apollo <opensource@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-azure-functions/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-azure-functions",
"version": "2.22.0-alpha.0",
"version": "2.22.0",
"description": "Production-ready Node.js GraphQL server for Azure Functions",
"keywords": [
"GraphQL",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-cache-memcached/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-cache-memcached",
"version": "0.7.0-alpha.0",
"version": "0.7.0",
"author": "Apollo <opensource@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-cache-redis/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-cache-redis",
"version": "1.3.0-alpha.0",
"version": "1.3.0",
"author": "Apollo <opensource@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-caching/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-caching",
"version": "0.6.0-alpha.0",
"version": "0.6.0",
"author": "Apollo <opensource@apollographql.com>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-cloud-functions/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-cloud-functions",
"version": "2.22.0-alpha.0",
"version": "2.22.0",
"description": "Production-ready Node.js GraphQL server for Google Cloud Functions",
"keywords": [
"GraphQL",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-cloudflare/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-cloudflare",
"version": "2.22.0-alpha.0",
"version": "2.22.0",
"description": "Production-ready Node.js GraphQL server for Cloudflare workers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-core/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-core",
"version": "2.22.0-alpha.0",
"version": "2.22.0",
"description": "Core engine for Apollo GraphQL server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-express/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-express",
"version": "2.22.0-alpha.0",
"version": "2.22.0",
"description": "Production-ready Node.js GraphQL server for Express and Connect",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-fastify/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-fastify",
"version": "2.22.0-alpha.0",
"version": "2.22.0",
"description": "Production-ready Node.js GraphQL server for Fastify",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-hapi/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-hapi",
"version": "2.22.0-alpha.0",
"version": "2.22.0",
"description": "Production-ready Node.js GraphQL server for Hapi",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-integration-testsuite/package.json
@@ -1,7 +1,7 @@
{
"name": "apollo-server-integration-testsuite",
"private": true,
"version": "2.22.0-alpha.0",
"version": "2.22.0",
"description": "Apollo Server Integrations testsuite",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-koa/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-koa",
"version": "2.22.0-alpha.0",
"version": "2.22.0",
"description": "Production-ready Node.js GraphQL server for Koa",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-lambda/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-lambda",
"version": "2.22.0-alpha.0",
"version": "2.22.0",
"description": "Production-ready Node.js GraphQL server for AWS Lambda",
"keywords": [
"GraphQL",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-micro/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-micro",
"version": "2.22.0-alpha.0",
"version": "2.22.0",
"description": "Production-ready Node.js GraphQL server for Micro",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-plugin-base/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-plugin-base",
"version": "0.11.0-alpha.0",
"version": "0.11.0",
"description": "Apollo Server plugin base classes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "apollo-server-plugin-operation-registry",
"version": "0.8.0-alpha.0",
"version": "0.8.0",
"description": "Apollo Server operation registry",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-plugin-response-cache/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-plugin-response-cache",
"version": "0.7.0-alpha.0",
"version": "0.7.0",
"description": "Apollo Server full query response cache",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-testing/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-testing",
"version": "2.22.0-alpha.0",
"version": "2.22.0",
"description": "Test utils for apollo-server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-types/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server-types",
"version": "0.7.0-alpha.0",
"version": "0.7.0",
"description": "Apollo Server shared types",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-server",
"version": "2.22.0-alpha.0",
"version": "2.22.0",
"description": "Production ready GraphQL Server",
"author": "Apollo <opensource@apollographql.com>",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-tracing/package.json
@@ -1,6 +1,6 @@
{
"name": "apollo-tracing",
"version": "0.13.0-alpha.0",
"version": "0.13.0",
"description": "Collect and expose trace data for GraphQL requests",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-extensions/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-extensions",
"version": "0.13.0-alpha.0",
"version": "0.13.0",
"description": "Add extensions to GraphQL servers",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 93499e7

Please sign in to comment.