diff --git a/CHANGELOG.md b/CHANGELOG.md index 5016fea1a..25b6bc848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/markmcdowell/react-financial-charts/compare/v0.2.3...v0.3.0) (2019-10-04) + + +### Bug Fixes + +* **charts:** arrowWidth was being ignored ([dce50aa](https://github.com/markmcdowell/react-financial-charts/commit/dce50aa)), closes [#75](https://github.com/markmcdowell/react-financial-charts/issues/75) +* **docs:** storybook requires an ordering to properties ([75186ef](https://github.com/markmcdowell/react-financial-charts/commit/75186ef)) +* **github:** setting stale label to be stale ([4c5a0e1](https://github.com/markmcdowell/react-financial-charts/commit/4c5a0e1)) + + +### Features + +* **types:** adding more types for calculators and indicators ([3d52cf4](https://github.com/markmcdowell/react-financial-charts/commit/3d52cf4)) + + + + + ## [0.2.3](https://github.com/markmcdowell/react-financial-charts/compare/v0.2.2...v0.2.3) (2019-09-26) diff --git a/lerna.json b/lerna.json index 7e2af627d..0b5470b53 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.2.3", + "version": "0.3.0", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index dfd6ef746..76fc783f9 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.2.3...v0.3.0) (2019-10-04) + + +### Bug Fixes + +* **charts:** arrowWidth was being ignored ([dce50aa](https://github.com/reactivemarkets/react-financial-charts/commit/dce50aa)), closes [#75](https://github.com/reactivemarkets/react-financial-charts/issues/75) + + +### Features + +* **types:** adding more types for calculators and indicators ([3d52cf4](https://github.com/reactivemarkets/react-financial-charts/commit/3d52cf4)) + + + + + ## [0.2.3](https://github.com/reactivemarkets/react-financial-charts/compare/v0.2.2...v0.2.3) (2019-09-26) diff --git a/packages/charts/package.json b/packages/charts/package.json index 8725d0e2b..d3c4ebd21 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "0.2.3", + "version": "0.3.0", "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 6ac06cc01..48d2e6420 100644 --- a/packages/stories/CHANGELOG.md +++ b/packages/stories/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/markmcdowell/react-financial-charts/compare/v0.2.3...v0.3.0) (2019-10-04) + + +### Bug Fixes + +* **charts:** arrowWidth was being ignored ([dce50aa](https://github.com/markmcdowell/react-financial-charts/commit/dce50aa)), closes [#75](https://github.com/markmcdowell/react-financial-charts/issues/75) +* **docs:** storybook requires an ordering to properties ([75186ef](https://github.com/markmcdowell/react-financial-charts/commit/75186ef)) + + +### Features + +* **types:** adding more types for calculators and indicators ([3d52cf4](https://github.com/markmcdowell/react-financial-charts/commit/3d52cf4)) + + + + + ## [0.2.3](https://github.com/markmcdowell/react-financial-charts/compare/v0.2.2...v0.2.3) (2019-09-26) **Note:** Version bump only for package @react-financial-charts/stories diff --git a/packages/stories/package.json b/packages/stories/package.json index c969eb5de..7472dcfed 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "0.2.3", + "version": "0.3.0", "description": "Stories for react financial charts", "private": true, "author": "reactivemarkets",