Skip to content

Commit 9774923

Browse files
committed
v0.2.1
1 parent 58b9b9a commit 9774923

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.2.1](https://github.com/react-cmpt/use-portal/compare/v0.2.0...v0.2.1) (2020-08-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **utils:** Node.childNodes forEach compatibility ([b5f1663](https://github.com/react-cmpt/use-portal/commit/b5f16635190de414bc389987af07bdec235fa5ef))
7+
8+
19
# [0.2.0](https://github.com/react-cmpt/use-portal/compare/v0.2.0-alpha...v0.2.0) (2020-07-02)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-cmpt/use-portal",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React partals with hooks",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)