From 1f5e5c519b26cc4a155afdbf5a51c5738925148f Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Thu, 5 Jan 2023 08:50:25 -0500 Subject: [PATCH] Update changesets --- .changeset/friendly-coats-trade.md | 2 ++ .changeset/slimy-elephants-flash.md | 2 ++ .changeset/spicy-olives-compete.md | 2 ++ .changeset/weak-kings-brake.md | 2 +- 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.changeset/friendly-coats-trade.md b/.changeset/friendly-coats-trade.md index 23f4be01..3edd1b7d 100644 --- a/.changeset/friendly-coats-trade.md +++ b/.changeset/friendly-coats-trade.md @@ -2,6 +2,8 @@ 'd3-state-visualizer': major --- +Upgrade D3 + - Remove UMD build. - Split `style` option into `chartStyles`, `nodeStyleOptions`, `textStyleOptions`, and `linkStyles`. - The shape of the argument passed to the `onClickText` option has been updated. diff --git a/.changeset/slimy-elephants-flash.md b/.changeset/slimy-elephants-flash.md index 380595e6..55dec292 100644 --- a/.changeset/slimy-elephants-flash.md +++ b/.changeset/slimy-elephants-flash.md @@ -2,5 +2,7 @@ '@redux-devtools/chart-monitor': major --- +Upgrade D3 + - Split `style` option into `chartStyles`, `nodeStyleOptions`, `textStyleOptions`, and `linkStyles`. - The shape of the argument passed to the `onClickText` option has been updated. diff --git a/.changeset/spicy-olives-compete.md b/.changeset/spicy-olives-compete.md index 222625e8..e9422bae 100644 --- a/.changeset/spicy-olives-compete.md +++ b/.changeset/spicy-olives-compete.md @@ -2,6 +2,8 @@ 'd3tooltip': major --- +Upgrade D3 + - Remove UMD build. - Upgrade d3 peer dependency from v3 to v7. - Remove `attr` configuration method. diff --git a/.changeset/weak-kings-brake.md b/.changeset/weak-kings-brake.md index 3f6b4107..e54e0a5f 100644 --- a/.changeset/weak-kings-brake.md +++ b/.changeset/weak-kings-brake.md @@ -2,4 +2,4 @@ 'map2tree': major --- -- Remove UMD build. +Remove UMD build.