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

Commit 9eab63a

Browse files
committed
Publish
- @apollo/react-components@4.0.0 - @apollo/react-hoc@4.0.0 - @apollo/react-hooks@4.0.0 - @apollo/react-ssr@4.0.0 - @apollo/react-testing@4.0.0
1 parent 4dca878 commit 9eab63a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apollo/react-components",
33
"description": "React Apollo Query, Mutation and Subscription components.",
4-
"version": "4.0.0-beta.2",
4+
"version": "4.0.0",
55
"author": "opensource@apollographql.com",
66
"keywords": [
77
"apollo",

packages/hoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apollo/react-hoc",
33
"description": "React Apollo `graphql` higher-order component.",
4-
"version": "4.0.0-beta.2",
4+
"version": "4.0.0",
55
"author": "opensource@apollographql.com",
66
"keywords": [
77
"apollo",

packages/hooks/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apollo/react-hooks",
33
"description": "React Apollo Hooks.",
4-
"version": "4.0.0-beta.2",
4+
"version": "4.0.0",
55
"author": "opensource@apollographql.com",
66
"keywords": [
77
"apollo",

packages/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apollo/react-ssr",
33
"description": "React Apollo server-side rendering utilities",
4-
"version": "4.0.0-beta.2",
4+
"version": "4.0.0",
55
"author": "opensource@apollographql.com",
66
"keywords": [
77
"apollo",

packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apollo/react-testing",
33
"description": "React Apollo testing utilities.",
4-
"version": "4.0.0-beta.2",
4+
"version": "4.0.0",
55
"author": "opensource@apollographql.com",
66
"keywords": [
77
"apollo",

0 commit comments

Comments
 (0)