Skip to content

Commit 83996f5

Browse files
committed
v0.0.10
1 parent a44ea10 commit 83996f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.0.9"
5+
"version": "0.0.10"
66
}

packages/flipper-plugin-async-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
33
"name": "flipper-plugin-async-storage",
44
"id": "flipper-plugin-async-storage",
5-
"version": "0.0.9",
5+
"version": "0.0.10",
66
"description": "Flipper plugin for React Native's Async Storage",
77
"main": "dist/bundle.js",
88
"flipperBundlerEntry": "index.js",

packages/rn-async-storage-flipper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rn-async-storage-flipper",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "React Native's Async Storage debugger for Flipper",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)