From 8d07f1b014f5018bb9bfc5db64d0667f331ec887 Mon Sep 17 00:00:00 2001 From: Mark McDowell Date: Wed, 27 Nov 2019 21:45:31 +0000 Subject: [PATCH] chore(release): publish 0.3.3 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/charts/CHANGELOG.md | 11 +++++++++++ packages/charts/package.json | 2 +- packages/stories/CHANGELOG.md | 8 ++++++++ packages/stories/package.json | 2 +- 6 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 071839523..3620037b7 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. +## [0.3.3](https://github.com/markmcdowell/react-financial-charts/compare/v0.3.2...v0.3.3) (2019-11-27) + + +### Bug Fixes + +* **charts:** updating default time formats ([6670952](https://github.com/markmcdowell/react-financial-charts/commit/667095253dda726de9de0d93fc71ea830fcecab6)) + + + + + ## [0.3.2](https://github.com/markmcdowell/react-financial-charts/compare/v0.3.1...v0.3.2) (2019-11-21) diff --git a/lerna.json b/lerna.json index eb870b136..ad2598c48 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.3.2", + "version": "0.3.3", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index 9a019ab45..ebeef7ba6 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. +## [0.3.3](https://github.com/reactivemarkets/react-financial-charts/compare/v0.3.2...v0.3.3) (2019-11-27) + + +### Bug Fixes + +* **charts:** updating default time formats ([6670952](https://github.com/reactivemarkets/react-financial-charts/commit/667095253dda726de9de0d93fc71ea830fcecab6)) + + + + + ## [0.3.2](https://github.com/reactivemarkets/react-financial-charts/compare/v0.3.1...v0.3.2) (2019-11-21) **Note:** Version bump only for package react-financial-charts diff --git a/packages/charts/package.json b/packages/charts/package.json index ddf8a87c3..56b97638e 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "0.3.2", + "version": "0.3.3", "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 0a251db58..60027bf67 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.3.3](https://github.com/markmcdowell/react-financial-charts/compare/v0.3.2...v0.3.3) (2019-11-27) + +**Note:** Version bump only for package @react-financial-charts/stories + + + + + ## [0.3.2](https://github.com/markmcdowell/react-financial-charts/compare/v0.3.1...v0.3.2) (2019-11-21) **Note:** Version bump only for package @react-financial-charts/stories diff --git a/packages/stories/package.json b/packages/stories/package.json index 82663a077..fc5922b53 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "0.3.2", + "version": "0.3.3", "description": "Stories for react financial charts", "private": true, "author": "reactivemarkets",