diff --git a/packages/d3fc-annotation/CHANGELOG.md b/packages/d3fc-annotation/CHANGELOG.md index 871b83bfe..82e0b3a21 100644 --- a/packages/d3fc-annotation/CHANGELOG.md +++ b/packages/d3fc-annotation/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. +## [3.0.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-annotation@3.0.0...@d3fc/d3fc-annotation@3.0.1) (2020-04-30) + +**Note:** Version bump only for package @d3fc/d3fc-annotation + + + + + # 3.0.0 (2020-04-16) diff --git a/packages/d3fc-annotation/package.json b/packages/d3fc-annotation/package.json index 0a36405b7..f355598de 100644 --- a/packages/d3fc-annotation/package.json +++ b/packages/d3fc-annotation/package.json @@ -1,6 +1,6 @@ { "name": "@d3fc/d3fc-annotation", - "version": "3.0.0", + "version": "3.0.1", "description": "A collection of D3 components for rendering plot area annotations to SVG, including lines, crosshairs, gridlines and more", "license": "MIT", "keywords": [ @@ -24,7 +24,7 @@ "dependencies": { "@d3fc/d3fc-data-join": "^6.0.0", "@d3fc/d3fc-rebind": "^6.0.0", - "@d3fc/d3fc-series": "^5.0.0", + "@d3fc/d3fc-series": "^5.0.1", "@d3fc/d3fc-shape": "^6.0.0" }, "peerDependencies": { diff --git a/packages/d3fc-chart/CHANGELOG.md b/packages/d3fc-chart/CHANGELOG.md index 876f27c90..ae6851b4b 100644 --- a/packages/d3fc-chart/CHANGELOG.md +++ b/packages/d3fc-chart/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. +## [4.0.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@4.0.0...@d3fc/d3fc-chart@4.0.1) (2020-04-30) + +**Note:** Version bump only for package @d3fc/d3fc-chart + + + + + # 4.0.0 (2020-04-16) diff --git a/packages/d3fc-chart/package.json b/packages/d3fc-chart/package.json index 50b35c3af..d2bc5debf 100644 --- a/packages/d3fc-chart/package.json +++ b/packages/d3fc-chart/package.json @@ -1,6 +1,6 @@ { "name": "@d3fc/d3fc-chart", - "version": "4.0.0", + "version": "4.0.1", "description": "A simple Cartesian chart component that renders to canvas or SVG.", "license": "MIT", "keywords": [ @@ -26,7 +26,7 @@ "@d3fc/d3fc-data-join": "^6.0.0", "@d3fc/d3fc-element": "^6.0.0", "@d3fc/d3fc-rebind": "^6.0.0", - "@d3fc/d3fc-series": "^5.0.0" + "@d3fc/d3fc-series": "^5.0.1" }, "peerDependencies": { "d3-scale": "*", diff --git a/packages/d3fc-series/CHANGELOG.md b/packages/d3fc-series/CHANGELOG.md index efe2a2977..f914e716f 100644 --- a/packages/d3fc-series/CHANGELOG.md +++ b/packages/d3fc-series/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. +## [5.0.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@5.0.0...@d3fc/d3fc-series@5.0.1) (2020-04-30) + +**Note:** Version bump only for package @d3fc/d3fc-series + + + + + # 5.0.0 (2020-04-16) diff --git a/packages/d3fc-series/package.json b/packages/d3fc-series/package.json index ba01672ff..ee2030665 100644 --- a/packages/d3fc-series/package.json +++ b/packages/d3fc-series/package.json @@ -1,6 +1,6 @@ { "name": "@d3fc/d3fc-series", - "version": "5.0.0", + "version": "5.0.1", "description": "A collection of components for rendering data series to SVG and canvas, including line, bar, OHLC, candlestick and more", "license": "MIT", "keywords": [ diff --git a/packages/d3fc/CHANGELOG.md b/packages/d3fc/CHANGELOG.md index 6cfb4f2a4..c97182015 100644 --- a/packages/d3fc/CHANGELOG.md +++ b/packages/d3fc/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. +## [15.0.3](https://github.com/d3fc/d3fc/compare/d3fc@15.0.2...d3fc@15.0.3) (2020-04-30) + +**Note:** Version bump only for package d3fc + + + + + ## [15.0.2](https://github.com/d3fc/d3fc/compare/d3fc@15.0.1...d3fc@15.0.2) (2020-04-28) **Note:** Version bump only for package d3fc diff --git a/packages/d3fc/package.json b/packages/d3fc/package.json index 09f661a8b..bf39b7a74 100644 --- a/packages/d3fc/package.json +++ b/packages/d3fc/package.json @@ -1,6 +1,6 @@ { "name": "d3fc", - "version": "15.0.2", + "version": "15.0.3", "description": "A collection of components that make it easy to build interactive charts with D3", "main": "build/d3fc.js", "scripts": { @@ -25,10 +25,10 @@ }, "homepage": "https://d3fc.io", "dependencies": { - "@d3fc/d3fc-annotation": "^3.0.0", + "@d3fc/d3fc-annotation": "^3.0.1", "@d3fc/d3fc-axis": "^3.0.0", "@d3fc/d3fc-brush": "^3.0.0", - "@d3fc/d3fc-chart": "^4.0.0", + "@d3fc/d3fc-chart": "^4.0.1", "@d3fc/d3fc-data-join": "^6.0.0", "@d3fc/d3fc-discontinuous-scale": "^4.0.0", "@d3fc/d3fc-element": "^6.0.0", @@ -40,7 +40,7 @@ "@d3fc/d3fc-random-data": "^4.0.0", "@d3fc/d3fc-rebind": "^6.0.0", "@d3fc/d3fc-sample": "^5.0.0", - "@d3fc/d3fc-series": "^5.0.0", + "@d3fc/d3fc-series": "^5.0.1", "@d3fc/d3fc-shape": "^6.0.0", "@d3fc/d3fc-technical-indicator": "^8.0.0", "@d3fc/d3fc-webgl": "^2.0.0"