Skip to content

Commit

Permalink
Docs: 4.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
im-pipeline-bot committed Jan 10, 2023
1 parent 99fb601 commit 9591369
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@
## [4.0.2](https://github.com/WTW-IM/react-html-element/compare/v4.0.1...v4.0.2) (2023-01-10)


### Fix

* awaiting potential react-dom promise ([18421b6](https://github.com/WTW-IM/react-html-element/commit/18421b6c0b5106c0252e5d971884f829a5043c76))
* ensuring we don't rerender while awaiting a root ([954ceeb](https://github.com/WTW-IM/react-html-element/commit/954ceeba2f6fc266522329042fe2494527ddc4a5))
* properly handling global react-dom@18 ([2376cae](https://github.com/WTW-IM/react-html-element/commit/2376cae801153d615794265515fb3f4d7ea5ab71))

## [4.0.1](https://github.com/WTW-IM/react-html-element/compare/v4.0.0...v4.0.1) (2022-12-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-html-element",
"version": "4.0.1",
"version": "4.0.2",
"description": "An HTMLElement extension that provides a simple setup for Web Components using React.",
"main": "module/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 9591369

Please sign in to comment.