Skip to content

Commit 24aca55

Browse files
committed
1 parent 2659d95 commit 24aca55

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed

examples/create-react-app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/nearform/graphql-hooks/compare/[email protected]@0.1.2) (2019-03-13)
7+
8+
**Note:** Version bump only for package create-react-app
9+
10+
11+
12+
13+
614
## 0.1.1 (2019-03-12)
715

816
**Note:** Version bump only for package create-react-app

examples/create-react-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "create-react-app",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"dependencies": {
6-
"graphql-hooks": "^3.3.1",
6+
"graphql-hooks": "^3.3.2",
77
"graphql-hooks-memcache": "^1.1.1",
88
"prop-types": "15.7.2",
99
"react": "16.8.4",

examples/fastify-ssr/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/nearform/graphql-hooks/compare/[email protected]@1.0.2) (2019-03-13)
7+
8+
**Note:** Version bump only for package fastify-ssr
9+
10+
11+
12+
13+
614
## 1.0.1 (2019-03-12)
715

816
**Note:** Version bump only for package fastify-ssr

examples/fastify-ssr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-ssr",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"description": "",
66
"main": "index.js",
@@ -25,7 +25,7 @@
2525
"fastify": "^1.14.1",
2626
"fastify-gql": "^0.8.0",
2727
"fastify-static": "^1.1.0",
28-
"graphql-hooks": "^3.3.1",
28+
"graphql-hooks": "^3.3.2",
2929
"graphql-hooks-memcache": "^1.1.1",
3030
"graphql-hooks-ssr": "^1.0.6",
3131
"isomorphic-unfetch": "^3.0.0",

packages/graphql-hooks/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.2](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.3.2) (2019-03-13)
7+
8+
9+
### Bug Fixes
10+
11+
* default loading state for useManualQuery ([#132](https://github.com/nearform/graphql-hooks/issues/132)) ([c18fc15](https://github.com/nearform/graphql-hooks/commit/c18fc15))
12+
13+
14+
15+
16+
617
## [3.3.1](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.3.1) (2019-03-12)
718

819

packages/graphql-hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-hooks",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Graphql Hooks",
55
"main": "lib/graphql-hooks.js",
66
"module": "es/graphql-hooks.js",

0 commit comments

Comments
 (0)