From fc4f25cf7ad3c460cc510a0d63fd5b1a1ad547b5 Mon Sep 17 00:00:00 2001 From: Mark McDowell Date: Mon, 17 Aug 2020 17:37:59 +0100 Subject: [PATCH] chore(release): publish 1.0.0-alpha.8 --- CHANGELOG.md | 18 ++++++++++++++++++ lerna.json | 2 +- packages/annotations/CHANGELOG.md | 16 ++++++++++++++++ packages/annotations/package.json | 2 +- packages/axes/CHANGELOG.md | 11 +++++++++++ packages/axes/package.json | 2 +- packages/charts/CHANGELOG.md | 8 ++++++++ packages/charts/package.json | 2 +- packages/coordinates/CHANGELOG.md | 17 +++++++++++++++++ packages/coordinates/package.json | 2 +- packages/core/CHANGELOG.md | 17 +++++++++++++++++ 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 | 8 ++++++++ packages/scales/package.json | 2 +- packages/series/CHANGELOG.md | 17 +++++++++++++++++ packages/series/package.json | 2 +- packages/stories/CHANGELOG.md | 16 ++++++++++++++++ packages/stories/package.json | 2 +- packages/tooltip/CHANGELOG.md | 17 +++++++++++++++++ packages/tooltip/package.json | 2 +- packages/utils/CHANGELOG.md | 11 +++++++++++ packages/utils/package.json | 2 +- 26 files changed, 192 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc92b653..5b41c1102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ 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.8](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) + + +### Bug Fixes + +* correcting prop types and docs ([198f0a5](https://github.com/markmcdowell/react-financial-charts/commit/198f0a54dae54075383c25dca67ff48d5e5a1b2a)) +* removing explict returns ([999b5ac](https://github.com/markmcdowell/react-financial-charts/commit/999b5acb8d1669406e3d8be813d831e20151c87f)) +* **tooltip:** fixing group tooltip props ([ba43c36](https://github.com/markmcdowell/react-financial-charts/commit/ba43c369d9d73dceb70c05f1fce9bbb2c45044a1)) + + +### Features + +* exporting props from components for docs ([fbdaea5](https://github.com/markmcdowell/react-financial-charts/commit/fbdaea506730b091f4f8f6da52fc030b44d1a6e1)) + + + + + # [1.0.0-alpha.7](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26) diff --git a/lerna.json b/lerna.json index fae24a422..8e1c267a4 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.0.0-alpha.7", + "version": "1.0.0-alpha.8", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/annotations/CHANGELOG.md b/packages/annotations/CHANGELOG.md index baf2e0c8b..82ebc3fcb 100644 --- a/packages/annotations/CHANGELOG.md +++ b/packages/annotations/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.8](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) + + +### Bug Fixes + +* correcting prop types and docs ([198f0a5](https://github.com/reactivemarkets/react-financial-charts/commit/198f0a54dae54075383c25dca67ff48d5e5a1b2a)) + + +### Features + +* exporting props from components for docs ([fbdaea5](https://github.com/reactivemarkets/react-financial-charts/commit/fbdaea506730b091f4f8f6da52fc030b44d1a6e1)) + + + + + # [1.0.0-alpha.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26) diff --git a/packages/annotations/package.json b/packages/annotations/package.json index 65c179da2..e073215aa 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.7", + "version": "1.0.0-alpha.8", "description": "Annotations for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/axes/CHANGELOG.md b/packages/axes/CHANGELOG.md index 767acc3e1..c7587152a 100644 --- a/packages/axes/CHANGELOG.md +++ b/packages/axes/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.8](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) + + +### Features + +* exporting props from components for docs ([fbdaea5](https://github.com/reactivemarkets/react-financial-charts/commit/fbdaea506730b091f4f8f6da52fc030b44d1a6e1)) + + + + + # [1.0.0-alpha.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26) diff --git a/packages/axes/package.json b/packages/axes/package.json index 951a096ee..3cde03831 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.7", + "version": "1.0.0-alpha.8", "description": "Axes for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index caa90e188..6e39ee67a 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.8](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) + +**Note:** Version bump only for package react-financial-charts + + + + + # [1.0.0-alpha.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26) **Note:** Version bump only for package react-financial-charts diff --git a/packages/charts/package.json b/packages/charts/package.json index c9a94982c..14552bf54 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "1.0.0-alpha.7", + "version": "1.0.0-alpha.8", "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 d68357e89..1f6cccb63 100644 --- a/packages/coordinates/CHANGELOG.md +++ b/packages/coordinates/CHANGELOG.md @@ -3,6 +3,23 @@ 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.8](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) + + +### Bug Fixes + +* correcting prop types and docs ([198f0a5](https://github.com/reactivemarkets/react-financial-charts/commit/198f0a54dae54075383c25dca67ff48d5e5a1b2a)) +* removing explict returns ([999b5ac](https://github.com/reactivemarkets/react-financial-charts/commit/999b5acb8d1669406e3d8be813d831e20151c87f)) + + +### Features + +* exporting props from components for docs ([fbdaea5](https://github.com/reactivemarkets/react-financial-charts/commit/fbdaea506730b091f4f8f6da52fc030b44d1a6e1)) + + + + + # [1.0.0-alpha.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26) diff --git a/packages/coordinates/package.json b/packages/coordinates/package.json index 1422c67f4..f9fa33e49 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.7", + "version": "1.0.0-alpha.8", "description": "Coordinates for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e21a2f397..79b2349d5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,23 @@ 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.8](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) + + +### Bug Fixes + +* correcting prop types and docs ([198f0a5](https://github.com/reactivemarkets/react-financial-charts/commit/198f0a54dae54075383c25dca67ff48d5e5a1b2a)) +* removing explict returns ([999b5ac](https://github.com/reactivemarkets/react-financial-charts/commit/999b5acb8d1669406e3d8be813d831e20151c87f)) + + +### Features + +* exporting props from components for docs ([fbdaea5](https://github.com/reactivemarkets/react-financial-charts/commit/fbdaea506730b091f4f8f6da52fc030b44d1a6e1)) + + + + + # [1.0.0-alpha.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26) diff --git a/packages/core/package.json b/packages/core/package.json index 8260d2d0e..b8084034f 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.7", + "version": "1.0.0-alpha.8", "description": "Core code for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/indicators/CHANGELOG.md b/packages/indicators/CHANGELOG.md index ee207548d..db09ed744 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.8](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) + + +### Bug Fixes + +* correcting prop types and docs ([198f0a5](https://github.com/reactivemarkets/react-financial-charts/commit/198f0a54dae54075383c25dca67ff48d5e5a1b2a)) + + + + + # [1.0.0-alpha.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26) **Note:** Version bump only for package @react-financial-charts/indicators diff --git a/packages/indicators/package.json b/packages/indicators/package.json index 64386c67b..198e304c0 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.7", + "version": "1.0.0-alpha.8", "description": "Indicators for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/interactive/CHANGELOG.md b/packages/interactive/CHANGELOG.md index 5a7316f4c..469b05d5b 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.8](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) + + +### Bug Fixes + +* correcting prop types and docs ([198f0a5](https://github.com/reactivemarkets/react-financial-charts/commit/198f0a54dae54075383c25dca67ff48d5e5a1b2a)) +* removing explict returns ([999b5ac](https://github.com/reactivemarkets/react-financial-charts/commit/999b5acb8d1669406e3d8be813d831e20151c87f)) + + + + + # [1.0.0-alpha.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26) diff --git a/packages/interactive/package.json b/packages/interactive/package.json index 19e0f293a..28bf720c3 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.7", + "version": "1.0.0-alpha.8", "description": "Interactive features for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/scales/CHANGELOG.md b/packages/scales/CHANGELOG.md index 5a7316f4c..88640bf82 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.8](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) + +**Note:** Version bump only for package @react-financial-charts/scales + + + + + # [1.0.0-alpha.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26) diff --git a/packages/scales/package.json b/packages/scales/package.json index 83ecccfa3..f929da52d 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.7", + "version": "1.0.0-alpha.8", "description": "Scales for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/series/CHANGELOG.md b/packages/series/CHANGELOG.md index 5a7316f4c..5d945ee4c 100644 --- a/packages/series/CHANGELOG.md +++ b/packages/series/CHANGELOG.md @@ -3,6 +3,23 @@ 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.8](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) + + +### Bug Fixes + +* correcting prop types and docs ([198f0a5](https://github.com/reactivemarkets/react-financial-charts/commit/198f0a54dae54075383c25dca67ff48d5e5a1b2a)) +* removing explict returns ([999b5ac](https://github.com/reactivemarkets/react-financial-charts/commit/999b5acb8d1669406e3d8be813d831e20151c87f)) + + +### Features + +* exporting props from components for docs ([fbdaea5](https://github.com/reactivemarkets/react-financial-charts/commit/fbdaea506730b091f4f8f6da52fc030b44d1a6e1)) + + + + + # [1.0.0-alpha.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26) diff --git a/packages/series/package.json b/packages/series/package.json index f6be355ea..109097574 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.7", + "version": "1.0.0-alpha.8", "description": "Series for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/stories/CHANGELOG.md b/packages/stories/CHANGELOG.md index 7eb86d669..ab2c7eac6 100644 --- a/packages/stories/CHANGELOG.md +++ b/packages/stories/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.8](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) + + +### Bug Fixes + +* correcting prop types and docs ([198f0a5](https://github.com/markmcdowell/react-financial-charts/commit/198f0a54dae54075383c25dca67ff48d5e5a1b2a)) + + +### Features + +* exporting props from components for docs ([fbdaea5](https://github.com/markmcdowell/react-financial-charts/commit/fbdaea506730b091f4f8f6da52fc030b44d1a6e1)) + + + + + # [1.0.0-alpha.7](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26) diff --git a/packages/stories/package.json b/packages/stories/package.json index 856d1fdd4..c9ad6961e 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.7", + "version": "1.0.0-alpha.8", "description": "Stories for react financial charts", "private": true, "author": "Reactive Markets", diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 43fb0951b..ea83ac310 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -3,6 +3,23 @@ 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.8](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) + + +### Bug Fixes + +* removing explict returns ([999b5ac](https://github.com/reactivemarkets/react-financial-charts/commit/999b5acb8d1669406e3d8be813d831e20151c87f)) +* **tooltip:** fixing group tooltip props ([ba43c36](https://github.com/reactivemarkets/react-financial-charts/commit/ba43c369d9d73dceb70c05f1fce9bbb2c45044a1)) + + +### Features + +* exporting props from components for docs ([fbdaea5](https://github.com/reactivemarkets/react-financial-charts/commit/fbdaea506730b091f4f8f6da52fc030b44d1a6e1)) + + + + + # [1.0.0-alpha.7](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-07-26) diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index baed583b0..1870a7d84 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.7", + "version": "1.0.0-alpha.8", "description": "Tooltips for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 1da875d96..fddc9570d 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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.8](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-17) + + +### Features + +* exporting props from components for docs ([fbdaea5](https://github.com/reactivemarkets/react-financial-charts/commit/fbdaea506730b091f4f8f6da52fc030b44d1a6e1)) + + + + + # [1.0.0-alpha.4](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2020-07-19) diff --git a/packages/utils/package.json b/packages/utils/package.json index 1d070de2c..4d1228434 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/utils", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.8", "description": "Utils for react-financial-charts", "publishConfig": { "access": "public"