Skip to content

Commit

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

## [0.4.1](https://github.com/markmcdowell/react-financial-charts/compare/v0.4.0...v0.4.1) (2019-12-17)


### Bug Fixes

* **charts:** getXTicks is incorrectly doing a greater than ([80e5739](https://github.com/markmcdowell/react-financial-charts/commit/80e5739f3c3c2aff1bfbe310e3f74c71f50a3058))
* **charts:** including src folder in the package for source maps ([632a699](https://github.com/markmcdowell/react-financial-charts/commit/632a699e003363df8737a7fa5214707b6a70cc24))





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


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

## [0.4.1](https://github.com/reactivemarkets/react-financial-charts/compare/v0.4.0...v0.4.1) (2019-12-17)


### Bug Fixes

* **charts:** getXTicks is incorrectly doing a greater than ([80e5739](https://github.com/reactivemarkets/react-financial-charts/commit/80e5739f3c3c2aff1bfbe310e3f74c71f50a3058))
* **charts:** including src folder in the package for source maps ([632a699](https://github.com/reactivemarkets/react-financial-charts/commit/632a699e003363df8737a7fa5214707b6a70cc24))





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


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.4.0",
"version": "0.4.1",
"description": "React charts specific to finance.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/stories/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1](https://github.com/markmcdowell/react-financial-charts/compare/v0.4.0...v0.4.1) (2019-12-17)

**Note:** Version bump only for package @react-financial-charts/stories





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


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

0 comments on commit 2a017a3

Please sign in to comment.