Skip to content

Commit a930e8c

Browse files
chore(release): 1.17.8 [skip ci]
1 parent cc69173 commit a930e8c

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.17.8](https://github.com/react-native-async-storage/async-storage/compare/v1.17.7...v1.17.8) (2022-08-08)
2+
3+
4+
### Bug Fixes
5+
6+
* remove warning about `multiMerge` not being implemented ([#827](https://github.com/react-native-async-storage/async-storage/issues/827)) ([cc69173](https://github.com/react-native-async-storage/async-storage/commit/cc69173824be66d9c1251bdad2d9b48f33aa5594))
7+
18
## [1.17.7](https://github.com/react-native-async-storage/async-storage/compare/v1.17.6...v1.17.7) (2022-06-23)
29

310

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-async-storage/async-storage",
3-
"version": "1.17.7",
3+
"version": "1.17.8",
44
"description": "Asynchronous, persistent, key-value storage system for React Native.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
@@ -121,7 +121,9 @@
121121
"type": "android.emulator",
122122
"device": {
123123
"avdName": "E2E_API_30",
124-
"utilBinaryPaths": ["/var/tmp/test-butler.apk"]
124+
"utilBinaryPaths": [
125+
"/var/tmp/test-butler.apk"
126+
]
125127
}
126128
},
127129
"android.emu.release.next": {
@@ -130,7 +132,9 @@
130132
"type": "android.emulator",
131133
"device": {
132134
"avdName": "E2E_API_30",
133-
"utilBinaryPaths": ["/var/tmp/test-butler.apk"]
135+
"utilBinaryPaths": [
136+
"/var/tmp/test-butler.apk"
137+
]
134138
}
135139
}
136140
}

0 commit comments

Comments
 (0)