Skip to content

Commit

Permalink
Merge pull request #107 from tcampb/update-peerDependencies
Browse files Browse the repository at this point in the history
update peerDependencies
  • Loading branch information
tcampb authored Apr 4, 2022
2 parents 734aa6f + 3d2e46a commit 9a84914
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.2

- Adds React v18 support (https://github.com/tcampb/react-calendly/issues/106).

## 3.0.1

- Fixes uri encoding bug (https://github.com/tcampb/react-calendly/pull/102).
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-calendly",
"version": "3.0.1",
"version": "3.0.2",
"description": "Calendly integration for React apps",
"author": "tcampb",
"license": "MIT",
Expand Down Expand Up @@ -30,8 +30,8 @@
"build-storybook": "build-storybook"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^2.1.0",
Expand Down

0 comments on commit 9a84914

Please sign in to comment.