File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
packages/react-isomorphic-data Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.10.5] ( https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.10.4...ssr@0.10.5 ) (2019-11-26)
7
15
8
16
** Note:** Version bump only for package ssr
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ssr" ,
3
- "version" : " 0.10.5 " ,
3
+ "version" : " 0.10.6 " ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
28
28
"razzle-plugin-typescript" : " ^3.0.0" ,
29
29
"react" : " ^16.10.1" ,
30
30
"react-dom" : " ^16.10.1" ,
31
- "react-isomorphic-data" : " ^0.11.5 " ,
31
+ "react-isomorphic-data" : " ^0.11.6 " ,
32
32
"react-router-dom" : " ^5.1.2" ,
33
33
"tslint" : " ^5.20.0" ,
34
34
"tslint-react" : " ^4.1.0"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## [ 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)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-isomorphic-data" ,
3
- "version" : " 0.11.5 " ,
3
+ "version" : " 0.11.6 " ,
4
4
"description" : " Easily fetch data in your React components, with similar APIs to react-apollo 🎉" ,
5
5
"sideEffects" : false ,
6
6
"main" : " dist/cjs/index.js" ,
You can’t perform that action at this time.
0 commit comments