Skip to content

Commit

Permalink
Set release versions (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: Maja Klajić <maja.klajic@five.agency>
  • Loading branch information
majaklajic and Maja Klajić authored Jun 13, 2022
1 parent 934dc1c commit 9f9c957
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 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": "7.0.0-rc.2",
"version": "7.0.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": "7.0.0-rc.2",
"version": "7.0.0",
"scripts": {
"android": "react-native run-android",
"build": "node scripts/build",
Expand Down
42 changes: 21 additions & 21 deletions platform/platform.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 9f9c957

Please sign in to comment.