Skip to content

Commit af01f2b

Browse files
committed
chore(release): Creating releases
- client@0.3.10 - ssr@0.5.0 - react-isomorphic-data@0.6.0
1 parent 16a682f commit af01f2b

File tree

6 files changed

+40
-5
lines changed

6 files changed

+40
-5
lines changed

examples/client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.10](https://github.com/jackyef/react-isomorphic-data/compare/client@0.3.9...client@0.3.10) (2019-10-16)
7+
8+
**Note:** Version bump only for package client
9+
10+
11+
12+
13+
614
## [0.3.9](https://github.com/jackyef/react-isomorphic-data/compare/client@0.3.8...client@0.3.9) (2019-10-14)
715

816

examples/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"private": true,
55
"dependencies": {
66
"@types/jest": "24.0.16",
@@ -9,7 +9,7 @@
99
"@types/react-dom": "16.8.5",
1010
"react": "^16.8.0",
1111
"react-dom": "^16.8.0",
12-
"react-isomorphic-data": "^0.5.1",
12+
"react-isomorphic-data": "^0.6.0",
1313
"react-scripts": "3.0.1",
1414
"reactstrap": "^8.0.0",
1515
"subscriptions-transport-ws": "^0.9.16",

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.5.0](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.4.1...ssr@0.5.0) (2019-10-16)
7+
8+
9+
### Features
10+
11+
* **examples/ssr:** updated example to include POST example ([c885b93](https://github.com/jackyef/react-isomorphic-data/commit/c885b93))
12+
13+
14+
15+
16+
617
## [0.4.1](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.4.0...ssr@0.4.1) (2019-10-06)
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.4.1",
3+
"version": "0.5.0",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"razzle-plugin-typescript": "^3.0.0",
2626
"react": "^16.10.1",
2727
"react-dom": "^16.10.1",
28-
"react-isomorphic-data": "^0.5.1",
28+
"react-isomorphic-data": "^0.6.0",
2929
"react-router-dom": "^5.1.2",
3030
"tslint": "^5.20.0",
3131
"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.6.0](https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.5.1...react-isomorphic-data@0.6.0) (2019-10-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **react-isomorphic-data:** fix the typings for `error` ([468d9df](https://github.com/jackyef/react-isomorphic-data/commit/468d9df))
12+
13+
14+
### Features
15+
16+
* **react-isomorphic-data:** support non-GET requests lazily ([1e42d59](https://github.com/jackyef/react-isomorphic-data/commit/1e42d59))
17+
18+
19+
20+
21+
622
## [0.5.1](https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.5.0...react-isomorphic-data@0.5.1) (2019-10-06)
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.5.1",
3+
"version": "0.6.0",
44
"description": "Work in progress",
55
"sideEffects": false,
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)