diff --git a/CHANGELOG.md b/CHANGELOG.md index 04af7d67f..0437039c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.4...v0.1.5) (2019-09-11) + + +### Bug Fixes + +* **axis:** adding strokeOpacity and missing props ([7870a36](https://github.com/markmcdowell/react-financial-charts/commit/7870a36)), closes [#29](https://github.com/markmcdowell/react-financial-charts/issues/29) +* **axis:** axisAt and orient now have defaults ([509fab1](https://github.com/markmcdowell/react-financial-charts/commit/509fab1)), closes [#31](https://github.com/markmcdowell/react-financial-charts/issues/31) +* **colors:** alpha channel is now used if rgba is used ([0c3e2d5](https://github.com/markmcdowell/react-financial-charts/commit/0c3e2d5)), closes [#27](https://github.com/markmcdowell/react-financial-charts/issues/27) +* **coordinates:** updating default fill to [#37474](https://github.com/markmcdowell/react-financial-charts/issues/37474)F ([7b8362a](https://github.com/markmcdowell/react-financial-charts/commit/7b8362a)), closes [#30](https://github.com/markmcdowell/react-financial-charts/issues/30) + + + + + ## [0.1.4](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.3...v0.1.4) (2019-09-10) diff --git a/lerna.json b/lerna.json index 8509e9a27..ea3663d6e 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.1.4", + "version": "0.1.5", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index f1120cd40..b94d846e5 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.4...v0.1.5) (2019-09-11) + + +### Bug Fixes + +* **axis:** adding strokeOpacity and missing props ([7870a36](https://github.com/reactivemarkets/react-financial-charts/commit/7870a36)), closes [#29](https://github.com/reactivemarkets/react-financial-charts/issues/29) +* **axis:** axisAt and orient now have defaults ([509fab1](https://github.com/reactivemarkets/react-financial-charts/commit/509fab1)), closes [#31](https://github.com/reactivemarkets/react-financial-charts/issues/31) +* **colors:** alpha channel is now used if rgba is used ([0c3e2d5](https://github.com/reactivemarkets/react-financial-charts/commit/0c3e2d5)), closes [#27](https://github.com/reactivemarkets/react-financial-charts/issues/27) +* **coordinates:** updating default fill to [#37474](https://github.com/reactivemarkets/react-financial-charts/issues/37474)F ([7b8362a](https://github.com/reactivemarkets/react-financial-charts/commit/7b8362a)), closes [#30](https://github.com/reactivemarkets/react-financial-charts/issues/30) + + + + + ## [0.1.4](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.3...v0.1.4) (2019-09-10) diff --git a/packages/charts/package.json b/packages/charts/package.json index ce21f849b..30c1af886 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "0.1.4", + "version": "0.1.5", "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 35d18aa61..547701874 100644 --- a/packages/stories/CHANGELOG.md +++ b/packages/stories/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.5](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.4...v0.1.5) (2019-09-11) + + +### Bug Fixes + +* **axis:** axisAt and orient now have defaults ([509fab1](https://github.com/markmcdowell/react-financial-charts/commit/509fab1)), closes [#31](https://github.com/markmcdowell/react-financial-charts/issues/31) + + + + + ## [0.1.4](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.3...v0.1.4) (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 a0cd0d0dc..873886617 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "0.1.4", + "version": "0.1.5", "description": "Stories for react financial charts", "private": true, "author": "reactivemarkets",