Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @d3fc/d3fc-chart@5.0.7
 - d3fc@15.1.2
  • Loading branch information
Travis CI User committed Nov 25, 2020
1 parent 5b0405b commit b294f0a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/d3fc-chart/CHANGELOG.md
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.

## [5.0.7](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@5.0.6...@d3fc/d3fc-chart@5.0.7) (2020-11-25)


### Bug Fixes

* [#1654](https://github.com/d3fc/d3fc/issues/1654): register custom elements used in charts ([5b0405b](https://github.com/d3fc/d3fc/commit/5b0405b))





## [5.0.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@5.0.5...@d3fc/d3fc-chart@5.0.6) (2020-09-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/d3fc-chart/package.json
@@ -1,6 +1,6 @@
{
"name": "@d3fc/d3fc-chart",
"version": "5.0.6",
"version": "5.0.7",
"description": "A simple Cartesian chart component that renders to canvas or SVG.",
"license": "MIT",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/d3fc/CHANGELOG.md
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.1.2](https://github.com/d3fc/d3fc/compare/d3fc@15.1.1...d3fc@15.1.2) (2020-11-25)

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





## [15.1.1](https://github.com/d3fc/d3fc/compare/d3fc@15.1.0...d3fc@15.1.1) (2020-11-05)

**Note:** Version bump only for package d3fc
Expand Down
4 changes: 2 additions & 2 deletions packages/d3fc/package.json
@@ -1,6 +1,6 @@
{
"name": "d3fc",
"version": "15.1.1",
"version": "15.1.2",
"description": "A collection of components that make it easy to build interactive charts with D3",
"main": "build/d3fc.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"@d3fc/d3fc-annotation": "^3.0.11",
"@d3fc/d3fc-axis": "^3.0.5",
"@d3fc/d3fc-brush": "^3.0.3",
"@d3fc/d3fc-chart": "^5.0.6",
"@d3fc/d3fc-chart": "^5.0.7",
"@d3fc/d3fc-data-join": "^6.0.3",
"@d3fc/d3fc-discontinuous-scale": "^4.0.1",
"@d3fc/d3fc-element": "^6.1.2",
Expand Down

0 comments on commit b294f0a

Please sign in to comment.