Skip to content

Commit 06e856c

Browse files
Version Packages (#1395)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4a37dae commit 06e856c

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/hot-planes-roll.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 11.0.0
4+
5+
### Major Changes
6+
7+
- 4a37dae: Dropping `propTypes` and `defaultProps` no longer supported by React 19 and long deprecated in React 18 (going forward, use TypeScript for prop typings, and if necessary, a runtime library to validate props); Increasing minimum supported React version up to >=18; Bumping `focus-trap` dependency to v7.6.2
8+
39
## 10.3.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "focus-trap-react",
3-
"version": "10.3.1",
3+
"version": "11.0.0",
44
"description": "A React component that traps focus.",
55
"main": "dist/focus-trap-react.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)