diff --git a/extension-config.json b/extension-config.json index 17d5b480e..59b260c87 100644 --- a/extension-config.json +++ b/extension-config.json @@ -1,5 +1,5 @@ { - "version": "5.9.0-rc.2", + "version": "5.9.0", "id": "@shopgate/theme-ios11", "configuration": { "appId": { diff --git a/package.json b/package.json index 122a1ce99..772d26f81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopgate/theme-ios11", - "version": "5.9.0-rc.2", + "version": "5.9.0", "description": "iOS11 theme for the Shopgate Connect PWA.", "main": "index.jsx", "repository": "shopgate/theme-ios11", @@ -25,15 +25,15 @@ "precommit" ], "dependencies": { - "@shopgate/pwa-common": "5.9.0-rc.2", - "@shopgate/pwa-common-commerce": "5.9.0-rc.2", - "@shopgate/pwa-core": "5.9.0-rc.2", - "@shopgate/pwa-tracking": "5.9.0-rc.2", - "@shopgate/pwa-ui-ios": "5.9.0-rc.2", - "@shopgate/pwa-ui-shared": "5.9.0-rc.2", - "@shopgate/pwa-webcheckout-shopify": "5.9.0-rc.2", + "@shopgate/pwa-common": "5.9.0", + "@shopgate/pwa-common-commerce": "5.9.0", + "@shopgate/pwa-core": "5.9.0", + "@shopgate/pwa-tracking": "5.9.0", + "@shopgate/pwa-ui-ios": "5.9.0", + "@shopgate/pwa-ui-shared": "5.9.0", + "@shopgate/pwa-webcheckout-shopify": "5.9.0", "@shopgate/react-hammerjs": "0.5.3", - "@shopgate/tracking-core": "5.9.0-rc.2", + "@shopgate/tracking-core": "5.9.0", "babel-core": "^6.26.3", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-dynamic-import-webpack": "^1.0.2", @@ -72,9 +72,9 @@ "reselect": "^3.0.1" }, "devDependencies": { - "@shopgate/eslint-config": "5.9.0-rc.2", - "@shopgate/pwa-e2e-test": "5.9.0-rc.2", - "@shopgate/pwa-unit-test": "5.9.0-rc.2", + "@shopgate/eslint-config": "5.9.0", + "@shopgate/pwa-e2e-test": "5.9.0", + "@shopgate/pwa-unit-test": "5.9.0", "coveralls": "^3.0.0", "cypress": "^2.1.0", "eslint": "^4.17.0",