From a1a1b311172f8ad818040ccb99c8dc35dbf74212 Mon Sep 17 00:00:00 2001 From: Mark McDowell Date: Fri, 26 Feb 2021 00:41:38 +0000 Subject: [PATCH] chore(release): publish 1.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- packages/annotations/CHANGELOG.md | 11 +++++++++++ packages/annotations/package.json | 2 +- packages/axes/CHANGELOG.md | 11 +++++++++++ packages/axes/package.json | 2 +- packages/charts/CHANGELOG.md | 11 +++++++++++ packages/charts/package.json | 2 +- packages/coordinates/CHANGELOG.md | 11 +++++++++++ packages/coordinates/package.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/indicators/CHANGELOG.md | 11 +++++++++++ packages/indicators/package.json | 2 +- packages/interactive/CHANGELOG.md | 11 +++++++++++ packages/interactive/package.json | 2 +- packages/scales/CHANGELOG.md | 11 +++++++++++ packages/scales/package.json | 2 +- packages/series/CHANGELOG.md | 16 ++++++++++++++++ packages/series/package.json | 2 +- packages/stories/CHANGELOG.md | 16 ++++++++++++++++ packages/stories/package.json | 2 +- packages/tooltip/CHANGELOG.md | 11 +++++++++++ packages/tooltip/package.json | 2 +- packages/utils/CHANGELOG.md | 11 +++++++++++ packages/utils/package.json | 2 +- 26 files changed, 171 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2dfee6f4..0992939e2 100644 --- a/CHANGELOG.md +++ b/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.1.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) + + +### Bug Fixes + +* **series:** fixing volume profile series ([584dd26](https://github.com/markmcdowell/react-financial-charts/commit/584dd26a074756685d13ac2085667491d3b30899)), closes [#418](https://github.com/markmcdowell/react-financial-charts/issues/418) + + +### Features + +* adding react 17 as peer dependency ([569209b](https://github.com/markmcdowell/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/markmcdowell/react-financial-charts/issues/468) + + + + + ## [1.0.1](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) diff --git a/lerna.json b/lerna.json index 9c1a82cb5..be1790a28 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.0.1", + "version": "1.1.0", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/annotations/CHANGELOG.md b/packages/annotations/CHANGELOG.md index 4363ab62b..d8999be54 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.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) + + +### Features + +* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468) + + + + + ## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) **Note:** Version bump only for package @react-financial-charts/annotations diff --git a/packages/annotations/package.json b/packages/annotations/package.json index 418f5fafe..6810185c9 100644 --- a/packages/annotations/package.json +++ b/packages/annotations/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/annotations", - "version": "1.0.1", + "version": "1.1.0", "description": "Annotations for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/axes/CHANGELOG.md b/packages/axes/CHANGELOG.md index 3076dca34..e665ca271 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.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) + + +### Features + +* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468) + + + + + ## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) **Note:** Version bump only for package @react-financial-charts/axes diff --git a/packages/axes/package.json b/packages/axes/package.json index 39b5ef509..10b33ac20 100644 --- a/packages/axes/package.json +++ b/packages/axes/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/axes", - "version": "1.0.1", + "version": "1.1.0", "description": "Axes for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 613f943bc..8472c168c 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/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.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) + + +### Features + +* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468) + + + + + ## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) **Note:** Version bump only for package react-financial-charts diff --git a/packages/charts/package.json b/packages/charts/package.json index ac8fc2e3f..d1411c1fb 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "1.0.1", + "version": "1.1.0", "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 66116eca3..50f2dc8b6 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.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) + + +### Features + +* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468) + + + + + ## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) **Note:** Version bump only for package @react-financial-charts/coordinates diff --git a/packages/coordinates/package.json b/packages/coordinates/package.json index 6ef09b741..340280568 100644 --- a/packages/coordinates/package.json +++ b/packages/coordinates/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/coordinates", - "version": "1.0.1", + "version": "1.1.0", "description": "Coordinates for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 00e127362..df3941c93 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.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) + + +### Features + +* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468) + + + + + ## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) diff --git a/packages/core/package.json b/packages/core/package.json index 46d546188..84c47e44c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/core", - "version": "1.0.1", + "version": "1.1.0", "description": "Core code for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/indicators/CHANGELOG.md b/packages/indicators/CHANGELOG.md index 52eda9b58..45b4a2876 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.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) + + +### Features + +* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468) + + + + + # [1.0.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.16...v1.0.0) (2020-12-30) diff --git a/packages/indicators/package.json b/packages/indicators/package.json index 492af8c73..2620d4535 100644 --- a/packages/indicators/package.json +++ b/packages/indicators/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/indicators", - "version": "1.0.0", + "version": "1.1.0", "description": "Indicators for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/interactive/CHANGELOG.md b/packages/interactive/CHANGELOG.md index df8dca918..18503eb13 100644 --- a/packages/interactive/CHANGELOG.md +++ b/packages/interactive/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.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) + + +### Features + +* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468) + + + + + ## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) **Note:** Version bump only for package @react-financial-charts/interactive diff --git a/packages/interactive/package.json b/packages/interactive/package.json index 8884b9729..56ac68c7f 100644 --- a/packages/interactive/package.json +++ b/packages/interactive/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/interactive", - "version": "1.0.1", + "version": "1.1.0", "description": "Interactive features for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/scales/CHANGELOG.md b/packages/scales/CHANGELOG.md index 3d8fb4580..49cc1cc7a 100644 --- a/packages/scales/CHANGELOG.md +++ b/packages/scales/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.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) + + +### Features + +* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468) + + + + + ## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) **Note:** Version bump only for package @react-financial-charts/scales diff --git a/packages/scales/package.json b/packages/scales/package.json index cd9fa8e2c..76e3f2502 100644 --- a/packages/scales/package.json +++ b/packages/scales/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/scales", - "version": "1.0.1", + "version": "1.1.0", "description": "Scales for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/series/CHANGELOG.md b/packages/series/CHANGELOG.md index b9db26625..428512d3f 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.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) + + +### Bug Fixes + +* **series:** fixing volume profile series ([584dd26](https://github.com/reactivemarkets/react-financial-charts/commit/584dd26a074756685d13ac2085667491d3b30899)), closes [#418](https://github.com/reactivemarkets/react-financial-charts/issues/418) + + +### Features + +* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468) + + + + + ## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) **Note:** Version bump only for package @react-financial-charts/series diff --git a/packages/series/package.json b/packages/series/package.json index ec3ed6f21..ce0f59a10 100644 --- a/packages/series/package.json +++ b/packages/series/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/series", - "version": "1.0.1", + "version": "1.1.0", "description": "Series for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/stories/CHANGELOG.md b/packages/stories/CHANGELOG.md index 6f9af5ba5..276fb36c7 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.1.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) + + +### Bug Fixes + +* **series:** fixing volume profile series ([584dd26](https://github.com/markmcdowell/react-financial-charts/commit/584dd26a074756685d13ac2085667491d3b30899)), closes [#418](https://github.com/markmcdowell/react-financial-charts/issues/418) + + +### Features + +* adding react 17 as peer dependency ([569209b](https://github.com/markmcdowell/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/markmcdowell/react-financial-charts/issues/468) + + + + + ## [1.0.1](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) **Note:** Version bump only for package @react-financial-charts/stories diff --git a/packages/stories/package.json b/packages/stories/package.json index 31707b66d..38c34bbce 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "1.0.1", + "version": "1.1.0", "description": "Stories for react financial charts", "private": true, "author": "Reactive Markets", diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index a25155fb8..32eaf32b1 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.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) + + +### Features + +* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468) + + + + + ## [1.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) **Note:** Version bump only for package @react-financial-charts/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 8590f9c55..11b56f118 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/tooltip", - "version": "1.0.1", + "version": "1.1.0", "description": "Tooltips for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 2bfb59ab3..12307d9aa 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.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) + + +### Features + +* adding react 17 as peer dependency ([569209b](https://github.com/reactivemarkets/react-financial-charts/commit/569209b6eb00f3c93eae1b5a9e4f014c055c93c7)), closes [#468](https://github.com/reactivemarkets/react-financial-charts/issues/468) + + + + + # [1.0.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.16...v1.0.0) (2020-12-30) diff --git a/packages/utils/package.json b/packages/utils/package.json index dde775a4d..40d5ef754 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/utils", - "version": "1.0.0", + "version": "1.1.0", "description": "Utils for react-financial-charts", "publishConfig": { "access": "public"