From b41ad206c6ce377ba655af3a3758c3f15655bc56 Mon Sep 17 00:00:00 2001 From: Mark McDowell Date: Fri, 1 Jan 2021 16:01:24 +0000 Subject: [PATCH] chore(release): publish 1.0.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/annotations/CHANGELOG.md | 8 ++++++++ packages/annotations/package.json | 2 +- packages/axes/CHANGELOG.md | 8 ++++++++ packages/axes/package.json | 2 +- packages/charts/CHANGELOG.md | 8 ++++++++ packages/charts/package.json | 2 +- packages/coordinates/CHANGELOG.md | 8 ++++++++ packages/coordinates/package.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/interactive/CHANGELOG.md | 8 ++++++++ packages/interactive/package.json | 2 +- packages/scales/CHANGELOG.md | 8 ++++++++ packages/scales/package.json | 2 +- packages/series/CHANGELOG.md | 8 ++++++++ packages/series/package.json | 2 +- packages/stories/CHANGELOG.md | 8 ++++++++ packages/stories/package.json | 2 +- packages/tooltip/CHANGELOG.md | 8 ++++++++ packages/tooltip/package.json | 2 +- 22 files changed, 105 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7a75246..b2dfee6f4 100644 --- a/CHANGELOG.md +++ b/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.1](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) + + +### Bug Fixes + +* **core:** bug with panning on mobiles ([db34691](https://github.com/markmcdowell/react-financial-charts/commit/db34691d2bf8eb00277d6653034b3541bc75940d)), closes [#459](https://github.com/markmcdowell/react-financial-charts/issues/459) + + + + + # [1.0.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.16...v1.0.0) (2020-12-30) diff --git a/lerna.json b/lerna.json index d50a955ae..9c1a82cb5 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.0.0", + "version": "1.0.1", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/annotations/CHANGELOG.md b/packages/annotations/CHANGELOG.md index 0c27ec4a5..4363ab62b 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.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 + + + + + # [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/annotations/package.json b/packages/annotations/package.json index de31760aa..ca1845d94 100644 --- a/packages/annotations/package.json +++ b/packages/annotations/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/annotations", - "version": "1.0.0", + "version": "1.0.1", "description": "Annotations for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/axes/CHANGELOG.md b/packages/axes/CHANGELOG.md index 87ea82009..3076dca34 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.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 + + + + + # [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/axes/package.json b/packages/axes/package.json index fd4b20e66..9ea5605b6 100644 --- a/packages/axes/package.json +++ b/packages/axes/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/axes", - "version": "1.0.0", + "version": "1.0.1", "description": "Axes for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 22eb19c41..613f943bc 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.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 + + + + + # [1.0.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0-alpha.16...v1.0.0) (2020-12-30) **Note:** Version bump only for package react-financial-charts diff --git a/packages/charts/package.json b/packages/charts/package.json index d1d127887..3b6568e15 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "1.0.0", + "version": "1.0.1", "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 5b7719008..66116eca3 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.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 + + + + + # [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/coordinates/package.json b/packages/coordinates/package.json index 6c8cf2d8e..18835bb00 100644 --- a/packages/coordinates/package.json +++ b/packages/coordinates/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/coordinates", - "version": "1.0.0", + "version": "1.0.1", "description": "Coordinates for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5e378278b..00e127362 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.0.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.0...v1.0.1) (2021-01-01) + + +### Bug Fixes + +* **core:** bug with panning on mobiles ([db34691](https://github.com/reactivemarkets/react-financial-charts/commit/db34691d2bf8eb00277d6653034b3541bc75940d)), closes [#459](https://github.com/reactivemarkets/react-financial-charts/issues/459) + + + + + # [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/core/package.json b/packages/core/package.json index cfa3ba02d..3735bfbb2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/core", - "version": "1.0.0", + "version": "1.0.1", "description": "Core code for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/interactive/CHANGELOG.md b/packages/interactive/CHANGELOG.md index 26fd865ce..df8dca918 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.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 + + + + + # [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/interactive/package.json b/packages/interactive/package.json index 604329188..63fd18718 100644 --- a/packages/interactive/package.json +++ b/packages/interactive/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/interactive", - "version": "1.0.0", + "version": "1.0.1", "description": "Interactive features for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/scales/CHANGELOG.md b/packages/scales/CHANGELOG.md index 554af1507..3d8fb4580 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.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 + + + + + # [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/scales/package.json b/packages/scales/package.json index b2eec391c..e3794b77e 100644 --- a/packages/scales/package.json +++ b/packages/scales/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/scales", - "version": "1.0.0", + "version": "1.0.1", "description": "Scales for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/series/CHANGELOG.md b/packages/series/CHANGELOG.md index 906222d21..b9db26625 100644 --- a/packages/series/CHANGELOG.md +++ b/packages/series/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.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 + + + + + # [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/series/package.json b/packages/series/package.json index 64497b118..e26604f48 100644 --- a/packages/series/package.json +++ b/packages/series/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/series", - "version": "1.0.0", + "version": "1.0.1", "description": "Series for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/stories/CHANGELOG.md b/packages/stories/CHANGELOG.md index 3e2362f2e..6f9af5ba5 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.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 + + + + + # [1.0.0](https://github.com/markmcdowell/react-financial-charts/compare/v1.0.0-alpha.16...v1.0.0) (2020-12-30) diff --git a/packages/stories/package.json b/packages/stories/package.json index 5ae02e2e5..19f54ba0c 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "1.0.0", + "version": "1.0.1", "description": "Stories for react financial charts", "private": true, "author": "Reactive Markets", diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 8d0aa6195..a25155fb8 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.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 + + + + + # [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/tooltip/package.json b/packages/tooltip/package.json index 7f80a7bd2..15aaee35a 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/tooltip", - "version": "1.0.0", + "version": "1.0.1", "description": "Tooltips for react-financial-charts", "publishConfig": { "access": "public"