diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e0717fa3..efe2abbf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ 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.14](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02) + + +### Bug Fixes + +* **core:** correcting xExtents type ([d3607fe](https://github.com/markmcdowell/react-financial-charts/commit/d3607fedccda783badd2214b9d2ec27fa2faca31)) +* **core:** correcting zoom anchor types ([052981a](https://github.com/markmcdowell/react-financial-charts/commit/052981a9d7462c7c2e9bba4ae9486f1a1db14553)) +* **series:** don't stroke markers by default ([f564a8c](https://github.com/markmcdowell/react-financial-charts/commit/f564a8c7824412f5d3d2e4cc605e9351ea332f25)) +* **stories:** correcting file casing of series examples ([b2bf6d7](https://github.com/markmcdowell/react-financial-charts/commit/b2bf6d7503cb1e7a76341c2bbd0c8c6b6ad6906e)) + + +### Features + +* **series:** adding AlternateDataSeries component ([03fbb00](https://github.com/markmcdowell/react-financial-charts/commit/03fbb00f15dfd6487e7f92aa6e1517c99d7c1d1c)) + + + + + # [1.0.0-alpha.13](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) diff --git a/lerna.json b/lerna.json index 7d644a33c..02ef64a40 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/annotations/CHANGELOG.md b/packages/annotations/CHANGELOG.md index 99ba23f81..3f81bcd85 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.14](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02) + +**Note:** Version bump only for package @react-financial-charts/annotations + + + + + # [1.0.0-alpha.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) diff --git a/packages/annotations/package.json b/packages/annotations/package.json index f79030d64..4b6f884e9 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.13", + "version": "1.0.0-alpha.14", "description": "Annotations for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/axes/CHANGELOG.md b/packages/axes/CHANGELOG.md index cc47ebf2b..3d63647d0 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.14](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02) + +**Note:** Version bump only for package @react-financial-charts/axes + + + + + # [1.0.0-alpha.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) diff --git a/packages/axes/package.json b/packages/axes/package.json index 1cbf0e191..0fb1fd428 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.13", + "version": "1.0.0-alpha.14", "description": "Axes for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 8aa5237a0..ddd131669 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.14](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02) + +**Note:** Version bump only for package react-financial-charts + + + + + # [1.0.0-alpha.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) **Note:** Version bump only for package react-financial-charts diff --git a/packages/charts/package.json b/packages/charts/package.json index 4e797912d..5cb1ac6ed 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "1.0.0-alpha.13", + "version": "1.0.0-alpha.14", "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 c7958d796..bc548d5a7 100644 --- a/packages/coordinates/CHANGELOG.md +++ b/packages/coordinates/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.14](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02) + +**Note:** Version bump only for package @react-financial-charts/coordinates + + + + + # [1.0.0-alpha.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) diff --git a/packages/coordinates/package.json b/packages/coordinates/package.json index 08e7f3bff..79f69bad0 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.13", + "version": "1.0.0-alpha.14", "description": "Coordinates for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ea9140da5..04a3aaf27 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.14](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02) + + +### Bug Fixes + +* **core:** correcting xExtents type ([d3607fe](https://github.com/reactivemarkets/react-financial-charts/commit/d3607fedccda783badd2214b9d2ec27fa2faca31)) +* **core:** correcting zoom anchor types ([052981a](https://github.com/reactivemarkets/react-financial-charts/commit/052981a9d7462c7c2e9bba4ae9486f1a1db14553)) + + + + + # [1.0.0-alpha.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) diff --git a/packages/core/package.json b/packages/core/package.json index dc08ff359..60a737a5a 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.13", + "version": "1.0.0-alpha.14", "description": "Core code for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/indicators/CHANGELOG.md b/packages/indicators/CHANGELOG.md index 506390a48..8e7fea614 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.14](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02) + +**Note:** Version bump only for package @react-financial-charts/indicators + + + + + # [1.0.0-alpha.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) diff --git a/packages/indicators/package.json b/packages/indicators/package.json index cdff5ab3e..90032d299 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.13", + "version": "1.0.0-alpha.14", "description": "Indicators for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/interactive/CHANGELOG.md b/packages/interactive/CHANGELOG.md index 7361da9f7..db8245d4a 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.14](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02) + +**Note:** Version bump only for package @react-financial-charts/interactive + + + + + # [1.0.0-alpha.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) diff --git a/packages/interactive/package.json b/packages/interactive/package.json index f5dde0caa..230af6700 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.13", + "version": "1.0.0-alpha.14", "description": "Interactive features for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/scales/CHANGELOG.md b/packages/scales/CHANGELOG.md index d5cdb4118..facc37581 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.14](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02) + +**Note:** Version bump only for package @react-financial-charts/scales + + + + + # [1.0.0-alpha.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) diff --git a/packages/scales/package.json b/packages/scales/package.json index 664e0c46d..9cdbc68d7 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.13", + "version": "1.0.0-alpha.14", "description": "Scales for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/series/CHANGELOG.md b/packages/series/CHANGELOG.md index d5a0f1c9c..145b841f9 100644 --- a/packages/series/CHANGELOG.md +++ b/packages/series/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. +# [1.0.0-alpha.14](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02) + + +### Bug Fixes + +* **series:** don't stroke markers by default ([f564a8c](https://github.com/reactivemarkets/react-financial-charts/commit/f564a8c7824412f5d3d2e4cc605e9351ea332f25)) + + +### Features + +* **series:** adding AlternateDataSeries component ([03fbb00](https://github.com/reactivemarkets/react-financial-charts/commit/03fbb00f15dfd6487e7f92aa6e1517c99d7c1d1c)) + + + + + # [1.0.0-alpha.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) diff --git a/packages/series/package.json b/packages/series/package.json index f9f5b476e..4285d1822 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.13", + "version": "1.0.0-alpha.14", "description": "Series for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/stories/CHANGELOG.md b/packages/stories/CHANGELOG.md index a76e91499..252e5fd02 100644 --- a/packages/stories/CHANGELOG.md +++ b/packages/stories/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.14](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02) + + +### Bug Fixes + +* **core:** correcting zoom anchor types ([052981a](https://github.com/markmcdowell/react-financial-charts/commit/052981a9d7462c7c2e9bba4ae9486f1a1db14553)) +* **stories:** correcting file casing of series examples ([b2bf6d7](https://github.com/markmcdowell/react-financial-charts/commit/b2bf6d7503cb1e7a76341c2bbd0c8c6b6ad6906e)) + + + + + # [1.0.0-alpha.13](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) diff --git a/packages/stories/package.json b/packages/stories/package.json index a4afc5a19..3810dc0a2 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.13", + "version": "1.0.0-alpha.14", "description": "Stories for react financial charts", "private": true, "author": "Reactive Markets", diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index ade51643e..596c447a6 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.14](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-09-02) + +**Note:** Version bump only for package @react-financial-charts/tooltip + + + + + # [1.0.0-alpha.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index c09487aef..37aa96d36 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.13", + "version": "1.0.0-alpha.14", "description": "Tooltips for react-financial-charts", "publishConfig": { "access": "public"