Skip to content

Commit 1045f1c

Browse files
committed
14.3.4
1 parent f203060 commit 1045f1c

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [14.3.4](https://github.com/algolia/react-element-to-jsx-string/compare/v14.3.3...v14.3.4) (2021-10-19)
2+
3+
4+
### Bug Fixes
5+
6+
* stringifying elements with props containing circular references ([#660](https://github.com/algolia/react-element-to-jsx-string/issues/660)) ([f203060](https://github.com/algolia/react-element-to-jsx-string/commit/f203060004e59af945019dad32a05f67508cc947))
7+
8+
9+
110
## [14.3.3](https://github.com/algolia/react-element-to-jsx-string/compare/v14.3.2...v14.3.3) (2021-10-19)
211

312

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-element-to-jsx-string",
3-
"version": "14.3.3",
3+
"version": "14.3.4",
44
"description": "Turn a ReactElement into the corresponding JSX string.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -24,7 +24,10 @@
2424
"smoke": "node tests/smoke/run"
2525
},
2626
"lint-staged": {
27-
"*.js": ["prettier --write \"**/*.{js,json}\"", "git add"]
27+
"*.js": [
28+
"prettier --write \"**/*.{js,json}\"",
29+
"git add"
30+
]
2831
},
2932
"author": {
3033
"name": "Algolia, Inc.",
@@ -84,6 +87,8 @@
8487
"react-is": "17.0.2"
8588
},
8689
"jest": {
87-
"setupFilesAfterEnv": ["<rootDir>tests/setupTests.js"]
90+
"setupFilesAfterEnv": [
91+
"<rootDir>tests/setupTests.js"
92+
]
8893
}
8994
}

0 commit comments

Comments
 (0)