Skip to content

Commit 77a9922

Browse files
committed
17.0.0
1 parent e391aae commit 77a9922

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [17.0.0](https://github.com/algolia/react-element-to-jsx-string/compare/v15.0.0...v17.0.0) (2025-01-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency @base2/pretty-print-object to v1.0.2 ([3431228](https://github.com/algolia/react-element-to-jsx-string/commit/34312289d8b25d7d57c95c15a5b018a55d83546c))
7+
8+
9+
* React 19 (#865) ([e391aae](https://github.com/algolia/react-element-to-jsx-string/commit/e391aae7f0a113b44a7f55ca176cf93d6e6dfe11)), closes [#865](https://github.com/algolia/react-element-to-jsx-string/issues/865)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* To simplify the library maintenance, this major version only support React 19.
15+
16+
17+
118
# [15.0.0](https://github.com/algolia/react-element-to-jsx-string/compare/v14.3.4...v15.0.0) (2022-05-09)
219

320

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-element-to-jsx-string",
3-
"version": "16.0.0",
3+
"version": "17.0.0",
44
"description": "Turn a ReactElement into the corresponding JSX string.",
55
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)