diff --git a/CHANGELOG.md b/CHANGELOG.md index 84af53b1b..071839523 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.3.2](https://github.com/markmcdowell/react-financial-charts/compare/v0.3.1...v0.3.2) (2019-11-21) + + +### Bug Fixes + +* **docs:** fixing version of find-cache-dir due to breaking change ([ade1051](https://github.com/markmcdowell/react-financial-charts/commit/ade10519c7c10d42e79f3bf744a276ac596c1da8)) +* **docs:** the package-lock.json is incorrect ([3759cc6](https://github.com/markmcdowell/react-financial-charts/commit/3759cc643b0902e20a201091b5b5a8fdd1b456d8)), closes [#131](https://github.com/markmcdowell/react-financial-charts/issues/131) + + + + + ## [0.3.1](https://github.com/markmcdowell/react-financial-charts/compare/v0.3.0...v0.3.1) (2019-10-14) diff --git a/lerna.json b/lerna.json index c3b4bcd61..eb870b136 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.3.1", + "version": "0.3.2", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index dc330a248..9a019ab45 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/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.3.2](https://github.com/reactivemarkets/react-financial-charts/compare/v0.3.1...v0.3.2) (2019-11-21) + +**Note:** Version bump only for package react-financial-charts + + + + + ## [0.3.1](https://github.com/reactivemarkets/react-financial-charts/compare/v0.3.0...v0.3.1) (2019-10-14) diff --git a/packages/charts/package.json b/packages/charts/package.json index 6a68656c6..bfd6cf3c9 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "0.3.1", + "version": "0.3.2", "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 0f66254ba..0a251db58 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.3.2](https://github.com/markmcdowell/react-financial-charts/compare/v0.3.1...v0.3.2) (2019-11-21) + +**Note:** Version bump only for package @react-financial-charts/stories + + + + + ## [0.3.1](https://github.com/markmcdowell/react-financial-charts/compare/v0.3.0...v0.3.1) (2019-10-14) diff --git a/packages/stories/package.json b/packages/stories/package.json index 209e1d8b6..82663a077 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "0.3.1", + "version": "0.3.2", "description": "Stories for react financial charts", "private": true, "author": "reactivemarkets",