Skip to content

Commit

Permalink
chore(release): publish 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowell committed Oct 17, 2021
1 parent b7201f8 commit 5243344
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.2](https://github.com/markmcdowell/react-financial-charts/compare/v1.3.1...v1.3.2) (2021-10-17)


### Bug Fixes

* **series:** fixing bug in CandlestickSeries ([b7201f8](https://github.com/markmcdowell/react-financial-charts/commit/b7201f882b36671400bae6ab79d6ef3ef65b9b69)), closes [#594](https://github.com/markmcdowell/react-financial-charts/issues/594)
* do not round offset anymore ([2dc53ee](https://github.com/markmcdowell/react-financial-charts/commit/2dc53ee59056a617dd9c95b114c36ed7f0d89ab1))
* remove rounding of x-axis location ([5cf2c13](https://github.com/markmcdowell/react-financial-charts/commit/5cf2c1389c5d7364d6241f3c83b0a37ba445cf5f))
* remove rounding of x-axis location ([64e893f](https://github.com/markmcdowell/react-financial-charts/commit/64e893fb3a2d1c2b3f430b90572784f5c8fe02fa))
* stop rounding offset ([7944b2d](https://github.com/markmcdowell/react-financial-charts/commit/7944b2d4dd66ccfda459011f33ba08c01db1b561))





## [1.3.1](https://github.com/markmcdowell/react-financial-charts/compare/v1.3.0...v1.3.1) (2021-06-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": "1.3.1",
"version": "1.3.2",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/charts/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.

## [1.3.2](https://github.com/reactivemarkets/react-financial-charts/compare/v1.3.1...v1.3.2) (2021-10-17)

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





## [1.3.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.3.0...v1.3.1) (2021-06-16)

**Note:** Version bump only for package react-financial-charts
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": "1.3.1",
"version": "1.3.2",
"description": "React charts specific to finance.",
"type": "module",
"main": "./lib/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/series/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.2](https://github.com/reactivemarkets/react-financial-charts/compare/v1.3.1...v1.3.2) (2021-10-17)


### Bug Fixes

* **series:** fixing bug in CandlestickSeries ([b7201f8](https://github.com/reactivemarkets/react-financial-charts/commit/b7201f882b36671400bae6ab79d6ef3ef65b9b69)), closes [#594](https://github.com/reactivemarkets/react-financial-charts/issues/594)
* do not round offset anymore ([2dc53ee](https://github.com/reactivemarkets/react-financial-charts/commit/2dc53ee59056a617dd9c95b114c36ed7f0d89ab1))
* remove rounding of x-axis location ([5cf2c13](https://github.com/reactivemarkets/react-financial-charts/commit/5cf2c1389c5d7364d6241f3c83b0a37ba445cf5f))
* remove rounding of x-axis location ([64e893f](https://github.com/reactivemarkets/react-financial-charts/commit/64e893fb3a2d1c2b3f430b90572784f5c8fe02fa))
* stop rounding offset ([7944b2d](https://github.com/reactivemarkets/react-financial-charts/commit/7944b2d4dd66ccfda459011f33ba08c01db1b561))





## [1.3.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.3.0...v1.3.1) (2021-06-16)

**Note:** Version bump only for package @react-financial-charts/series
Expand Down
2 changes: 1 addition & 1 deletion packages/series/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-financial-charts/series",
"version": "1.3.1",
"version": "1.3.2",
"description": "Series for react-financial-charts",
"publishConfig": {
"access": "public"
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.

## [1.3.2](https://github.com/markmcdowell/react-financial-charts/compare/v1.3.1...v1.3.2) (2021-10-17)

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





## [1.3.1](https://github.com/markmcdowell/react-financial-charts/compare/v1.3.0...v1.3.1) (2021-06-16)

**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": "1.3.1",
"version": "1.3.2",
"description": "Stories for react financial charts",
"private": true,
"author": "Reactive Markets",
Expand Down

0 comments on commit 5243344

Please sign in to comment.