Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dijkstra committed Sep 14, 2021
1 parent 5c4048f commit 656fc70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 2.7.0 - 2021-09-14

- Update `peerDependencies` to remove warning for React 17 (thanks @38ri581oq480)
- Add aria labels for accessibility attributes to provider buttons (thanks @lauGutierrezz)

### 2.6.0 - 2021-09-03

- Add `beforeInit` and `onReady` callbacks (thanks @myleslinder)
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-live-chat-loader",
"version": "2.6.1",
"version": "2.7.0",
"description": "Implement live chat in your react app without taking a performance hit.",
"main": "dist/index.js",
"module": "module/index.js",
Expand Down

1 comment on commit 656fc70

@vercel
Copy link

@vercel vercel bot commented on 656fc70 Sep 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.