Skip to content

Commit d73026d

Browse files
author
Parse Community
committed
v0.0.1-alpha.13
1 parent 8c53cb2 commit d73026d

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*",
44
"examples/*"
55
],
6-
"version": "0.0.1-alpha.12"
6+
"version": "0.0.1-alpha.13"
77
}

packages/parse-react-base/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/parse-react-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/react-base",
3-
"version": "0.0.1-alpha.12",
3+
"version": "0.0.1-alpha.13",
44
"publishConfig": {
55
"access": "public"
66
},

packages/parse-react-native/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/parse-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/react-native",
3-
"version": "0.0.1-alpha.12",
3+
"version": "0.0.1-alpha.13",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -39,7 +39,7 @@
3939
"typescript": "^4.0.3"
4040
},
4141
"dependencies": {
42-
"@parse/react-base": "^0.0.1-alpha.12",
42+
"@parse/react-base": "^0.0.1-alpha.13",
4343
"@react-native-community/async-storage": "^1.12.1"
4444
}
4545
}

packages/parse-react-ssr/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/parse-react-ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/react-ssr",
3-
"version": "0.0.1-alpha.12",
3+
"version": "0.0.1-alpha.13",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -37,6 +37,6 @@
3737
"typescript": "^4.0.3"
3838
},
3939
"dependencies": {
40-
"@parse/react-base": "^0.0.1-alpha.12"
40+
"@parse/react-base": "^0.0.1-alpha.13"
4141
}
4242
}

packages/parse-react/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/parse-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/react",
3-
"version": "0.0.1-alpha.12",
3+
"version": "0.0.1-alpha.13",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -37,6 +37,6 @@
3737
"typescript": "^4.0.3"
3838
},
3939
"dependencies": {
40-
"@parse/react-base": "^0.0.1-alpha.12"
40+
"@parse/react-base": "^0.0.1-alpha.13"
4141
}
4242
}

0 commit comments

Comments
 (0)