File tree Expand file tree Collapse file tree
packages/react-isomorphic-data Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.14.1] ( https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.14.0...ssr@0.14.1 ) (2020-05-29)
7+
8+ ** Note:** Version bump only for package ssr
9+
10+
11+
12+
13+
614# [ 0.14.0] ( https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.13.0...ssr@0.14.0 ) (2020-05-24)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " ssr" ,
3- "version" : " 0.14.0 " ,
3+ "version" : " 0.14.1 " ,
44 "private" : true ,
55 "license" : " MIT" ,
66 "scripts" : {
3232 "razzle-plugin-typescript" : " ^3.0.0" ,
3333 "react" : " ^16.10.1" ,
3434 "react-dom" : " ^16.10.1" ,
35- "react-isomorphic-data" : " ^0.17.0 " ,
35+ "react-isomorphic-data" : " ^0.17.1 " ,
3636 "react-router-dom" : " ^5.1.2" ,
3737 "tslint" : " ^5.20.0" ,
3838 "tslint-react" : " ^4.1.0"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.17.1] ( https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.17.0...react-isomorphic-data@0.17.1 ) (2020-05-29)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** core:** fix possible memory leak on SSR and validate JSON on non-raw request ([ eb196a2] ( https://github.com/jackyef/react-isomorphic-data/commit/eb196a2f23095495ab881419e8bb16e4857d2e96 ) )
12+
13+
14+
15+
16+
617# [ 0.17.0] ( https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.16.0...react-isomorphic-data@0.17.0 ) (2020-05-24)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " react-isomorphic-data" ,
3- "version" : " 0.17.0 " ,
3+ "version" : " 0.17.1 " ,
44 "description" : " Easily fetch data in your React components, with similar APIs to react-apollo 🎉" ,
55 "sideEffects" : false ,
66 "main" : " dist/cjs/index.js" ,
You can’t perform that action at this time.
0 commit comments