Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @d3fc/d3fc-annotation@3.0.12
 - @d3fc/d3fc-chart@5.1.5
 - @d3fc/d3fc-series@6.1.0
 - @d3fc/d3fc-webgl@3.2.0
 - d3fc@15.2.5
  • Loading branch information
Travis CI User committed May 30, 2022
1 parent f6212a3 commit 3c00054
Show file tree
Hide file tree
Showing 10 changed files with 58 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.12](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-annotation@3.0.11...@d3fc/d3fc-annotation@3.0.12) (2022-05-30)

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





## [3.0.11](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-annotation@3.0.10...@d3fc/d3fc-annotation@3.0.11) (2020-09-23)


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.11",
"version": "3.0.12",
"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.3",
"@d3fc/d3fc-rebind": "^6.0.1",
"@d3fc/d3fc-series": "^6.0.4",
"@d3fc/d3fc-series": "^6.1.0",
"@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.1.5](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@5.1.4...@d3fc/d3fc-chart@5.1.5) (2022-05-30)

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





## [5.1.4](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@5.1.3...@d3fc/d3fc-chart@5.1.4) (2021-09-06)

**Note:** Version bump only for package @d3fc/d3fc-chart
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.1.4",
"version": "5.1.5",
"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.3",
"@d3fc/d3fc-element": "^6.2.0",
"@d3fc/d3fc-rebind": "^6.0.1",
"@d3fc/d3fc-series": "^6.0.4"
"@d3fc/d3fc-series": "^6.1.0"
},
"peerDependencies": {
"d3-scale": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/d3fc-series/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.

# [6.1.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@6.0.4...@d3fc/d3fc-series@6.1.0) (2022-05-30)


### Features

* simplify webgl line series to use SDF ([#1718](https://github.com/d3fc/d3fc/issues/1718)) ([f6212a3](https://github.com/d3fc/d3fc/commit/f6212a3))





## [6.0.4](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@6.0.3...@d3fc/d3fc-series@6.0.4) (2020-09-23)


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.4",
"version": "6.1.0",
"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.3",
"@d3fc/d3fc-rebind": "^6.0.1",
"@d3fc/d3fc-shape": "^6.0.1",
"@d3fc/d3fc-webgl": "^3.1.0"
"@d3fc/d3fc-webgl": "^3.2.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.2.0 (2022-05-30)


### Features

* simplify webgl line series to use SDF ([#1718](https://github.com/d3fc/d3fc/issues/1718)) ([f6212a3](https://github.com/d3fc/d3fc/commit/f6212a3))





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


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.1.0",
"version": "3.2.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.2.5](https://github.com/d3fc/d3fc/compare/d3fc@15.2.4...d3fc@15.2.5) (2022-05-30)

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





## [15.2.4](https://github.com/d3fc/d3fc/compare/d3fc@15.2.3...d3fc@15.2.4) (2021-09-06)

**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.2.4",
"version": "15.2.5",
"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.11",
"@d3fc/d3fc-annotation": "^3.0.12",
"@d3fc/d3fc-axis": "^3.0.6",
"@d3fc/d3fc-brush": "^3.0.3",
"@d3fc/d3fc-chart": "^5.1.4",
"@d3fc/d3fc-chart": "^5.1.5",
"@d3fc/d3fc-data-join": "^6.0.3",
"@d3fc/d3fc-discontinuous-scale": "^4.0.1",
"@d3fc/d3fc-element": "^6.2.0",
Expand All @@ -39,10 +39,10 @@
"@d3fc/d3fc-random-data": "^4.0.1",
"@d3fc/d3fc-rebind": "^6.0.1",
"@d3fc/d3fc-sample": "^5.0.1",
"@d3fc/d3fc-series": "^6.0.4",
"@d3fc/d3fc-series": "^6.1.0",
"@d3fc/d3fc-shape": "^6.0.1",
"@d3fc/d3fc-technical-indicator": "^8.1.0",
"@d3fc/d3fc-webgl": "^3.1.0",
"@d3fc/d3fc-webgl": "^3.2.0",
"@d3fc/d3fc-zoom": "^1.1.1"
}
}

0 comments on commit 3c00054

Please sign in to comment.