Skip to content

Commit 2df1f08

Browse files
chore(release): 5.3.1 (#1310)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2445433 commit 2df1f08

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.3.1](https://github.com/reactchartjs/react-chartjs-2/compare/v5.3.0...v5.3.1) (2025-10-27)
6+
7+
### Bug Fixes
8+
9+
* **deps:** update dependency @algolia/client-search to v5 ([#1298](https://github.com/reactchartjs/react-chartjs-2/issues/1298)) ([03e88f2](https://github.com/reactchartjs/react-chartjs-2/commit/03e88f2f29eea21cbbaa898cc95cdfc993f4d3f7))
10+
* **deps:** update dependency @svgr/webpack to v8 ([#1299](https://github.com/reactchartjs/react-chartjs-2/issues/1299)) ([ca87f1f](https://github.com/reactchartjs/react-chartjs-2/commit/ca87f1f4b71b2ca01d63bcf9da29a2a1839eac02))
11+
* **deps:** update dependency clsx to v2 ([#1300](https://github.com/reactchartjs/react-chartjs-2/issues/1300)) ([0cd985b](https://github.com/reactchartjs/react-chartjs-2/commit/0cd985b0d4f8011d3820716d80dffb96cc2a1441))
12+
* **deps:** update react monorepo ([#1281](https://github.com/reactchartjs/react-chartjs-2/issues/1281)) ([cb2a0cd](https://github.com/reactchartjs/react-chartjs-2/commit/cb2a0cd3237b7d1631e8f72c4d036629a392864b))
13+
* **deps:** update react monorepo to v19 ([#1317](https://github.com/reactchartjs/react-chartjs-2/issues/1317)) ([2445433](https://github.com/reactchartjs/react-chartjs-2/commit/2445433d4749a8ff6fad82a73f23693ccd93d783))
14+
* use jsx-runtime ([#1309](https://github.com/reactchartjs/react-chartjs-2/issues/1309)) ([b3bd707](https://github.com/reactchartjs/react-chartjs-2/commit/b3bd707cdcf7793454775365468973f7ed795beb))
15+
516
## [5.3.0](https://github.com/reactchartjs/react-chartjs-2/compare/v5.2.0...v5.3.0) (2025-01-01)
617

718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-chartjs-2",
33
"type": "module",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
55
"description": "React components for Chart.js",
66
"author": "Jeremy Ayerst",
77
"homepage": "https://github.com/reactchartjs/react-chartjs-2",

0 commit comments

Comments
 (0)