Skip to content

Commit

Permalink
chat-headless-react: bump version (#54)
Browse files Browse the repository at this point in the history
Bumps the version to include the new session reset bug fix
from chat-headless.

TEST=compile
  • Loading branch information
popestr authored Jul 11, 2024
1 parent 80bf7f2 commit 896d091
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
14 changes: 2 additions & 12 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 packages/chat-headless-react/THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The following npm packages may be included in this product:

- @yext/[email protected]
- @yext/[email protected].0
- @yext/[email protected].1

These packages each contain the following license and notice below:

Expand Down
4 changes: 2 additions & 2 deletions packages/chat-headless-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/chat-headless-react",
"version": "0.9.0",
"version": "0.9.1",
"description": "the official React UI Bindings layer for Chat Headless",
"main": "./dist/commonjs/src/index.js",
"module": "./dist/esm/src/index.mjs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"homepage": "https://github.com/yext/chat-headless#readme",
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@yext/chat-headless": "^0.10.0",
"@yext/chat-headless": "^0.10.1",
"react-redux": "^8.0.5"
},
"peerDependencies": {
Expand Down

0 comments on commit 896d091

Please sign in to comment.