From 679ef5149a606bfc89fe7cb881074ffb9eaea080 Mon Sep 17 00:00:00 2001 From: Zakodium <72201612+zakodium-bot@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:40:44 +0200 Subject: [PATCH] chore(main): release 3.1.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db9c558..1937753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.1.0](https://github.com/zakodium-oss/react-d3-utils/compare/v3.0.0...v3.1.0) (2025-06-11) + + +### Features + +* add custom `useResizeObserver` hook ([aec1440](https://github.com/zakodium-oss/react-d3-utils/commit/aec1440f66062cc3321fb513452d26797bd57db3)) +* add support for React 19 ([6fb28a3](https://github.com/zakodium-oss/react-d3-utils/commit/6fb28a36be41cbcfc85473733dcc301bf9446587)) + ## [3.0.0](https://github.com/zakodium-oss/react-d3-utils/compare/v2.0.0...v3.0.0) (2024-11-19) diff --git a/package.json b/package.json index c84d83f..0528ff2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-d3-utils", - "version": "3.0.0", + "version": "3.1.0", "description": "Low-level utilities to build charts with React and D3", "type": "module", "exports": "./lib/index.js",