diff --git a/CHANGELOG.md b/CHANGELOG.md index d7bc8c772..193e68896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [1.2.2](https://github.com/markmcdowell/react-financial-charts/compare/v1.2.1...v1.2.2) (2021-04-30) + + +### Bug Fixes + +* **interactive:** correcting props on TrendLine ([95cbb8e](https://github.com/markmcdowell/react-financial-charts/commit/95cbb8e1a2f075969815d7ecfaaa8f2251fd4f84)) +* **stories:** adding showTicks={false} to XAxis in StockChart ([4966ea7](https://github.com/markmcdowell/react-financial-charts/commit/4966ea75b1eeee3d8f718d2c68a2f7186e210d6d)), closes [#509](https://github.com/markmcdowell/react-financial-charts/issues/509) + + + + + ## [1.2.1](https://github.com/markmcdowell/react-financial-charts/compare/v1.2.0...v1.2.1) (2021-04-27) diff --git a/lerna.json b/lerna.json index df8c96cd6..c128814e4 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.2.1", + "version": "1.2.2", "npmClient": "npm", "useWorkspaces": true, "command": { diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index a40b98f79..f53c3f2e1 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/CHANGELOG.md @@ -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.2.2](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.1...v1.2.2) (2021-04-30) + +**Note:** Version bump only for package react-financial-charts + + + + + ## [1.2.1](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.0...v1.2.1) (2021-04-27) **Note:** Version bump only for package react-financial-charts diff --git a/packages/charts/package.json b/packages/charts/package.json index 87c7b5836..df9c8601f 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,6 +1,6 @@ { "name": "react-financial-charts", - "version": "1.2.1", + "version": "1.2.2", "description": "React charts specific to finance.", "main": "./lib/index.js", "typings": "./lib/index.d.ts", diff --git a/packages/interactive/CHANGELOG.md b/packages/interactive/CHANGELOG.md index 18503eb13..788ff4ad9 100644 --- a/packages/interactive/CHANGELOG.md +++ b/packages/interactive/CHANGELOG.md @@ -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. +## [1.2.2](https://github.com/reactivemarkets/react-financial-charts/compare/v1.2.1...v1.2.2) (2021-04-30) + + +### Bug Fixes + +* **interactive:** correcting props on TrendLine ([95cbb8e](https://github.com/reactivemarkets/react-financial-charts/commit/95cbb8e1a2f075969815d7ecfaaa8f2251fd4f84)) + + + + + # [1.1.0](https://github.com/reactivemarkets/react-financial-charts/compare/v1.0.1...v1.1.0) (2021-02-26) diff --git a/packages/interactive/package.json b/packages/interactive/package.json index 56ac68c7f..95e60ac7a 100644 --- a/packages/interactive/package.json +++ b/packages/interactive/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/interactive", - "version": "1.1.0", + "version": "1.2.2", "description": "Interactive features for react-financial-charts", "publishConfig": { "access": "public" diff --git a/packages/stories/CHANGELOG.md b/packages/stories/CHANGELOG.md index e64664354..fe39a66ab 100644 --- a/packages/stories/CHANGELOG.md +++ b/packages/stories/CHANGELOG.md @@ -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. +## [1.2.2](https://github.com/markmcdowell/react-financial-charts/compare/v1.2.1...v1.2.2) (2021-04-30) + + +### Bug Fixes + +* **stories:** adding showTicks={false} to XAxis in StockChart ([4966ea7](https://github.com/markmcdowell/react-financial-charts/commit/4966ea75b1eeee3d8f718d2c68a2f7186e210d6d)), closes [#509](https://github.com/markmcdowell/react-financial-charts/issues/509) + + + + + ## [1.2.1](https://github.com/markmcdowell/react-financial-charts/compare/v1.2.0...v1.2.1) (2021-04-27) diff --git a/packages/stories/package.json b/packages/stories/package.json index 143856182..5e6ce5467 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@react-financial-charts/stories", - "version": "1.2.1", + "version": "1.2.2", "description": "Stories for react financial charts", "private": true, "author": "Reactive Markets",