Skip to content

Commit 4444226

Browse files
committed
chore(release): Creating releases
- ssr@0.13.0 - react-isomorphic-data@0.16.0
1 parent d67024a commit 4444226

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

examples/ssr/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.13.0](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.12.0...ssr@0.13.0) (2020-03-28)
7+
8+
9+
### Features
10+
11+
* **core:** raw response support ([#51](https://github.com/jackyef/react-isomorphic-data/issues/51)) ([1a33c45](https://github.com/jackyef/react-isomorphic-data/commit/1a33c45ad51d73c0d308ebbf6eb11c4c5ccfb763))
12+
13+
14+
15+
16+
617
# [0.12.0](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.11.10...ssr@0.12.0) (2020-03-21)
718

819

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.12.0",
3+
"version": "0.13.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -32,7 +32,7 @@
3232
"razzle-plugin-typescript": "^3.0.0",
3333
"react": "^16.10.1",
3434
"react-dom": "^16.10.1",
35-
"react-isomorphic-data": "^0.15.0",
35+
"react-isomorphic-data": "^0.16.0",
3636
"react-router-dom": "^5.1.2",
3737
"tslint": "^5.20.0",
3838
"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.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)
7+
8+
9+
### Features
10+
11+
* **core:** raw response support ([#51](https://github.com/jackyef/react-isomorphic-data/issues/51)) ([1a33c45](https://github.com/jackyef/react-isomorphic-data/commit/1a33c45ad51d73c0d308ebbf6eb11c4c5ccfb763))
12+
13+
14+
15+
16+
617
# [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)
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.15.0",
3+
"version": "0.16.0",
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)