diff --git a/CHANGELOG.md b/CHANGELOG.md index 36311ce7f..19ebf53f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.0...v0.1.1) (2019-09-09) + + +### Bug Fixes + +* adding missing readme from package ([1f38c35](https://github.com/markmcdowell/react-financial-charts/commit/1f38c35)) +* specifing release branch as master ([acd2982](https://github.com/markmcdowell/react-financial-charts/commit/acd2982)) + + + + + # 0.1.0 (2019-09-08) diff --git a/lerna.json b/lerna.json index f94de5a56..007589813 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.1.0", + "version": "0.1.1", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index e705da229..4f9b6e126 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -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.1.1](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.0...v0.1.1) (2019-09-09) + + +### Bug Fixes + +* adding missing readme from package ([1f38c35](https://github.com/reactivemarkets/react-financial-charts/commit/1f38c35)) + + + + + # 0.1.0 (2019-09-08) diff --git a/packages/charts/package.json b/packages/charts/package.json index 8a50a63cc..7c1a55d6a 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "0.1.0", + "version": "0.1.1", "description": "React charts specific to finance.", "main": "./lib/index.js", "typings": "./lib/index.d.ts", diff --git a/packages/stories/CHANGELOG.md b/packages/stories/CHANGELOG.md index 7e03bca05..51801c02d 100644 --- a/packages/stories/CHANGELOG.md +++ b/packages/stories/CHANGELOG.md @@ -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.1.1](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.0...v0.1.1) (2019-09-09) + +**Note:** Version bump only for package @react-financial-charts/stories + + + + + # 0.1.0 (2019-09-08) diff --git a/packages/stories/package.json b/packages/stories/package.json index 75747ea87..bad2cbd85 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "0.1.0", + "version": "0.1.1", "description": "Stories for react financial charts", "private": true, "author": "reactivemarkets",