Skip to content

Commit 3e0abbf

Browse files
committed
chore(release): Creating releases
- ssr@0.10.6 - react-isomorphic-data@0.11.6
1 parent 61b358b commit 3e0abbf

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

examples/ssr/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.10.6](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.10.5...ssr@0.10.6) (2019-11-26)
7+
8+
**Note:** Version bump only for package ssr
9+
10+
11+
12+
13+
614
## [0.10.5](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.10.4...ssr@0.10.5) (2019-11-26)
715

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

examples/ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssr",
3-
"version": "0.10.5",
3+
"version": "0.10.6",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"razzle-plugin-typescript": "^3.0.0",
2929
"react": "^16.10.1",
3030
"react-dom": "^16.10.1",
31-
"react-isomorphic-data": "^0.11.5",
31+
"react-isomorphic-data": "^0.11.6",
3232
"react-router-dom": "^5.1.2",
3333
"tslint": "^5.20.0",
3434
"tslint-react": "^4.1.0"

packages/react-isomorphic-data/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
## [0.11.6](https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.11.5...react-isomorphic-data@0.11.6) (2019-11-26)
7+
8+
9+
### Bug Fixes
10+
11+
* fix a bug where an error will cause infinite retries ([61b358b](https://github.com/jackyef/react-isomorphic-data/commit/61b358bc988dcf8ea80d332600aa1940fb55b052))
12+
13+
14+
15+
16+
617
## [0.11.5](https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.11.4...react-isomorphic-data@0.11.5) (2019-11-26)
718

819

packages/react-isomorphic-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-isomorphic-data",
3-
"version": "0.11.5",
3+
"version": "0.11.6",
44
"description": "Easily fetch data in your React components, with similar APIs to react-apollo 🎉",
55
"sideEffects": false,
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)