Skip to content

Commit

Permalink
chore(release): publish 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Sep 11, 2019
1 parent 1fb27fc commit 064caf6
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.5](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.4...v0.1.5) (2019-09-11)


### Bug Fixes

* **axis:** adding strokeOpacity and missing props ([7870a36](https://github.com/markmcdowell/react-financial-charts/commit/7870a36)), closes [#29](https://github.com/markmcdowell/react-financial-charts/issues/29)
* **axis:** axisAt and orient now have defaults ([509fab1](https://github.com/markmcdowell/react-financial-charts/commit/509fab1)), closes [#31](https://github.com/markmcdowell/react-financial-charts/issues/31)
* **colors:** alpha channel is now used if rgba is used ([0c3e2d5](https://github.com/markmcdowell/react-financial-charts/commit/0c3e2d5)), closes [#27](https://github.com/markmcdowell/react-financial-charts/issues/27)
* **coordinates:** updating default fill to [#37474](https://github.com/markmcdowell/react-financial-charts/issues/37474)F ([7b8362a](https://github.com/markmcdowell/react-financial-charts/commit/7b8362a)), closes [#30](https://github.com/markmcdowell/react-financial-charts/issues/30)





## [0.1.4](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.3...v0.1.4) (2019-09-10)


Expand Down
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.1.4",
"version": "0.1.5",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
Expand Down
14 changes: 14 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.5](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.4...v0.1.5) (2019-09-11)


### Bug Fixes

* **axis:** adding strokeOpacity and missing props ([7870a36](https://github.com/reactivemarkets/react-financial-charts/commit/7870a36)), closes [#29](https://github.com/reactivemarkets/react-financial-charts/issues/29)
* **axis:** axisAt and orient now have defaults ([509fab1](https://github.com/reactivemarkets/react-financial-charts/commit/509fab1)), closes [#31](https://github.com/reactivemarkets/react-financial-charts/issues/31)
* **colors:** alpha channel is now used if rgba is used ([0c3e2d5](https://github.com/reactivemarkets/react-financial-charts/commit/0c3e2d5)), closes [#27](https://github.com/reactivemarkets/react-financial-charts/issues/27)
* **coordinates:** updating default fill to [#37474](https://github.com/reactivemarkets/react-financial-charts/issues/37474)F ([7b8362a](https://github.com/reactivemarkets/react-financial-charts/commit/7b8362a)), closes [#30](https://github.com/reactivemarkets/react-financial-charts/issues/30)





## [0.1.4](https://github.com/reactivemarkets/react-financial-charts/compare/v0.1.3...v0.1.4) (2019-09-10)


Expand Down
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.1.4",
"version": "0.1.5",
"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
Expand Up @@ -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.1.5](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.4...v0.1.5) (2019-09-11)


### Bug Fixes

* **axis:** axisAt and orient now have defaults ([509fab1](https://github.com/markmcdowell/react-financial-charts/commit/509fab1)), closes [#31](https://github.com/markmcdowell/react-financial-charts/issues/31)





## [0.1.4](https://github.com/markmcdowell/react-financial-charts/compare/v0.1.3...v0.1.4) (2019-09-10)

**Note:** Version bump only for package @react-financial-charts/stories
Expand Down
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.1.4",
"version": "0.1.5",
"description": "Stories for react financial charts",
"private": true,
"author": "reactivemarkets",
Expand Down

0 comments on commit 064caf6

Please sign in to comment.