Skip to content

Commit 58ff027

Browse files
authored
1.0.0 release
1 parent 110e417 commit 58ff027

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,31 @@ Releases are done with tags in the form `[step]_[version]`, so for instance step
1313
### Changed
1414
### Fixed -->
1515

16+
## [1.0.0] - 2021-04-06
17+
Released with [`r6`](https://github.com/GraphQLGuide/book/releases/tag/r6)
18+
19+
### Added
20+
- Branch `28` for "Testing" section
21+
- Branch `ssr` through `ssr4` for "Server-side rendering" extra chapter
22+
23+
### Updated
24+
- From render props and HOCs to hooks
25+
- Updated packages from:
26+
27+
```
28+
react-apollo 2.5
29+
graphql 0.14
30+
react 16.8
31+
```
32+
33+
to:
34+
35+
```
36+
@apollo/client 3.3.6
37+
graphql 15.4.0
38+
react 17.0.1
39+
```
40+
1641
## [0.2.0] - 2019-04-10
1742
Released with [`r3`](https://github.com/GraphQLGuide/book/releases/tag/r3)
1843

0 commit comments

Comments
 (0)