diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c316879..4c086b43f 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.3](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.2...v0.1.3) (2019-09-10) + + +### Bug Fixes + +* ChartCanvas type is now optional ([22365a2](https://github.com/markmcdowell/react-financial-charts/commit/22365a2)) +* correcting and adding types to props ([aa98bd3](https://github.com/markmcdowell/react-financial-charts/commit/aa98bd3)) + + + + + ## [0.1.2](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.1...v0.1.2) (2019-09-10) diff --git a/lerna.json b/lerna.json index 09e739e39..eda294201 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.1.2", + "version": "0.1.3", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 46da41837..51daa35f7 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/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.3](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.2...v0.1.3) (2019-09-10) + + +### Bug Fixes + +* ChartCanvas type is now optional ([22365a2](https://github.com/reactivemarkets/react-financial-charts/commit/22365a2)) +* correcting and adding types to props ([aa98bd3](https://github.com/reactivemarkets/react-financial-charts/commit/aa98bd3)) + + + + + ## [0.1.2](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.1...v0.1.2) (2019-09-10) diff --git a/packages/charts/package.json b/packages/charts/package.json index 4a14ac9d6..15facf86c 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "0.1.2", + "version": "0.1.3", "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 37dd4aa40..4f3aa3203 100644 --- a/packages/stories/CHANGELOG.md +++ b/packages/stories/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.3](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.2...v0.1.3) (2019-09-10) + + +### Bug Fixes + +* ChartCanvas type is now optional ([22365a2](https://github.com/markmcdowell/react-financial-charts/commit/22365a2)) +* correcting and adding types to props ([aa98bd3](https://github.com/markmcdowell/react-financial-charts/commit/aa98bd3)) + + + + + ## [0.1.2](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.1...v0.1.2) (2019-09-10) **Note:** Version bump only for package @react-financial-charts/stories diff --git a/packages/stories/package.json b/packages/stories/package.json index 8988a4ff7..a9b773e1b 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "0.1.2", + "version": "0.1.3", "description": "Stories for react financial charts", "private": true, "author": "reactivemarkets",