Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - react-apollo@3.2.0-beta.0
 - @apollo/react-common@3.2.0-beta.0
 - @apollo/react-components@3.2.0-beta.0
 - @apollo/react-hoc@3.2.0-beta.0
 - @apollo/react-hooks@3.2.0-beta.0
 - @apollo/react-ssr@3.2.0-beta.0
 - @apollo/react-testing@3.2.0-beta.0
  • Loading branch information
hwillson committed Nov 6, 2019
1 parent 4804ccc commit 6192fbc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/all/package.json
@@ -1,7 +1,7 @@
{
"name": "react-apollo",
"description": "React Apollo Hooks, Components, and HOC.",
"version": "3.2.0-alpha.0",
"version": "3.2.0-beta.0",
"author": "opensource@apollographql.com",
"keywords": [
"apollo",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
@@ -1,7 +1,7 @@
{
"name": "@apollo/react-common",
"description": "React Apollo common utilities.",
"version": "3.2.0-alpha.0",
"version": "3.2.0-beta.0",
"author": "opensource@apollographql.com",
"keywords": [
"apollo",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
@@ -1,7 +1,7 @@
{
"name": "@apollo/react-components",
"description": "React Apollo Query, Mutation and Subscription components.",
"version": "3.2.0-alpha.0",
"version": "3.2.0-beta.0",
"author": "opensource@apollographql.com",
"keywords": [
"apollo",
Expand Down
2 changes: 1 addition & 1 deletion packages/hoc/package.json
@@ -1,7 +1,7 @@
{
"name": "@apollo/react-hoc",
"description": "React Apollo `graphql` higher-order component.",
"version": "3.2.0-alpha.0",
"version": "3.2.0-beta.0",
"author": "opensource@apollographql.com",
"keywords": [
"apollo",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
@@ -1,7 +1,7 @@
{
"name": "@apollo/react-hooks",
"description": "React Apollo Hooks.",
"version": "3.2.0-alpha.0",
"version": "3.2.0-beta.0",
"author": "opensource@apollographql.com",
"keywords": [
"apollo",
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
@@ -1,7 +1,7 @@
{
"name": "@apollo/react-ssr",
"description": "React Apollo server-side rendering utilities",
"version": "3.2.0-alpha.0",
"version": "3.2.0-beta.0",
"author": "opensource@apollographql.com",
"keywords": [
"apollo",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
@@ -1,7 +1,7 @@
{
"name": "@apollo/react-testing",
"description": "React Apollo testing utilities.",
"version": "3.2.0-alpha.0",
"version": "3.2.0-beta.0",
"author": "opensource@apollographql.com",
"keywords": [
"apollo",
Expand Down

0 comments on commit 6192fbc

Please sign in to comment.