diff --git a/CHANGELOG.md b/CHANGELOG.md index c43263088..351bf91b7 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. +# [1.0.0-alpha.16](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-09-04) + + +### Bug Fixes + +* **core:** removing colors ([ceb8217](https://github.com/markmcdowell/react-financial-charts/commit/ceb8217e9c8795787565c3baa1cedc3e693dfb4c)) +* **series:** fixing AlternateDataSeries filtering ([65e31c4](https://github.com/markmcdowell/react-financial-charts/commit/65e31c47844a25c9e10ec2f116e3e82867a37416)) + + + + + # [1.0.0-alpha.15](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-09-03) diff --git a/lerna.json b/lerna.json index 57cbe4d60..70e313581 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/annotations/CHANGELOG.md b/packages/annotations/CHANGELOG.md index dba3b5fda..138b55bea 100644 --- a/packages/annotations/CHANGELOG.md +++ b/packages/annotations/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. +# [1.0.0-alpha.16](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-09-04) + +**Note:** Version bump only for package @react-financial-charts/annotations + + + + + # [1.0.0-alpha.15](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-09-03) **Note:** Version bump only for package @react-financial-charts/annotations diff --git a/packages/annotations/package.json b/packages/annotations/package.json index 9f83bcfd1..09448ff80 100644 --- a/packages/annotations/package.json +++ b/packages/annotations/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/annotations", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "description": "Annotations for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/axes/CHANGELOG.md b/packages/axes/CHANGELOG.md index 342d449f4..a8bdf30f7 100644 --- a/packages/axes/CHANGELOG.md +++ b/packages/axes/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. +# [1.0.0-alpha.16](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-09-04) + +**Note:** Version bump only for package @react-financial-charts/axes + + + + + # [1.0.0-alpha.15](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-09-03) **Note:** Version bump only for package @react-financial-charts/axes diff --git a/packages/axes/package.json b/packages/axes/package.json index 618748bc3..16a13b1c0 100644 --- a/packages/axes/package.json +++ b/packages/axes/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/axes", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "description": "Axes for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 418405074..24cfc9d40 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. +# [1.0.0-alpha.16](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-09-04) + +**Note:** Version bump only for package react-financial-charts + + + + + # [1.0.0-alpha.15](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-09-03) **Note:** Version bump only for package react-financial-charts diff --git a/packages/charts/package.json b/packages/charts/package.json index 443fc8a7c..8afd00e63 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "description": "React charts specific to finance.", "main": "./lib/index.js", "typings": "./lib/index.d.ts", diff --git a/packages/coordinates/CHANGELOG.md b/packages/coordinates/CHANGELOG.md index 51d61fcbb..71c5f8f68 100644 --- a/packages/coordinates/CHANGELOG.md +++ b/packages/coordinates/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. +# [1.0.0-alpha.16](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-09-04) + + +### Bug Fixes + +* **core:** removing colors ([ceb8217](https://github.com/reactivemarkets/react-financial-charts/commit/ceb8217e9c8795787565c3baa1cedc3e693dfb4c)) + + + + + # [1.0.0-alpha.15](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-09-03) diff --git a/packages/coordinates/package.json b/packages/coordinates/package.json index 9f940614e..28d6be3b6 100644 --- a/packages/coordinates/package.json +++ b/packages/coordinates/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/coordinates", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "description": "Coordinates for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 633e8f237..27fdeb121 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +# [1.0.0-alpha.16](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-09-04) + + +### Bug Fixes + +* **core:** removing colors ([ceb8217](https://github.com/reactivemarkets/react-financial-charts/commit/ceb8217e9c8795787565c3baa1cedc3e693dfb4c)) + + + + + # [1.0.0-alpha.15](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-09-03) **Note:** Version bump only for package @react-financial-charts/core diff --git a/packages/core/package.json b/packages/core/package.json index 22c2b6863..62b3162be 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/core", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "description": "Core code for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/indicators/CHANGELOG.md b/packages/indicators/CHANGELOG.md index b424f3373..e01704974 100644 --- a/packages/indicators/CHANGELOG.md +++ b/packages/indicators/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. +# [1.0.0-alpha.16](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-09-04) + +**Note:** Version bump only for package @react-financial-charts/indicators + + + + + # [1.0.0-alpha.15](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-09-03) **Note:** Version bump only for package @react-financial-charts/indicators diff --git a/packages/indicators/package.json b/packages/indicators/package.json index 0021d47c2..f4bdebcef 100644 --- a/packages/indicators/package.json +++ b/packages/indicators/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/indicators", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "description": "Indicators for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/interactive/CHANGELOG.md b/packages/interactive/CHANGELOG.md index 24fe8d5be..7ef378a11 100644 --- a/packages/interactive/CHANGELOG.md +++ b/packages/interactive/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. +# [1.0.0-alpha.16](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-09-04) + +**Note:** Version bump only for package @react-financial-charts/interactive + + + + + # [1.0.0-alpha.15](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-09-03) **Note:** Version bump only for package @react-financial-charts/interactive diff --git a/packages/interactive/package.json b/packages/interactive/package.json index 8775ce3e6..234244365 100644 --- a/packages/interactive/package.json +++ b/packages/interactive/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/interactive", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "description": "Interactive features for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/scales/CHANGELOG.md b/packages/scales/CHANGELOG.md index 8fcd739be..7f177b063 100644 --- a/packages/scales/CHANGELOG.md +++ b/packages/scales/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. +# [1.0.0-alpha.16](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-09-04) + +**Note:** Version bump only for package @react-financial-charts/scales + + + + + # [1.0.0-alpha.15](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-09-03) **Note:** Version bump only for package @react-financial-charts/scales diff --git a/packages/scales/package.json b/packages/scales/package.json index 26aa25e14..468cf095e 100644 --- a/packages/scales/package.json +++ b/packages/scales/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/scales", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "description": "Scales for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/series/CHANGELOG.md b/packages/series/CHANGELOG.md index a8a9642af..2da614585 100644 --- a/packages/series/CHANGELOG.md +++ b/packages/series/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. +# [1.0.0-alpha.16](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-09-04) + + +### Bug Fixes + +* **series:** fixing AlternateDataSeries filtering ([65e31c4](https://github.com/reactivemarkets/react-financial-charts/commit/65e31c47844a25c9e10ec2f116e3e82867a37416)) + + + + + # [1.0.0-alpha.15](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-09-03) diff --git a/packages/series/package.json b/packages/series/package.json index 2f5910de1..ef6e5992c 100644 --- a/packages/series/package.json +++ b/packages/series/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/series", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "description": "Series for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/stories/CHANGELOG.md b/packages/stories/CHANGELOG.md index 0cd53b970..8af61c663 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. +# [1.0.0-alpha.16](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-09-04) + +**Note:** Version bump only for package @react-financial-charts/stories + + + + + # [1.0.0-alpha.15](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-09-03) diff --git a/packages/stories/package.json b/packages/stories/package.json index cf052d169..0cf0fcd8d 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "description": "Stories for react financial charts", "private": true, "author": "Reactive Markets", diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 9f70f7fa9..fb33846fb 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/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. +# [1.0.0-alpha.16](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2020-09-04) + +**Note:** Version bump only for package @react-financial-charts/tooltip + + + + + # [1.0.0-alpha.15](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-09-03) **Note:** Version bump only for package @react-financial-charts/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index d86787ac2..c294ab584 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/tooltip", - "version": "1.0.0-alpha.15", + "version": "1.0.0-alpha.16", "description": "Tooltips for react-financial-charts", "publishConfig": { "access": "public"