Skip to content

Commit 80cad8b

Browse files
committed
chore(release): 0.3.0
1 parent 63a73a5 commit 80cad8b

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.3.0"></a>
6+
# [0.3.0](https://github.com/trojanowski/react-apollo-hooks/compare/v0.2.1...v0.3.0) (2019-01-16)
7+
8+
9+
### Bug Fixes
10+
11+
* update React peer dependency ([51b3435](https://github.com/trojanowski/react-apollo-hooks/commit/51b3435))
12+
13+
14+
### Code Refactoring
15+
16+
* Rewrite in TypeScript. ([#39](https://github.com/trojanowski/react-apollo-hooks/issues/39)) ([055f0e2](https://github.com/trojanowski/react-apollo-hooks/commit/055f0e2))
17+
18+
19+
### Features
20+
21+
* **useQuery:** implement `skip` ([#42](https://github.com/trojanowski/react-apollo-hooks/issues/42)) ([873e7de](https://github.com/trojanowski/react-apollo-hooks/commit/873e7de))
22+
* **useQuery:** use Apollo client state as the main source of truth ([#47](https://github.com/trojanowski/react-apollo-hooks/issues/47)) ([5ed243d](https://github.com/trojanowski/react-apollo-hooks/commit/5ed243d))
23+
* implement SSR ([#44](https://github.com/trojanowski/react-apollo-hooks/issues/44)) ([664edc2](https://github.com/trojanowski/react-apollo-hooks/commit/664edc2))
24+
25+
26+
### BREAKING CHANGES
27+
28+
* minimum supported (and tested) version of React is now 16.8.0-alpha.1
29+
* `useApolloClient` throws if the client is not available in the context instead of returning null
30+
31+
32+
533
<a name="0.2.1"></a>
634
## [0.2.1](https://github.com/trojanowski/react-apollo-hooks/compare/v0.2.0...v0.2.1) (2018-11-30)
735

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-apollo-hooks",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)