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

Commit 4dca878

Browse files
committed
Changelog update, prep for publish
1 parent 95799e7 commit 4dca878

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log
22

3-
## 4.0.0 (TBD - not yet released)
3+
## 4.0.0 (2020-07-20)
44

55
> ⚠️ **Deprecation Notice** ⚠️
66
>

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,22 @@
66
[![Build Status](https://circleci.com/gh/apollographql/react-apollo.svg?style=svg)](https://circleci.com/gh/apollographql/react-apollo)
77
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/apollo)
88

9-
> ⚠️ **Deprecation Notice** ⚠️
10-
>
11-
> Please note that 4.0.0 is the final version of all React Apollo packages, and that this repository is going to be archived. React Apollo functionality is now directly available from `@apollo/client` >= 3. While using the `@apollo/react-X` packages will still work, we recommend using the following imports from `@apollo/client` directly instead:
9+
---
10+
11+
⚠️ **THIS PROJECT HAS BEEN DEPRECATED** ⚠️
12+
13+
Please note that 4.0.0 is the final version of all React Apollo packages. React Apollo functionality is now directly available from `@apollo/client` >= 3. While using the `@apollo/react-X` packages will still work, we recommend using the following imports from `@apollo/client` directly instead:
1214
>
1315
> - old: `@apollo/react-components` --> new: `@apollo/client/react/components`
1416
> - old: `@apollo/react-hoc` --> new: `@apollo/client/react/hoc`
1517
> - old: `@apollo/react-ssr` --> new: `@apollo/client/react/ssr`
1618
> - old: `@apollo/react-testing` --> new: `@apollo/client/testing`
1719
> - old: `@apollo/react-hooks` --> new: `@apollo/client`
1820
21+
Moving forward, all Apollo + React issues / pull requests should be opened in the [apollo-client](https://github.com/apollographql/apollo-client.git) repo. Please refer to the [Apollo Client migration guide](https://www.apollographql.com/docs/react/migrating/apollo-client-3-migration/) for more details.
22+
23+
---
24+
1925
React Apollo allows you to fetch data from your GraphQL server and use it in building complex and reactive UIs using the React framework. React Apollo may be used in any context that React may be used. In the browser, in React Native, or in Node.js when you want to do server-side rendering.
2026

2127
## Documentation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"scripts": {
88
"postinstall": "npx lerna exec -- npm install --package-lock=false && npx lerna run prepare",
9-
"deploy": "npx lerna publish --dist-tag beta",
9+
"deploy": "npx lerna publish",
1010
"clean": "rm -Rf ./node_modules"
1111
},
1212
"dependencies": {

0 commit comments

Comments
 (0)