Skip to content

Commit

Permalink
chore(release): Creating releases
Browse files Browse the repository at this point in the history
 - ssr@0.11.10
 - react-isomorphic-data@0.14.2
  • Loading branch information
jackyef committed Feb 15, 2020
1 parent d1c23eb commit 51086fa
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions examples/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.10](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.11.9...ssr@0.11.10) (2020-02-15)


### Performance Improvements

* **core:** make hoist-non-react-static a peerDep ([d1c23eb](https://github.com/jackyef/react-isomorphic-data/commit/d1c23eb4e3bf1e9cc3b70d21b946b82a5363b4bf))





## [0.11.9](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.11.8...ssr@0.11.9) (2020-02-02)

**Note:** Version bump only for package ssr
Expand Down
4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr",
"version": "0.11.9",
"version": "0.11.10",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"razzle-plugin-typescript": "^3.0.0",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-isomorphic-data": "^0.14.1",
"react-isomorphic-data": "^0.14.2",
"react-router-dom": "^5.1.2",
"tslint": "^5.20.0",
"tslint-react": "^4.1.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/react-isomorphic-data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.2](https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.14.1...react-isomorphic-data@0.14.2) (2020-02-15)


### Performance Improvements

* **core:** make hoist-non-react-static a peerDep ([d1c23eb](https://github.com/jackyef/react-isomorphic-data/commit/d1c23eb4e3bf1e9cc3b70d21b946b82a5363b4bf))





## [0.14.1](https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.14.0...react-isomorphic-data@0.14.1) (2020-02-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-isomorphic-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-isomorphic-data",
"version": "0.14.1",
"version": "0.14.2",
"description": "Easily fetch data in your React components, with similar APIs to react-apollo 🎉",
"sideEffects": false,
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 51086fa

Please sign in to comment.