Skip to content

Commit 934788e

Browse files
Release 0.1.7
1 parent 66e4714 commit 934788e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.1.7
2+
3+
- Add `show` prop to `Popup`, that allows you to specify whether the popup should be shown or hidden.
4+
15
## v0.1.6
26

37
- Add `asGuest?: boolean` prop to `Chatbox`, `Inbox` and `Popup`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/talkjs/talkjs-react/issues"
2929
},
3030
"homepage": "https://talkjs.com",
31-
"version": "0.1.6",
31+
"version": "0.1.7",
3232
"type": "module",
3333
"files": [
3434
"dist"

0 commit comments

Comments
 (0)