We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2dd793 commit c0f8de3Copy full SHA for c0f8de3
2 files changed
CHANGELOGS.md
@@ -1,4 +1,7 @@
1
# Changelogs
2
3
+## 1.0.1 (2022-07-11)
4
+* Fixed a bug where a dev dependency is in dependencies.
5
+
6
## 1.0.0 (2022-07-10)
7
* Initial release.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-outside-press",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "airbnb/react-outside-click-handler but for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments