Skip to content

Commit

Permalink
14.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
armandabric committed Oct 19, 2021
1 parent f203060 commit 1045f1c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [14.3.4](https://github.com/algolia/react-element-to-jsx-string/compare/v14.3.3...v14.3.4) (2021-10-19)


### Bug Fixes

* 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))



## [14.3.3](https://github.com/algolia/react-element-to-jsx-string/compare/v14.3.2...v14.3.3) (2021-10-19)


Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-element-to-jsx-string",
"version": "14.3.3",
"version": "14.3.4",
"description": "Turn a ReactElement into the corresponding JSX string.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -24,7 +24,10 @@
"smoke": "node tests/smoke/run"
},
"lint-staged": {
"*.js": ["prettier --write \"**/*.{js,json}\"", "git add"]
"*.js": [
"prettier --write \"**/*.{js,json}\"",
"git add"
]
},
"author": {
"name": "Algolia, Inc.",
Expand Down Expand Up @@ -84,6 +87,8 @@
"react-is": "17.0.2"
},
"jest": {
"setupFilesAfterEnv": ["<rootDir>tests/setupTests.js"]
"setupFilesAfterEnv": [
"<rootDir>tests/setupTests.js"
]
}
}

0 comments on commit 1045f1c

Please sign in to comment.