Skip to content

Commit a1d0f63

Browse files
committed
v2.2.4
1 parent 4b8f905 commit a1d0f63

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ react-native-web-swiper
55
The format is based on [Keep a Changelog](http://keepachangelog.com/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.2.4 - 2022-10-02
9+
10+
- Updated `children` prop type. Support for React 18 @eungwang1
811
## 2.2.3 - 2022-01-25
912

1013
- Add `isActive` prop. @kopax

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-web-swiper",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"homepage": "https://github.com/reactrondev/react-native-web-swiper#readme",
55
"types": "./index.d.ts",
66
"main": "build/index.js",

0 commit comments

Comments
 (0)