diff --git a/examples/ssr/CHANGELOG.md b/examples/ssr/CHANGELOG.md index 989ab6e..57adfd0 100644 --- a/examples/ssr/CHANGELOG.md +++ b/examples/ssr/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.13.0](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.12.0...ssr@0.13.0) (2020-03-28) + + +### Features + +* **core:** raw response support ([#51](https://github.com/jackyef/react-isomorphic-data/issues/51)) ([1a33c45](https://github.com/jackyef/react-isomorphic-data/commit/1a33c45ad51d73c0d308ebbf6eb11c4c5ccfb763)) + + + + + # [0.12.0](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.11.10...ssr@0.12.0) (2020-03-21) diff --git a/examples/ssr/package.json b/examples/ssr/package.json index b0d297c..f073094 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -1,6 +1,6 @@ { "name": "ssr", - "version": "0.12.0", + "version": "0.13.0", "private": true, "license": "MIT", "scripts": { @@ -32,7 +32,7 @@ "razzle-plugin-typescript": "^3.0.0", "react": "^16.10.1", "react-dom": "^16.10.1", - "react-isomorphic-data": "^0.15.0", + "react-isomorphic-data": "^0.16.0", "react-router-dom": "^5.1.2", "tslint": "^5.20.0", "tslint-react": "^4.1.0" diff --git a/packages/react-isomorphic-data/CHANGELOG.md b/packages/react-isomorphic-data/CHANGELOG.md index f738b98..0736976 100644 --- a/packages/react-isomorphic-data/CHANGELOG.md +++ b/packages/react-isomorphic-data/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.16.0](https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.15.0...react-isomorphic-data@0.16.0) (2020-03-28) + + +### Features + +* **core:** raw response support ([#51](https://github.com/jackyef/react-isomorphic-data/issues/51)) ([1a33c45](https://github.com/jackyef/react-isomorphic-data/commit/1a33c45ad51d73c0d308ebbf6eb11c4c5ccfb763)) + + + + + # [0.15.0](https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.14.2...react-isomorphic-data@0.15.0) (2020-03-21) diff --git a/packages/react-isomorphic-data/package.json b/packages/react-isomorphic-data/package.json index 26f4a84..843c619 100644 --- a/packages/react-isomorphic-data/package.json +++ b/packages/react-isomorphic-data/package.json @@ -1,6 +1,6 @@ { "name": "react-isomorphic-data", - "version": "0.15.0", + "version": "0.16.0", "description": "Easily fetch data in your React components, with similar APIs to react-apollo 🎉", "sideEffects": false, "main": "dist/cjs/index.js",