From 79b6b7f83fcd7388fe3fc80ce4076d9b3537ad15 Mon Sep 17 00:00:00 2001 From: Mark McDowell Date: Sun, 8 Sep 2019 22:46:05 +0100 Subject: [PATCH] chore(release): publish 0.1.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ lerna.json | 2 +- packages/charts/CHANGELOG.md | 11 +++++++++++ packages/charts/package.json | 2 +- packages/stories/CHANGELOG.md | 11 +++++++++++ packages/stories/package.json | 2 +- 6 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 packages/charts/CHANGELOG.md create mode 100644 packages/stories/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..36311ce7f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2019-09-08) + + +### Bug Fixes + +* correcting color rendering for SAR svg ([660b9f4](https://github.com/markmcdowell/react-financial-charts/commit/660b9f4)) +* correcting sliding window implmentation ([abcd953](https://github.com/markmcdowell/react-financial-charts/commit/abcd953)) +* disabling passive scrolling for mouse wheel ([7efbcba](https://github.com/markmcdowell/react-financial-charts/commit/7efbcba)) +* fixing axis zoom ([afc8778](https://github.com/markmcdowell/react-financial-charts/commit/afc8778)) +* fixing various issues with drawing ([357227c](https://github.com/markmcdowell/react-financial-charts/commit/357227c)) +* **candlestick:** candles should have a minimum height of 1 ([8a37874](https://github.com/markmcdowell/react-financial-charts/commit/8a37874)) +* removing readme from examples package ([079b6c2](https://github.com/markmcdowell/react-financial-charts/commit/079b6c2)) + + +### Features + +* adding support for rgab, color and hex ([df1ad7c](https://github.com/markmcdowell/react-financial-charts/commit/df1ad7c)) +* initial conversion to typescript ([9666923](https://github.com/markmcdowell/react-financial-charts/commit/9666923)) +* moving examples to storybook ([3ce0955](https://github.com/markmcdowell/react-financial-charts/commit/3ce0955)) diff --git a/lerna.json b/lerna.json index 7db6a1674..15b483ad1 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.0.0", + "version": "0.1.0", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md new file mode 100644 index 000000000..ec761bb9b --- /dev/null +++ b/packages/charts/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2019-09-08) + + +### Features + +* moving examples to storybook ([3ce0955](https://gitlab.com/reactivemarkets/react-financial-charts/commit/3ce0955)) diff --git a/packages/charts/package.json b/packages/charts/package.json index 9c5c8032d..b33922da1 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "0.0.0", + "version": "0.1.0", "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 new file mode 100644 index 000000000..7e03bca05 --- /dev/null +++ b/packages/stories/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2019-09-08) + + +### Features + +* moving examples to storybook ([3ce0955](https://github.com/markmcdowell/react-financial-charts/commit/3ce0955)) diff --git a/packages/stories/package.json b/packages/stories/package.json index 128ccf032..75747ea87 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "0.0.0", + "version": "0.1.0", "description": "Stories for react financial charts", "private": true, "author": "reactivemarkets",