From 79f12050fcf68a908d79fabcde66b74eaecebd95 Mon Sep 17 00:00:00 2001 From: Mark McDowell Date: Sat, 14 Sep 2019 23:20:09 +0100 Subject: [PATCH] chore(release): publish 0.2.1 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/charts/CHANGELOG.md | 12 ++++++++++++ packages/charts/package.json | 2 +- packages/stories/CHANGELOG.md | 8 ++++++++ packages/stories/package.json | 2 +- 6 files changed, 35 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b405bd5d..0949a0562 100644 --- a/CHANGELOG.md +++ b/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. +## [0.2.1](https://github.com/markmcdowell/react-financial-charts/compare/v0.2.0...v0.2.1) (2019-09-14) + + +### Bug Fixes + +* **bollinger:** correcting props ([91d7f60](https://github.com/markmcdowell/react-financial-charts/commit/91d7f60)) +* **ohlc:** correcting props ([86bb4b2](https://github.com/markmcdowell/react-financial-charts/commit/86bb4b2)) + + + + + # [0.2.0](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.5...v0.2.0) (2019-09-12) diff --git a/lerna.json b/lerna.json index cb52788ef..2df797f70 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.2.0", + "version": "0.2.1", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 07e513f02..3dc3f9381 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/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. +## [0.2.1](https://github.com/reactivemarkets/react-financial-charts/compare/v0.2.0...v0.2.1) (2019-09-14) + + +### Bug Fixes + +* **bollinger:** correcting props ([91d7f60](https://github.com/reactivemarkets/react-financial-charts/commit/91d7f60)) +* **ohlc:** correcting props ([86bb4b2](https://github.com/reactivemarkets/react-financial-charts/commit/86bb4b2)) + + + + + # [0.2.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.5...v0.2.0) (2019-09-12) diff --git a/packages/charts/package.json b/packages/charts/package.json index 610d99fa7..15ca8cc45 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "0.2.0", + "version": "0.2.1", "description": "React charts specific to finance.", "main": "./lib/index.js", "typings": "./lib/index.d.ts", diff --git a/packages/stories/CHANGELOG.md b/packages/stories/CHANGELOG.md index 4917a0b09..d9ec2b44a 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. +## [0.2.1](https://github.com/markmcdowell/react-financial-charts/compare/v0.2.0...v0.2.1) (2019-09-14) + +**Note:** Version bump only for package @react-financial-charts/stories + + + + + # [0.2.0](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.5...v0.2.0) (2019-09-12) **Note:** Version bump only for package @react-financial-charts/stories diff --git a/packages/stories/package.json b/packages/stories/package.json index c1d363b1c..c52a40f67 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "0.2.0", + "version": "0.2.1", "description": "Stories for react financial charts", "private": true, "author": "reactivemarkets",