Skip to content

Commit 7b8d4b6

Browse files
authored
chore(main): release 3.1.0 (#472)
1 parent 98abb15 commit 7b8d4b6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/zakodium-oss/react-plot/compare/v3.0.0...v3.1.0) (2025-06-11)
4+
5+
6+
### Features
7+
8+
* add support for React 19 ([a3a8acc](https://github.com/zakodium-oss/react-plot/commit/a3a8accaa6ab1f8d90ce5aad3b2a8889d7c26f37))
9+
* update react-d3-utils and devDeps ([d4b9959](https://github.com/zakodium-oss/react-plot/commit/d4b995960b92c8c033af4fc285e3e555e6b505d0))
10+
311
## [3.0.0](https://github.com/zakodium-oss/react-plot/compare/v2.0.0...v3.0.0) (2024-10-14)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-plot",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Library of React components to render SVG 2D plots.",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)