Skip to content

Commit

Permalink
Adjust platform.json dependencies for preview app functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Definitely-Not-Vlad committed Mar 25, 2022
1 parent da4b811 commit cd51213
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/platform",
"version": "5.3.0",
"version": "5.3.1-rc.0",
"scripts": {
"android": "react-native run-android",
"build": "node scripts/build",
Expand Down
2 changes: 1 addition & 1 deletion package.template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/platform",
"version": "5.3.0",
"version": "5.3.1-rc.0",
"scripts": {
"android": "react-native run-android",
"build": "node scripts/build",
Expand Down
12 changes: 6 additions & 6 deletions platform/platform.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "5.3.0",
"mobileAppVersion": "5.3.0",
"releaseNotes": "* Introduced no-image placeholder\n* Potential breaking change for devs: 'react-native-vector-icons' icon fonts no longer pre-linked in binary, they must now be linked via 'preBuild' scripts",
"version": "5.3.1-rc.0",
"mobileAppVersion": "5.3.1-rc.0",
"releaseNotes": "* Adjusted extensions preinstalled with platform for preview app functionality, make sure you update all extensions after the platform update if there are any to update",
"settings": {
"DEV-appetizeKey": "e4jq4nuwkw6z6ejfp62zu2q8ur",
"QA-appetizeKey": "b6p3zptqr2j28wb4qymhnbn3dr",
Expand All @@ -27,7 +27,7 @@
"shoutem.audio": "~4.0.1",
"shoutem.auth": "~4.1.0",
"shoutem.camera": "~4.1.0",
"shoutem.cms": "~4.2.0",
"shoutem.cms": "~4.2.1",
"shoutem.code-push": "~4.1.0",
"shoutem.deals": "~5.1.0",
"shoutem.events": "~4.2.0",
Expand Down Expand Up @@ -57,9 +57,9 @@
"shoutem.rss-photos": "~4.1.0",
"shoutem.rss-videos": "~4.0.2",
"shoutem.rubicon-theme": "~4.3.5",
"shoutem.social": "~6.0.0",
"shoutem.social": "~6.0.1-rc.0",
"shoutem.sub-navigation": "~4.0.1",
"shoutem.theme": "~4.2.0",
"shoutem.theme": "~4.2.1-rc.0",
"shoutem.user-profile": "~2.0.5",
"shoutem.video": "~6.0.0",
"shoutem.vimeo": "~4.1.0",
Expand Down

0 comments on commit cd51213

Please sign in to comment.