From 929ba3838c909b1366c7f5007a58181db520b474 Mon Sep 17 00:00:00 2001 From: Mark McDowell Date: Sun, 23 May 2021 22:36:21 +0100 Subject: [PATCH] chore(release): publish 1.3.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 | 8 ++++++++ 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, 163 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 193e68896..18687a28f 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.3.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) + + +### Bug Fixes + +* adding module to type property in package.json ([1359ac6](https://github.com/markmcdowell/react-financial-charts/commit/1359ac6e93d9638792c7bb478bba5fe1e5484a82)), closes [#520](https://github.com/markmcdowell/react-financial-charts/issues/520) + + +### Features + +* **series:** provide a fillStyle factory option for the AreaSeries ([b1249fa](https://github.com/markmcdowell/react-financial-charts/commit/b1249fabbd8b96f120901ba2454cdb569c38a314)) + + + + + ## [1.2.2](https://github.com/markmcdowell/react-financial-charts/compare/v1.2.1...v1.2.2) (2021-04-30) diff --git a/lerna.json b/lerna.json index c128814e4..b9de13e1b 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.2.2", + "version": "1.3.0", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/annotations/CHANGELOG.md b/packages/annotations/CHANGELOG.md index 6a5200402..d22655716 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.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) + + +### Bug Fixes + +* adding module to type property in package.json ([1359ac6](https://github.com/reactivemarkets/react-financial-charts/commit/1359ac6e93d9638792c7bb478bba5fe1e5484a82)), closes [#520](https://github.com/reactivemarkets/react-financial-charts/issues/520) + + + + + ## [1.2.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.0...v1.2.1) (2021-04-27) diff --git a/packages/annotations/package.json b/packages/annotations/package.json index 33319795e..8100b70cc 100644 --- a/packages/annotations/package.json +++ b/packages/annotations/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/annotations", - "version": "1.2.1", + "version": "1.3.0", "description": "Annotations for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/axes/CHANGELOG.md b/packages/axes/CHANGELOG.md index e665ca271..6e96cbf35 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.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) + + +### Bug Fixes + +* adding module to type property in package.json ([1359ac6](https://github.com/reactivemarkets/react-financial-charts/commit/1359ac6e93d9638792c7bb478bba5fe1e5484a82)), closes [#520](https://github.com/reactivemarkets/react-financial-charts/issues/520) + + + + + # [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) diff --git a/packages/axes/package.json b/packages/axes/package.json index d30ac9d83..ca62118aa 100644 --- a/packages/axes/package.json +++ b/packages/axes/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/axes", - "version": "1.1.0", + "version": "1.3.0", "description": "Axes for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index f53c3f2e1..184ccd8a1 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.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) + + +### Bug Fixes + +* adding module to type property in package.json ([1359ac6](https://github.com/reactivemarkets/react-financial-charts/commit/1359ac6e93d9638792c7bb478bba5fe1e5484a82)), closes [#520](https://github.com/reactivemarkets/react-financial-charts/issues/520) + + + + + ## [1.2.2](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.1...v1.2.2) (2021-04-30) **Note:** Version bump only for package react-financial-charts diff --git a/packages/charts/package.json b/packages/charts/package.json index 1beba82aa..2b2f69822 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "1.2.2", + "version": "1.3.0", "description": "React charts specific to finance.", "type": "module", "main": "./lib/index.js", diff --git a/packages/coordinates/CHANGELOG.md b/packages/coordinates/CHANGELOG.md index 50f2dc8b6..0131705e0 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.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) + + +### Bug Fixes + +* adding module to type property in package.json ([1359ac6](https://github.com/reactivemarkets/react-financial-charts/commit/1359ac6e93d9638792c7bb478bba5fe1e5484a82)), closes [#520](https://github.com/reactivemarkets/react-financial-charts/issues/520) + + + + + # [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) diff --git a/packages/coordinates/package.json b/packages/coordinates/package.json index ccea5a481..127b9824d 100644 --- a/packages/coordinates/package.json +++ b/packages/coordinates/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/coordinates", - "version": "1.1.0", + "version": "1.3.0", "description": "Coordinates for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index df3941c93..cdb8a1e95 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.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) + + +### Bug Fixes + +* adding module to type property in package.json ([1359ac6](https://github.com/reactivemarkets/react-financial-charts/commit/1359ac6e93d9638792c7bb478bba5fe1e5484a82)), closes [#520](https://github.com/reactivemarkets/react-financial-charts/issues/520) + + + + + # [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) diff --git a/packages/core/package.json b/packages/core/package.json index 5eb9e61d6..efaeb7a9f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/core", - "version": "1.1.0", + "version": "1.3.0", "description": "Core code for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/indicators/CHANGELOG.md b/packages/indicators/CHANGELOG.md index 45b4a2876..fecb02c53 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.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) + + +### Bug Fixes + +* adding module to type property in package.json ([1359ac6](https://github.com/reactivemarkets/react-financial-charts/commit/1359ac6e93d9638792c7bb478bba5fe1e5484a82)), closes [#520](https://github.com/reactivemarkets/react-financial-charts/issues/520) + + + + + # [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) diff --git a/packages/indicators/package.json b/packages/indicators/package.json index 8ae4cb98a..562a9e33c 100644 --- a/packages/indicators/package.json +++ b/packages/indicators/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/indicators", - "version": "1.1.0", + "version": "1.3.0", "description": "Indicators for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/interactive/CHANGELOG.md b/packages/interactive/CHANGELOG.md index 788ff4ad9..2a8835fe2 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.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) + + +### Bug Fixes + +* adding module to type property in package.json ([1359ac6](https://github.com/reactivemarkets/react-financial-charts/commit/1359ac6e93d9638792c7bb478bba5fe1e5484a82)), closes [#520](https://github.com/reactivemarkets/react-financial-charts/issues/520) + + + + + ## [1.2.2](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.1...v1.2.2) (2021-04-30) diff --git a/packages/interactive/package.json b/packages/interactive/package.json index ae928b6d1..4904bcdb1 100644 --- a/packages/interactive/package.json +++ b/packages/interactive/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/interactive", - "version": "1.2.2", + "version": "1.3.0", "description": "Interactive features for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/scales/CHANGELOG.md b/packages/scales/CHANGELOG.md index 49cc1cc7a..b04a06f9d 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.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) + + +### Bug Fixes + +* adding module to type property in package.json ([1359ac6](https://github.com/reactivemarkets/react-financial-charts/commit/1359ac6e93d9638792c7bb478bba5fe1e5484a82)), closes [#520](https://github.com/reactivemarkets/react-financial-charts/issues/520) + + + + + # [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) diff --git a/packages/scales/package.json b/packages/scales/package.json index b06e62881..4466d8c39 100644 --- a/packages/scales/package.json +++ b/packages/scales/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/scales", - "version": "1.1.0", + "version": "1.3.0", "description": "Scales for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/series/CHANGELOG.md b/packages/series/CHANGELOG.md index 71889a324..4438e27f9 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.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) + + +### Bug Fixes + +* adding module to type property in package.json ([1359ac6](https://github.com/reactivemarkets/react-financial-charts/commit/1359ac6e93d9638792c7bb478bba5fe1e5484a82)), closes [#520](https://github.com/reactivemarkets/react-financial-charts/issues/520) + + +### Features + +* **series:** provide a fillStyle factory option for the AreaSeries ([b1249fa](https://github.com/reactivemarkets/react-financial-charts/commit/b1249fabbd8b96f120901ba2454cdb569c38a314)) + + + + + # [1.2.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.1.0...v1.2.0) (2021-04-26) diff --git a/packages/series/package.json b/packages/series/package.json index 426ca3935..3f41bdb7a 100644 --- a/packages/series/package.json +++ b/packages/series/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/series", - "version": "1.2.0", + "version": "1.3.0", "description": "Series for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/stories/CHANGELOG.md b/packages/stories/CHANGELOG.md index fe39a66ab..ac68711fc 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.3.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) + +**Note:** Version bump only for package @react-financial-charts/stories + + + + + ## [1.2.2](https://github.com/markmcdowell/react-financial-charts/compare/v1.2.1...v1.2.2) (2021-04-30) diff --git a/packages/stories/package.json b/packages/stories/package.json index 5e6ce5467..eb840c8a2 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "1.2.2", + "version": "1.3.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 32eaf32b1..aee4e1e7c 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.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) + + +### Bug Fixes + +* adding module to type property in package.json ([1359ac6](https://github.com/reactivemarkets/react-financial-charts/commit/1359ac6e93d9638792c7bb478bba5fe1e5484a82)), closes [#520](https://github.com/reactivemarkets/react-financial-charts/issues/520) + + + + + # [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index c190c78b8..7eca9c78f 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/tooltip", - "version": "1.1.0", + "version": "1.3.0", "description": "Tooltips for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 12307d9aa..5eb7d9950 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.3.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.2...v1.3.0) (2021-05-23) + + +### Bug Fixes + +* adding module to type property in package.json ([1359ac6](https://github.com/reactivemarkets/react-financial-charts/commit/1359ac6e93d9638792c7bb478bba5fe1e5484a82)), closes [#520](https://github.com/reactivemarkets/react-financial-charts/issues/520) + + + + + # [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) diff --git a/packages/utils/package.json b/packages/utils/package.json index 81f40bfa8..33e663e72 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/utils", - "version": "1.1.0", + "version": "1.3.0", "description": "Utils for react-financial-charts", "publishConfig": { "access": "public"