diff --git a/CHANGELOG.md b/CHANGELOG.md index 0437039c6..0b405bd5d 100644 --- a/CHANGELOG.md +++ b/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.2.0](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.5...v0.2.0) (2019-09-12) + + +### Bug Fixes + +* **axis:** only allow zoom if the ticks are showing ([fb96940](https://github.com/markmcdowell/react-financial-charts/commit/fb96940)) + + +### Features + +* **elder-ray:** allowing stroke dash to be set on the zero line ([71e9a9b](https://github.com/markmcdowell/react-financial-charts/commit/71e9a9b)) + + + + + ## [0.1.5](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.4...v0.1.5) (2019-09-11) diff --git a/lerna.json b/lerna.json index 91b7426a6..cb52788ef 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.1.5", + "version": "0.2.0", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index b94d846e5..07e513f02 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.2.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.5...v0.2.0) (2019-09-12) + + +### Bug Fixes + +* **axis:** only allow zoom if the ticks are showing ([fb96940](https://github.com/reactivemarkets/react-financial-charts/commit/fb96940)) + + +### Features + +* **elder-ray:** allowing stroke dash to be set on the zero line ([71e9a9b](https://github.com/reactivemarkets/react-financial-charts/commit/71e9a9b)) + + + + + ## [0.1.5](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.4...v0.1.5) (2019-09-11) diff --git a/packages/charts/package.json b/packages/charts/package.json index 30c1af886..79e04effd 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "0.1.5", + "version": "0.2.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 547701874..4917a0b09 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.2.0](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.5...v0.2.0) (2019-09-12) + +**Note:** Version bump only for package @react-financial-charts/stories + + + + + ## [0.1.5](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.4...v0.1.5) (2019-09-11) diff --git a/packages/stories/package.json b/packages/stories/package.json index 873886617..c1d363b1c 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "0.1.5", + "version": "0.2.0", "description": "Stories for react financial charts", "private": true, "author": "reactivemarkets",