Skip to content

Commit

Permalink
chore(release): publish 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Sep 8, 2019
1 parent cbc3ced commit 79b6b7f
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.0",
"version": "0.1.0",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/stories/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/stories/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 79b6b7f

Please sign in to comment.