From 58441df036295c078f244f2bcdc42266afb4c42a Mon Sep 17 00:00:00 2001 From: Mark McDowell Date: Tue, 1 Sep 2020 17:09:58 +0100 Subject: [PATCH] chore(release): publish 1.0.0-alpha.13 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ lerna.json | 2 +- packages/annotations/CHANGELOG.md | 11 +++++++++++ packages/annotations/package.json | 2 +- packages/axes/CHANGELOG.md | 13 +++++++++++++ packages/axes/package.json | 2 +- packages/charts/CHANGELOG.md | 8 ++++++++ packages/charts/package.json | 2 +- packages/coordinates/CHANGELOG.md | 11 +++++++++++ packages/coordinates/package.json | 2 +- packages/core/CHANGELOG.md | 20 ++++++++++++++++++++ packages/core/package.json | 2 +- packages/indicators/CHANGELOG.md | 11 +++++++++++ packages/indicators/package.json | 2 +- packages/interactive/CHANGELOG.md | 12 ++++++++++++ packages/interactive/package.json | 2 +- packages/scales/CHANGELOG.md | 12 ++++++++++++ packages/scales/package.json | 2 +- packages/series/CHANGELOG.md | 13 +++++++++++++ packages/series/package.json | 2 +- packages/stories/CHANGELOG.md | 19 +++++++++++++++++++ packages/stories/package.json | 2 +- packages/tooltip/CHANGELOG.md | 11 +++++++++++ packages/tooltip/package.json | 2 +- 24 files changed, 180 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b43725cb..9e0717fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ 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.13](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) + + +### Bug Fixes + +* **core:** correcting xextents props ([ec80146](https://github.com/markmcdowell/react-financial-charts/commit/ec80146bb171c21fd0daa41ac620b8081d6e6266)) +* **series:** small performance improvments in bar and candles ([98c06ea](https://github.com/markmcdowell/react-financial-charts/commit/98c06eab5cb9809d7f1cabff131b698c4404339d)) +* fixing scaling when data is discontinuous ([4b20255](https://github.com/markmcdowell/react-financial-charts/commit/4b20255d05b4590c2a5fc196bf505c95a63431f0)) +* **axes:** correcting tickFormat prop ([f97e9c5](https://github.com/markmcdowell/react-financial-charts/commit/f97e9c57f2a96b5f5f431a160d8fe02dc7a38e27)) +* **core:** correcting bar width with continuous scales ([a967a18](https://github.com/markmcdowell/react-financial-charts/commit/a967a18347be6b8ad11d50da579911c9bd2f97ee)) +* **core:** displayXAccessor is optional ([d6a5dda](https://github.com/markmcdowell/react-financial-charts/commit/d6a5dda949c5178a8213cabda23d1178d4ea155a)) +* **interactive:** correcting exports ([afe3ba9](https://github.com/markmcdowell/react-financial-charts/commit/afe3ba9c38a9300c720895c51b5a0d09631eace9)), closes [#440](https://github.com/markmcdowell/react-financial-charts/issues/440) +* **series:** correcting props & dealing with undefined data ([99664ba](https://github.com/markmcdowell/react-financial-charts/commit/99664ba609692aab7b56edb81c0fec31a4922422)) +* removing canvas gradients ([2205163](https://github.com/markmcdowell/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66)) + + +### Features + +* **core:** replaced onLoadMore with onLoadBefore & onLoadAfter ([4957c32](https://github.com/markmcdowell/react-financial-charts/commit/4957c32314db84131d3b34a8759dcc9ab28770c1)) +* **indicator:** adding algorithm indicator ([206c6a2](https://github.com/markmcdowell/react-financial-charts/commit/206c6a23061deeddfdd740237ab76ba5abdbfe40)) +* **stories:** adding custom timeFormat to scales stories ([c72b81c](https://github.com/markmcdowell/react-financial-charts/commit/c72b81c8ff4351de3a6ccb1d55c6b2c783cdd000)) +* **stories:** adding scales examples ([5cbcd9d](https://github.com/markmcdowell/react-financial-charts/commit/5cbcd9dc8c7a1624ddd197daab28bb837c9ff698)) + + + + + # [1.0.0-alpha.12](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-08-28) diff --git a/lerna.json b/lerna.json index 1d6719003..7d644a33c 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.0.0-alpha.12", + "version": "1.0.0-alpha.13", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/annotations/CHANGELOG.md b/packages/annotations/CHANGELOG.md index daac7ca06..99ba23f81 100644 --- a/packages/annotations/CHANGELOG.md +++ b/packages/annotations/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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) + + +### Bug Fixes + +* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66)) + + + + + # [1.0.0-alpha.10](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-08-28) **Note:** Version bump only for package @react-financial-charts/annotations diff --git a/packages/annotations/package.json b/packages/annotations/package.json index 7c0bf5a86..f79030d64 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.10", + "version": "1.0.0-alpha.13", "description": "Annotations for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/axes/CHANGELOG.md b/packages/axes/CHANGELOG.md index e8513d423..cc47ebf2b 100644 --- a/packages/axes/CHANGELOG.md +++ b/packages/axes/CHANGELOG.md @@ -3,6 +3,19 @@ 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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) + + +### Bug Fixes + +* fixing scaling when data is discontinuous ([4b20255](https://github.com/reactivemarkets/react-financial-charts/commit/4b20255d05b4590c2a5fc196bf505c95a63431f0)) +* **axes:** correcting tickFormat prop ([f97e9c5](https://github.com/reactivemarkets/react-financial-charts/commit/f97e9c57f2a96b5f5f431a160d8fe02dc7a38e27)) +* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66)) + + + + + # [1.0.0-alpha.10](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-08-28) **Note:** Version bump only for package @react-financial-charts/axes diff --git a/packages/axes/package.json b/packages/axes/package.json index a6d5c99b7..1cbf0e191 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.10", + "version": "1.0.0-alpha.13", "description": "Axes for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index e316b3da5..8aa5237a0 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.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 + + + + + # [1.0.0-alpha.12](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-08-28) **Note:** Version bump only for package react-financial-charts diff --git a/packages/charts/package.json b/packages/charts/package.json index d67bb4199..4e797912d 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "1.0.0-alpha.12", + "version": "1.0.0-alpha.13", "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 5a27adfbf..c7958d796 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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) + + +### Bug Fixes + +* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66)) + + + + + # [1.0.0-alpha.11](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2020-08-28) diff --git a/packages/coordinates/package.json b/packages/coordinates/package.json index c6691c89b..08e7f3bff 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.11", + "version": "1.0.0-alpha.13", "description": "Coordinates for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3b96ae295..ea9140da5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,26 @@ 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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) + + +### Bug Fixes + +* **core:** correcting xextents props ([ec80146](https://github.com/reactivemarkets/react-financial-charts/commit/ec80146bb171c21fd0daa41ac620b8081d6e6266)) +* fixing scaling when data is discontinuous ([4b20255](https://github.com/reactivemarkets/react-financial-charts/commit/4b20255d05b4590c2a5fc196bf505c95a63431f0)) +* **core:** correcting bar width with continuous scales ([a967a18](https://github.com/reactivemarkets/react-financial-charts/commit/a967a18347be6b8ad11d50da579911c9bd2f97ee)) +* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66)) +* **core:** displayXAccessor is optional ([d6a5dda](https://github.com/reactivemarkets/react-financial-charts/commit/d6a5dda949c5178a8213cabda23d1178d4ea155a)) + + +### Features + +* **core:** replaced onLoadMore with onLoadBefore & onLoadAfter ([4957c32](https://github.com/reactivemarkets/react-financial-charts/commit/4957c32314db84131d3b34a8759dcc9ab28770c1)) + + + + + # [1.0.0-alpha.10](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-08-28) diff --git a/packages/core/package.json b/packages/core/package.json index 077c637a4..dc08ff359 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.10", + "version": "1.0.0-alpha.13", "description": "Core code for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/indicators/CHANGELOG.md b/packages/indicators/CHANGELOG.md index eb316f222..506390a48 100644 --- a/packages/indicators/CHANGELOG.md +++ b/packages/indicators/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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) + + +### Features + +* **indicator:** adding algorithm indicator ([206c6a2](https://github.com/reactivemarkets/react-financial-charts/commit/206c6a23061deeddfdd740237ab76ba5abdbfe40)) + + + + + # [1.0.0-alpha.10](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-08-28) **Note:** Version bump only for package @react-financial-charts/indicators diff --git a/packages/indicators/package.json b/packages/indicators/package.json index 9f21c4bbd..cdff5ab3e 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.10", + "version": "1.0.0-alpha.13", "description": "Indicators for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/interactive/CHANGELOG.md b/packages/interactive/CHANGELOG.md index 2abcd2fb6..7361da9f7 100644 --- a/packages/interactive/CHANGELOG.md +++ b/packages/interactive/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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) + + +### Bug Fixes + +* **interactive:** correcting exports ([afe3ba9](https://github.com/reactivemarkets/react-financial-charts/commit/afe3ba9c38a9300c720895c51b5a0d09631eace9)), closes [#440](https://github.com/reactivemarkets/react-financial-charts/issues/440) +* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66)) + + + + + # [1.0.0-alpha.12](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-08-28) diff --git a/packages/interactive/package.json b/packages/interactive/package.json index ee51f769a..f5dde0caa 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.12", + "version": "1.0.0-alpha.13", "description": "Interactive features for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/scales/CHANGELOG.md b/packages/scales/CHANGELOG.md index 84a84f120..d5cdb4118 100644 --- a/packages/scales/CHANGELOG.md +++ b/packages/scales/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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) + + +### Bug Fixes + +* **core:** correcting xextents props ([ec80146](https://github.com/reactivemarkets/react-financial-charts/commit/ec80146bb171c21fd0daa41ac620b8081d6e6266)) +* fixing scaling when data is discontinuous ([4b20255](https://github.com/reactivemarkets/react-financial-charts/commit/4b20255d05b4590c2a5fc196bf505c95a63431f0)) + + + + + # [1.0.0-alpha.10](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-08-28) diff --git a/packages/scales/package.json b/packages/scales/package.json index ec5b4c458..664e0c46d 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.10", + "version": "1.0.0-alpha.13", "description": "Scales for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/series/CHANGELOG.md b/packages/series/CHANGELOG.md index f855ed895..d5a0f1c9c 100644 --- a/packages/series/CHANGELOG.md +++ b/packages/series/CHANGELOG.md @@ -3,6 +3,19 @@ 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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) + + +### Bug Fixes + +* **series:** correcting props & dealing with undefined data ([99664ba](https://github.com/reactivemarkets/react-financial-charts/commit/99664ba609692aab7b56edb81c0fec31a4922422)) +* **series:** small performance improvments in bar and candles ([98c06ea](https://github.com/reactivemarkets/react-financial-charts/commit/98c06eab5cb9809d7f1cabff131b698c4404339d)) +* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66)) + + + + + # [1.0.0-alpha.12](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-08-28) diff --git a/packages/series/package.json b/packages/series/package.json index 9df0269a8..f9f5b476e 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.12", + "version": "1.0.0-alpha.13", "description": "Series for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/stories/CHANGELOG.md b/packages/stories/CHANGELOG.md index 861911406..a76e91499 100644 --- a/packages/stories/CHANGELOG.md +++ b/packages/stories/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.13](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) + + +### Bug Fixes + +* **core:** correcting xextents props ([ec80146](https://github.com/markmcdowell/react-financial-charts/commit/ec80146bb171c21fd0daa41ac620b8081d6e6266)) +* fixing scaling when data is discontinuous ([4b20255](https://github.com/markmcdowell/react-financial-charts/commit/4b20255d05b4590c2a5fc196bf505c95a63431f0)) +* **core:** correcting bar width with continuous scales ([a967a18](https://github.com/markmcdowell/react-financial-charts/commit/a967a18347be6b8ad11d50da579911c9bd2f97ee)) + + +### Features + +* **stories:** adding custom timeFormat to scales stories ([c72b81c](https://github.com/markmcdowell/react-financial-charts/commit/c72b81c8ff4351de3a6ccb1d55c6b2c783cdd000)) +* **stories:** adding scales examples ([5cbcd9d](https://github.com/markmcdowell/react-financial-charts/commit/5cbcd9dc8c7a1624ddd197daab28bb837c9ff698)) + + + + + # [1.0.0-alpha.12](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2020-08-28) **Note:** Version bump only for package @react-financial-charts/stories diff --git a/packages/stories/package.json b/packages/stories/package.json index e082a26d5..a4afc5a19 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.12", + "version": "1.0.0-alpha.13", "description": "Stories for react financial charts", "private": true, "author": "Reactive Markets", diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 36109cba7..ade51643e 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/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.13](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2020-09-01) + + +### Bug Fixes + +* removing canvas gradients ([2205163](https://github.com/reactivemarkets/react-financial-charts/commit/220516356300c6c1c8528de3ca43e7ddaf8e5e66)) + + + + + # [1.0.0-alpha.10](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-08-28) diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 429b2fb8c..c09487aef 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.10", + "version": "1.0.0-alpha.13", "description": "Tooltips for react-financial-charts", "publishConfig": { "access": "public"