Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @d3fc/d3fc-annotation@3.0.8
 - @d3fc/d3fc-chart@5.0.1
 - @d3fc/d3fc-series@6.0.1
 - @d3fc/d3fc-webgl@3.1.0
 - d3fc@15.0.13
  • Loading branch information
Travis CI User committed Sep 1, 2020
1 parent 2aa8d9b commit bed60ca
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 12 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.8](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-annotation@3.0.7...@d3fc/d3fc-annotation@3.0.8) (2020-09-01)

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





## [3.0.7](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-annotation@3.0.6...@d3fc/d3fc-annotation@3.0.7) (2020-08-14)

**Note:** Version bump only for package @d3fc/d3fc-annotation
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.7",
"version": "3.0.8",
"description": "A collection of D3 components for rendering plot area annotations to SVG, including lines, crosshairs, gridlines and more",
"license": "MIT",
"keywords": [
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@d3fc/d3fc-data-join": "^6.0.1",
"@d3fc/d3fc-rebind": "^6.0.1",
"@d3fc/d3fc-series": "^6.0.0",
"@d3fc/d3fc-series": "^6.0.1",
"@d3fc/d3fc-shape": "^6.0.1"
},
"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.

## [5.0.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@5.0.0...@d3fc/d3fc-chart@5.0.1) (2020-09-01)

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





# [5.0.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@4.0.7...@d3fc/d3fc-chart@5.0.0) (2020-08-14)


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": "5.0.0",
"version": "5.0.1",
"description": "A simple Cartesian chart component that renders to canvas or SVG.",
"license": "MIT",
"keywords": [
Expand All @@ -25,7 +25,7 @@
"@d3fc/d3fc-data-join": "^6.0.1",
"@d3fc/d3fc-element": "^6.1.0",
"@d3fc/d3fc-rebind": "^6.0.1",
"@d3fc/d3fc-series": "^6.0.0"
"@d3fc/d3fc-series": "^6.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.

## [6.0.1](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@6.0.0...@d3fc/d3fc-series@6.0.1) (2020-09-01)

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





# [6.0.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@5.1.3...@d3fc/d3fc-series@6.0.0) (2020-08-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/d3fc-series/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d3fc/d3fc-series",
"version": "6.0.0",
"version": "6.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 All @@ -23,7 +23,7 @@
"@d3fc/d3fc-data-join": "^6.0.1",
"@d3fc/d3fc-rebind": "^6.0.1",
"@d3fc/d3fc-shape": "^6.0.1",
"@d3fc/d3fc-webgl": "^3.0.0"
"@d3fc/d3fc-webgl": "^3.1.0"
},
"peerDependencies": {
"d3-array": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/d3fc-webgl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [3.1.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-webgl@3.0.0...@d3fc/d3fc-webgl@3.1.0) (2020-09-01)


### Features

* reepoch scaleTime values using Date.now ([2aa8d9b](https://github.com/d3fc/d3fc/commit/2aa8d9b))





# [3.0.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-webgl@2.0.2...@d3fc/d3fc-webgl@3.0.0) (2020-08-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/d3fc-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d3fc/d3fc-webgl",
"version": "3.0.0",
"version": "3.1.0",
"description": "A collection of utilities to enable drawing to WebGL canvases",
"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.13](https://github.com/d3fc/d3fc/compare/d3fc@15.0.12...d3fc@15.0.13) (2020-09-01)

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





## [15.0.12](https://github.com/d3fc/d3fc/compare/d3fc@15.0.11...d3fc@15.0.12) (2020-08-29)

**Note:** Version bump only for package d3fc
Expand Down
10 changes: 5 additions & 5 deletions packages/d3fc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3fc",
"version": "15.0.12",
"version": "15.0.13",
"description": "A collection of components that make it easy to build interactive charts with D3",
"main": "build/d3fc.js",
"scripts": {
Expand All @@ -24,10 +24,10 @@
},
"homepage": "https://d3fc.io",
"dependencies": {
"@d3fc/d3fc-annotation": "^3.0.7",
"@d3fc/d3fc-annotation": "^3.0.8",
"@d3fc/d3fc-axis": "^3.0.2",
"@d3fc/d3fc-brush": "^3.0.1",
"@d3fc/d3fc-chart": "^5.0.0",
"@d3fc/d3fc-chart": "^5.0.1",
"@d3fc/d3fc-data-join": "^6.0.1",
"@d3fc/d3fc-discontinuous-scale": "^4.0.1",
"@d3fc/d3fc-element": "^6.1.0",
Expand All @@ -39,9 +39,9 @@
"@d3fc/d3fc-random-data": "^4.0.1",
"@d3fc/d3fc-rebind": "^6.0.1",
"@d3fc/d3fc-sample": "^5.0.1",
"@d3fc/d3fc-series": "^6.0.0",
"@d3fc/d3fc-series": "^6.0.1",
"@d3fc/d3fc-shape": "^6.0.1",
"@d3fc/d3fc-technical-indicator": "^8.0.1",
"@d3fc/d3fc-webgl": "^3.0.0"
"@d3fc/d3fc-webgl": "^3.1.0"
}
}

0 comments on commit bed60ca

Please sign in to comment.