Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Apr 30, 2020
1 parent fd30380 commit 6d0585f
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 9 deletions.
8 changes: 8 additions & 0 deletions packages/d3fc-annotation/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.

## [3.0.1](https://github.com/d3fc/d3fc/compare/@d3fc/[email protected]...@d3fc/[email protected]) (2020-04-30)

**Note:** Version bump only for package @d3fc/d3fc-annotation





# 3.0.0 (2020-04-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/d3fc-annotation/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/d3fc-chart/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.

## [4.0.1](https://github.com/d3fc/d3fc/compare/@d3fc/[email protected]...@d3fc/[email protected]) (2020-04-30)

**Note:** Version bump only for package @d3fc/d3fc-chart





# 4.0.0 (2020-04-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/d3fc-chart/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/d3fc-series/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.

## [5.0.1](https://github.com/d3fc/d3fc/compare/@d3fc/[email protected]...@d3fc/[email protected]) (2020-04-30)

**Note:** Version bump only for package @d3fc/d3fc-series





# 5.0.0 (2020-04-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/d3fc-series/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
8 changes: 8 additions & 0 deletions packages/d3fc/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.

## [15.0.3](https://github.com/d3fc/d3fc/compare/[email protected]@15.0.3) (2020-04-30)

**Note:** Version bump only for package d3fc





## [15.0.2](https://github.com/d3fc/d3fc/compare/[email protected]@15.0.2) (2020-04-28)

**Note:** Version bump only for package d3fc
Expand Down
8 changes: 4 additions & 4 deletions packages/d3fc/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 6d0585f

Please sign in to comment.