Skip to content

Commit

Permalink
[prop-types] v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yungsters committed Apr 19, 2023
1 parent 94a8ff2 commit bf67055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deprecated-react-native-prop-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Next

# 4.1.0 / 2023-04-19

- Added logical inset properties: `inset`, `insetBlock`, `insetBlockEnd`, `insetBlockStart`, `insetInline`, `insetInlineEnd`, `insetInlineStart` (https://github.com/facebook/react-native-deprecated-modules/pull/12)
- Added logical border properties: `borderEndEndRadius`, `borderEndStartRadius`, `borderStartEndRadius`, `borderStartStartRadius` (https://github.com/facebook/react-native-deprecated-modules/pull/14)
- Fixed `aria-live` declaration. (https://github.com/facebook/react-native-deprecated-modules/pull/20)
Expand Down
2 changes: 1 addition & 1 deletion deprecated-react-native-prop-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deprecated-react-native-prop-types",
"version": "4.0.0",
"version": "4.1.0",
"description": "Deprecated prop-types from React Native.",
"license": "MIT",
"repository": "github:facebook/react-native-deprecated-modules",
Expand Down

0 comments on commit bf67055

Please sign in to comment.