diff --git a/package.json b/package.json index bcf57fe18a..9434bf52ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shoutem/platform", - "version": "7.0.0-rc.2", + "version": "7.0.0", "scripts": { "android": "react-native run-android", "build": "node scripts/build", diff --git a/package.template.json b/package.template.json index bcf57fe18a..9434bf52ec 100644 --- a/package.template.json +++ b/package.template.json @@ -1,6 +1,6 @@ { "name": "@shoutem/platform", - "version": "7.0.0-rc.2", + "version": "7.0.0", "scripts": { "android": "react-native run-android", "build": "node scripts/build", diff --git a/platform/platform.json b/platform/platform.json index 432e47b840..81c7e35b3a 100644 --- a/platform/platform.json +++ b/platform/platform.json @@ -1,7 +1,7 @@ { - "version": "7.0.0-rc.2", - "mobileAppVersion": "7.0.0-rc.2", - "releaseNotes": "* Improved prioritization of lifecycle functions execution\n* Improved preview build caching mechanism", + "version": "7.0.0", + "mobileAppVersion": "7.0.0", + "releaseNotes": "* Improved prioritization of lifecycle functions execution\n* Improved preview build caching mechanism.", "settings": { "DEV-appetizeKey": "e4jq4nuwkw6z6ejfp62zu2q8ur", "QA-appetizeKey": "b6p3zptqr2j28wb4qymhnbn3dr", @@ -23,24 +23,24 @@ "dependencies": { "shoutem.about": "~6.0.0", "shoutem.analytics": "~4.0.2", - "shoutem.application": "~4.1.2-rc.0", + "shoutem.application": "~4.1.2", "shoutem.audio": "~4.0.2", - "shoutem.auth": "~5.1.0-rc.0", + "shoutem.auth": "~5.1.0", "shoutem.camera": "~5.0.0", - "shoutem.cms": "~6.0.0-rc.0", + "shoutem.cms": "~6.0.0", "shoutem.code-push": "~4.1.1", "shoutem.deals": "~6.0.1", "shoutem.events": "~5.0.0", - "shoutem.favorites": "~6.0.0-rc.0", - "shoutem.firebase": "~4.1.2-rc.1", + "shoutem.favorites": "~6.0.0", + "shoutem.firebase": "~4.1.2", "shoutem.flurry-analytics": "~4.0.2", - "shoutem.i18n": "~4.0.5-rc.0", + "shoutem.i18n": "~4.0.5", "shoutem.ical-events": "~5.0.0", "shoutem.layouts": "~7.0.0", - "shoutem.loyalty": "~6.0.0-rc.0", - "shoutem.navigation": "~5.0.2-rc.0", + "shoutem.loyalty": "~6.0.0", + "shoutem.navigation": "~5.0.4", "shoutem.news": "~6.0.0", - "shoutem.notification-center": "~7.0.0-rc.2", + "shoutem.notification-center": "~7.0.0", "shoutem.page": "~5.0.0", "shoutem.people": "~5.0.0", "shoutem.permissions": "~4.0.3", @@ -49,22 +49,22 @@ "shoutem.places": "~6.0.0", "shoutem.preview": "~4.0.2", "shoutem.products": "~5.0.0", - "shoutem.push-notifications": "~4.0.3-rc.1", - "shoutem.redux": "~4.1.3-rc.0", + "shoutem.push-notifications": "~4.0.3", + "shoutem.redux": "~4.1.3", "shoutem.rss": "~5.0.1", - "shoutem.rss-monitoring": "~4.1.0", + "shoutem.rss-monitoring": "~4.1.1", "shoutem.rss-news": "~5.1.0", "shoutem.rss-photos": "~5.1.0", "shoutem.rss-videos": "~5.1.0", - "shoutem.rubicon-theme": "~5.0.1-rc.0", - "shoutem.social": "~8.0.0-rc.0", + "shoutem.rubicon-theme": "~5.0.1", + "shoutem.social": "~8.0.0", "shoutem.sub-navigation": "~4.0.2", - "shoutem.theme": "~5.0.1-rc.3", - "shoutem.user-profile": "~4.0.0-rc.0", + "shoutem.theme": "~5.0.1", + "shoutem.user-profile": "~4.0.0", "shoutem.video": "~7.0.0", "shoutem.vimeo": "~5.1.0", - "shoutem.web-view": "~5.0.1-rc.0", + "shoutem.web-view": "~5.0.1", "shoutem.wordpress": "~5.0.0", - "shoutem.youtube": "~5.0.2-rc.0" + "shoutem.youtube": "~5.0.2" } }