Skip to content

Commit

Permalink
chore(release): publish 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Dec 16, 2019
1 parent 94efee1 commit 5b90209
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/markmcdowell/react-financial-charts/compare/v0.3.3...v0.4.0) (2019-12-16)


### Bug Fixes

* **charts:** edge coordinates can now use rectWidth ([5b0a20b](https://github.com/markmcdowell/react-financial-charts/commit/5b0a20b6858f2cbbc915c2980275cdb73f568556))
* **charts:** fixing coordinates component props ([1fca524](https://github.com/markmcdowell/react-financial-charts/commit/1fca5244173bea5438a19eac061df9e0505fe246))
* **charts:** modifying axis ticks based on height and width ([94efee1](https://github.com/markmcdowell/react-financial-charts/commit/94efee14467d663caf2f04eddeb52e0cae2701d7))


### Features

* **charts:** updated zoom buttons styling ([d3c1bbb](https://github.com/markmcdowell/react-financial-charts/commit/d3c1bbb9eea624aead45684ca2cbbfca0cccdb5f))





## [0.3.3](https://github.com/markmcdowell/react-financial-charts/compare/v0.3.2...v0.3.3) (2019-11-27)


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

# [0.4.0](https://github.com/reactivemarkets/react-financial-charts/compare/v0.3.3...v0.4.0) (2019-12-16)


### Bug Fixes

* **charts:** edge coordinates can now use rectWidth ([5b0a20b](https://github.com/reactivemarkets/react-financial-charts/commit/5b0a20b6858f2cbbc915c2980275cdb73f568556))
* **charts:** fixing coordinates component props ([1fca524](https://github.com/reactivemarkets/react-financial-charts/commit/1fca5244173bea5438a19eac061df9e0505fe246))
* **charts:** modifying axis ticks based on height and width ([94efee1](https://github.com/reactivemarkets/react-financial-charts/commit/94efee14467d663caf2f04eddeb52e0cae2701d7))


### Features

* **charts:** updated zoom buttons styling ([d3c1bbb](https://github.com/reactivemarkets/react-financial-charts/commit/d3c1bbb9eea624aead45684ca2cbbfca0cccdb5f))





## [0.3.3](https://github.com/reactivemarkets/react-financial-charts/compare/v0.3.2...v0.3.3) (2019-11-27)


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.3.3",
"version": "0.4.0",
"description": "React charts specific to finance.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/stories/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/markmcdowell/react-financial-charts/compare/v0.3.3...v0.4.0) (2019-12-16)


### Bug Fixes

* **charts:** edge coordinates can now use rectWidth ([5b0a20b](https://github.com/markmcdowell/react-financial-charts/commit/5b0a20b6858f2cbbc915c2980275cdb73f568556))
* **charts:** modifying axis ticks based on height and width ([94efee1](https://github.com/markmcdowell/react-financial-charts/commit/94efee14467d663caf2f04eddeb52e0cae2701d7))


### Features

* **charts:** updated zoom buttons styling ([d3c1bbb](https://github.com/markmcdowell/react-financial-charts/commit/d3c1bbb9eea624aead45684ca2cbbfca0cccdb5f))





## [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
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.3.3",
"version": "0.4.0",
"description": "Stories for react financial charts",
"private": true,
"author": "reactivemarkets",
Expand Down

0 comments on commit 5b90209

Please sign in to comment.