Skip to content

Commit 7b403ca

Browse files
committed
chore(release): Creating releases
- ssr@0.11.8 - react-isomorphic-data@0.14.0
1 parent 886a53a commit 7b403ca

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-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.11.8](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.11.7...ssr@0.11.8) (2020-01-28)
7+
8+
9+
### Performance Improvements
10+
11+
* initial commit for subscription model rework ([8ca05df](https://github.com/jackyef/react-isomorphic-data/commit/8ca05df3e46e25332d8ae6e6bcc6cbd9c289a568))
12+
13+
14+
15+
16+
617
## [0.11.7](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.11.6...ssr@0.11.7) (2020-01-24)
718

819
**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.11.7",
3+
"version": "0.11.8",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
"razzle-plugin-typescript": "^3.0.0",
3131
"react": "^16.10.1",
3232
"react-dom": "^16.10.1",
33-
"react-isomorphic-data": "^0.13.1",
33+
"react-isomorphic-data": "^0.14.0",
3434
"react-router-dom": "^5.1.2",
3535
"tslint": "^5.20.0",
3636
"tslint-react": "^4.1.0"

packages/react-isomorphic-data/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.14.0](https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.13.1...react-isomorphic-data@0.14.0) (2020-01-28)
7+
8+
9+
### Features
10+
11+
* implementation of subscription model for more precise re-render ([b27a7d2](https://github.com/jackyef/react-isomorphic-data/commit/b27a7d242eb6a37d32c38efe1bb9c6fd9b415c51))
12+
13+
14+
### Performance Improvements
15+
16+
* initial commit for subscription model rework ([8ca05df](https://github.com/jackyef/react-isomorphic-data/commit/8ca05df3e46e25332d8ae6e6bcc6cbd9c289a568))
17+
18+
19+
20+
21+
622
## [0.13.1](https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.13.0...react-isomorphic-data@0.13.1) (2020-01-24)
723

824
**Note:** Version bump only for package react-isomorphic-data

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.13.1",
3+
"version": "0.14.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)