Skip to content

Commit

Permalink
chore(release): Creating releases
Browse files Browse the repository at this point in the history
 - ssr@0.11.7
 - react-isomorphic-data@0.13.1
  • Loading branch information
jackyef committed Jan 24, 2020
1 parent 86c8aa0 commit d1d8671
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions examples/ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.7](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.11.6...ssr@0.11.7) (2020-01-24)

**Note:** Version bump only for package ssr





## [0.11.6](https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.11.5...ssr@0.11.6) (2020-01-16)

**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.6",
"version": "0.11.7",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"razzle-plugin-typescript": "^3.0.0",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-isomorphic-data": "^0.13.0",
"react-isomorphic-data": "^0.13.1",
"react-router-dom": "^5.1.2",
"tslint": "^5.20.0",
"tslint-react": "^4.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/react-isomorphic-data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

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





# [0.13.0](https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.12.5...react-isomorphic-data@0.13.0) (2020-01-16)


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.13.0",
"version": "0.13.1",
"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 d1d8671

Please sign in to comment.