react-native-unified-action-sheet 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.1]
|
|
11
|
+
|
|
12
|
+
No user-facing changes — the library is identical to 0.1.0. Republished from CI
|
|
13
|
+
so the release carries npm provenance; 0.1.0 was published by hand, because npm
|
|
14
|
+
only lets a trusted publisher be configured on a package that already exists.
|
|
15
|
+
|
|
10
16
|
## [0.1.0]
|
|
11
17
|
|
|
12
18
|
Initial release.
|
|
@@ -37,5 +43,6 @@ Initial release.
|
|
|
37
43
|
- No `com.google.android.material` dependency, and no runtime dependencies —
|
|
38
44
|
`react` and `react-native` are peers.
|
|
39
45
|
|
|
40
|
-
[unreleased]: https://github.com/galikvalkin/react-native-unified-action-sheet/compare/v0.1.
|
|
46
|
+
[unreleased]: https://github.com/galikvalkin/react-native-unified-action-sheet/compare/v0.1.1...HEAD
|
|
47
|
+
[0.1.1]: https://github.com/galikvalkin/react-native-unified-action-sheet/compare/v0.1.0...v0.1.1
|
|
41
48
|
[0.1.0]: https://github.com/galikvalkin/react-native-unified-action-sheet/releases/tag/v0.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-unified-action-sheet",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Unified action sheet for React Native: a native UIAlertController on iOS, a native AppCompatDialog on Android",
|
|
5
5
|
"main": "./lib/commonjs/index.js",
|
|
6
6
|
"sideEffects": false,
|