Skip to content

Commit

Permalink
Merge pull request d3fc#1886 from d3fc/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
bethpritchard authored Jul 30, 2024
2 parents 0b36d15 + bc90cee commit 55ee594
Show file tree
Hide file tree
Showing 11 changed files with 87 additions and 226 deletions.
5 changes: 0 additions & 5 deletions .changeset/short-bananas-trade.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/d3fc-annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.16

### Patch Changes

- @d3fc/d3fc-series@6.1.3

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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.15",
"version": "3.0.16",
"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.1.2",
"@d3fc/d3fc-series": "^6.1.3",
"@d3fc/d3fc-shape": "^6.0.1"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/d3fc-chart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.9

### Patch Changes

- @d3fc/d3fc-series@6.1.3

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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.8",
"version": "5.1.9",
"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.1.2"
"@d3fc/d3fc-series": "^6.1.3"
},
"peerDependencies": {
"d3-scale": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/d3fc-series/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 6.1.3

### Patch Changes

- Updated dependencies [6a0e5f9]
- @d3fc/d3fc-webgl@3.2.1

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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.1.2",
"version": "6.1.3",
"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.2.0"
"@d3fc/d3fc-webgl": "^3.2.1"
},
"peerDependencies": {
"d3-array": "*",
Expand Down
Loading

0 comments on commit 55ee594

Please sign in to comment.