react-native-drax 0.10.0 → 0.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,16 @@ Changes marked as (BREAKING) may break your app logic. Changes marked as (BREAKI
9
9
  ## [Unreleased]
10
10
  - Nothing yet
11
11
 
12
+ ## [0.10.1] - 2022-06-10
13
+
14
+ ### Changed
15
+ - Bump ansi-regex from 4.1.0 to 4.1.1 (dependabot)
16
+ - Bump async from 2.6.3 to 2.6.4 (dependabot)
17
+ - Bump cross-fetch from 3.1.4 to 3.1.5 (dependabot)
18
+ - Bump minimist from 1.2.5 to 1.2.6 (dependabot)
19
+ - Bump plist from 3.0.2 to 3.0.5 (dependabot)
20
+ - Bump simple-plist from 1.1.1 to 1.3.1 (dependabot)
21
+
12
22
  ## [0.10.0] - 2022-06-10
13
23
 
14
24
  ### Changed
@@ -220,7 +230,8 @@ Changes marked as (BREAKING) may break your app logic. Changes marked as (BREAKI
220
230
 
221
231
  *(More history to be added later?)*
222
232
 
223
- [Unreleased]: https://github.com/nuclearpasta/react-native-drax/compare/v0.10.0...HEAD
233
+ [Unreleased]: https://github.com/nuclearpasta/react-native-drax/compare/v0.10.1...HEAD
234
+ [0.10.1]: https://github.com/nuclearpasta/react-native-drax/compare/v0.10.0...v0.10.1
224
235
  [0.10.0]: https://github.com/nuclearpasta/react-native-drax/compare/v0.9.3...v0.10.0
225
236
  [0.9.3]: https://github.com/nuclearpasta/react-native-drax/compare/v0.9.2...v0.9.3
226
237
  [0.9.2]: https://github.com/nuclearpasta/react-native-drax/compare/v0.9.1...v0.9.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-drax",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "A drag-and-drop system for React Native",
5
5
  "repository": {
6
6
  "type": "git",