Skip to content

Commit

Permalink
5.3.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shopgate-deployer committed May 9, 2018
1 parent c448e8f commit 784bc10
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion extensions/@shopgate-product-reviews
2 changes: 1 addition & 1 deletion extensions/@shopgate-tracking-ga-native
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "5.3.0-beta.6",
"version": "5.3.0-beta.7",
"packages": [
"extensions/*/frontend",
"libraries/*",
Expand Down
10 changes: 5 additions & 5 deletions libraries/commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/pwa-common-commerce",
"version": "5.3.0-beta.6",
"version": "5.3.0-beta.7",
"description": "Commerce library for the Shopgate Connect PWA.",
"license": "Apache-2.0",
"author": "Shopgate <[email protected]>",
Expand All @@ -24,11 +24,11 @@
"reselect": "^3.0.1"
},
"devDependencies": {
"@shopgate/pwa-common": "^5.3.0-beta.6",
"@shopgate/pwa-core": "^5.3.0-beta.6",
"@shopgate/pwa-unit-test": "^5.3.0-beta.6",
"@shopgate/pwa-common": "^5.3.0-beta.7",
"@shopgate/pwa-core": "^5.3.0-beta.7",
"@shopgate/pwa-unit-test": "^5.3.0-beta.7",
"@shopgate/react-hammerjs": "^0.5.3",
"@shopgate/tracking-core": "^5.3.0-beta.6",
"@shopgate/tracking-core": "^5.3.0-beta.7",
"coveralls": "^3.0.0",
"jest": "^22.4.2",
"lodash": "^4.17.4",
Expand Down
8 changes: 4 additions & 4 deletions libraries/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/pwa-common",
"version": "5.3.0-beta.6",
"version": "5.3.0-beta.7",
"description": "Common library for the Shopgate Connect PWA.",
"license": "Apache-2.0",
"author": "Shopgate <[email protected]>",
Expand Down Expand Up @@ -44,9 +44,9 @@
"url-search-params": "^0.10.0"
},
"devDependencies": {
"@shopgate/eslint-config": "^5.3.0-beta.6",
"@shopgate/pwa-core": "^5.3.0-beta.6",
"@shopgate/pwa-unit-test": "^5.3.0-beta.6",
"@shopgate/eslint-config": "^5.3.0-beta.7",
"@shopgate/pwa-core": "^5.3.0-beta.7",
"@shopgate/pwa-unit-test": "^5.3.0-beta.7",
"@shopgate/react-hammerjs": "^0.5.3",
"coveralls": "^3.0.0",
"jest": "^22.4.2",
Expand Down
4 changes: 2 additions & 2 deletions libraries/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/pwa-core",
"version": "5.3.0-beta.6",
"version": "5.3.0-beta.7",
"description": "Core library for the Shopgate Connect PWA.",
"author": "Support <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -24,7 +24,7 @@
"isomorphic-fetch": "^2.2.1"
},
"devDependencies": {
"@shopgate/eslint-config": "^5.3.0-beta.6",
"@shopgate/eslint-config": "^5.3.0-beta.7",
"coveralls": "^3.0.0",
"jest": "^22.0.4"
}
Expand Down
6 changes: 3 additions & 3 deletions libraries/tracking-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/tracking-core",
"version": "5.3.0-beta.6",
"version": "5.3.0-beta.7",
"description": "Tracking core library for the Shopgate Connect PWA.",
"author": "Shopgate <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -19,8 +19,8 @@
"test": "mocha --recursive --compilers js:babel-core/register ./tests/CoreTest ./tests/FbPixelTest ./tests/UnifiedTest ./tests/GaBaseTest ./tests/BaseTest ./tests/AppHandlerTest ./tests/urlMappingTest ./tests/helperTest"
},
"devDependencies": {
"@shopgate/eslint-config": "^5.3.0-beta.6",
"@shopgate/pwa-core": "^5.3.0-beta.6",
"@shopgate/eslint-config": "^5.3.0-beta.7",
"@shopgate/pwa-core": "^5.3.0-beta.7",
"babel-preset-latest": "^6.24.1",
"chai": "^3.5.0",
"jest": "^22.4.2",
Expand Down
14 changes: 7 additions & 7 deletions libraries/tracking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/pwa-tracking",
"version": "5.3.0-beta.6",
"version": "5.3.0-beta.7",
"description": "Tracking library for the Shopgate Connect PWA.",
"license": "Apache-2.0",
"author": "Shopgate <[email protected]>",
Expand All @@ -19,12 +19,12 @@
"cover": "jest --coverage"
},
"devDependencies": {
"@shopgate/eslint-config": "^5.3.0-beta.6",
"@shopgate/pwa-common": "^5.3.0-beta.6",
"@shopgate/pwa-common-commerce": "^5.3.0-beta.6",
"@shopgate/pwa-core": "^5.3.0-beta.6",
"@shopgate/pwa-unit-test": "^5.3.0-beta.6",
"@shopgate/tracking-core": "^5.3.0-beta.6",
"@shopgate/eslint-config": "^5.3.0-beta.7",
"@shopgate/pwa-common": "^5.3.0-beta.7",
"@shopgate/pwa-common-commerce": "^5.3.0-beta.7",
"@shopgate/pwa-core": "^5.3.0-beta.7",
"@shopgate/pwa-unit-test": "^5.3.0-beta.7",
"@shopgate/tracking-core": "^5.3.0-beta.7",
"coveralls": "^3.0.0",
"jest": "^22.4.2",
"react": "^16.3.2",
Expand Down
8 changes: 4 additions & 4 deletions libraries/ui-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@shopgate/pwa-ui-ios",
"version": "5.3.0-beta.6",
"version": "5.3.0-beta.7",
"description": "Shopgate's iOS UI components.",
"main": "index.js",
"license": "Apache-2.0",
"devDependencies": {
"@shopgate/eslint-config": "^5.3.0-beta.6",
"@shopgate/pwa-common": "^5.3.0-beta.6",
"@shopgate/pwa-unit-test": "^5.3.0-beta.6"
"@shopgate/eslint-config": "^5.3.0-beta.7",
"@shopgate/pwa-common": "^5.3.0-beta.7",
"@shopgate/pwa-unit-test": "^5.3.0-beta.7"
}
}
8 changes: 4 additions & 4 deletions libraries/ui-material/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@shopgate/pwa-ui-material",
"version": "5.3.0-beta.6",
"version": "5.3.0-beta.7",
"description": "Shopgate's material design UI components.",
"main": "index.js",
"license": "Apache-2.0",
"devDependencies": {
"@shopgate/eslint-config": "^5.3.0-beta.6",
"@shopgate/pwa-common": "^5.3.0-beta.6",
"@shopgate/pwa-unit-test": "^5.3.0-beta.6"
"@shopgate/eslint-config": "^5.3.0-beta.7",
"@shopgate/pwa-common": "^5.3.0-beta.7",
"@shopgate/pwa-unit-test": "^5.3.0-beta.7"
}
}
10 changes: 5 additions & 5 deletions libraries/ui-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@shopgate/pwa-ui-shared",
"version": "5.3.0-beta.6",
"version": "5.3.0-beta.7",
"description": "Shopgate's shared UI components.",
"main": "index.js",
"license": "Apache-2.0",
"devDependencies": {
"@shopgate/eslint-config": "^5.3.0-beta.6",
"@shopgate/pwa-common": "^5.3.0-beta.6",
"@shopgate/pwa-common-commerce": "^5.3.0-beta.6",
"@shopgate/pwa-unit-test": "^5.3.0-beta.6"
"@shopgate/eslint-config": "^5.3.0-beta.7",
"@shopgate/pwa-common": "^5.3.0-beta.7",
"@shopgate/pwa-common-commerce": "^5.3.0-beta.7",
"@shopgate/pwa-unit-test": "^5.3.0-beta.7"
}
}
10 changes: 5 additions & 5 deletions libraries/webcheckout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/pwa-webcheckout-shopify",
"version": "5.3.0-beta.6",
"version": "5.3.0-beta.7",
"description": "Webcheckout Shopify library for the Shopgate Connect PWA.",
"license": "Apache-2.0",
"author": "Shopgate <[email protected]>",
Expand All @@ -21,10 +21,10 @@
"cover": "jest --coverage"
},
"devDependencies": {
"@shopgate/eslint-config": "^5.3.0-beta.6",
"@shopgate/pwa-common": "^5.3.0-beta.6",
"@shopgate/pwa-core": "^5.3.0-beta.6",
"@shopgate/pwa-unit-test": "^5.3.0-beta.6",
"@shopgate/eslint-config": "^5.3.0-beta.7",
"@shopgate/pwa-common": "^5.3.0-beta.7",
"@shopgate/pwa-core": "^5.3.0-beta.7",
"@shopgate/pwa-unit-test": "^5.3.0-beta.7",
"coveralls": "^3.0.0",
"jest": "^22.4.2",
"react": "^16.3.2",
Expand Down
2 changes: 1 addition & 1 deletion themes/gmd
Submodule gmd updated 2 files
+1 −1 extension-config.json
+11 −11 package.json
2 changes: 1 addition & 1 deletion themes/ios11
Submodule ios11 updated 2 files
+1 −1 extension-config.json
+11 −11 package.json
2 changes: 1 addition & 1 deletion utils/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/eslint-config",
"version": "5.3.0-beta.6",
"version": "5.3.0-beta.7",
"description": "Eslint configuration for the Shopgate Connect projects.",
"author": "Shopgate <[email protected]>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions utils/unit-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/pwa-unit-test",
"version": "5.3.0-beta.6",
"version": "5.3.0-beta.7",
"description": "Unit test setup for the Shopgate Connect PWA.",
"author": "Shopgate <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
"react-test-renderer": "^16.2.0"
},
"devDependencies": {
"@shopgate/eslint-config": "^5.3.0-beta.6",
"@shopgate/eslint-config": "^5.3.0-beta.7",
"jest": "^22.4.2",
"react": "^16.3.2",
"react-dom": "^16.3.2"
Expand Down

0 comments on commit 784bc10

Please sign in to comment.