Skip to content

Commit

Permalink
4.12.0-beta.18
Browse files Browse the repository at this point in the history
  • Loading branch information
devbucket committed Mar 22, 2018
1 parent 7e48032 commit e791786
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 34 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": "4.12.0-beta.17",
"version": "4.12.0-beta.18",
"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": "4.12.0-beta.17",
"version": "4.12.0-beta.18",
"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": "^4.12.0-beta.17",
"@shopgate/pwa-core": "^4.12.0-beta.17",
"@shopgate/pwa-unit-test": "^4.12.0-beta.17",
"@shopgate/pwa-common": "^4.12.0-beta.18",
"@shopgate/pwa-core": "^4.12.0-beta.18",
"@shopgate/pwa-unit-test": "^4.12.0-beta.18",
"@shopgate/react-hammerjs": "^0.5.3",
"@shopgate/tracking-core": "^4.12.0-beta.17",
"@shopgate/tracking-core": "^4.12.0-beta.18",
"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": "4.12.0-beta.17",
"version": "4.12.0-beta.18",
"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": "^4.12.0-beta.17",
"@shopgate/pwa-core": "^4.12.0-beta.17",
"@shopgate/pwa-unit-test": "^4.12.0-beta.17",
"@shopgate/eslint-config": "^4.12.0-beta.18",
"@shopgate/pwa-core": "^4.12.0-beta.18",
"@shopgate/pwa-unit-test": "^4.12.0-beta.18",
"@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": "4.12.0-beta.17",
"version": "4.12.0-beta.18",
"description": "Core library for the Shopgate Connect PWA.",
"author": "Support <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -23,7 +23,7 @@
"isomorphic-fetch": "^2.2.1"
},
"devDependencies": {
"@shopgate/eslint-config": "^4.12.0-beta.17",
"@shopgate/eslint-config": "^4.12.0-beta.18",
"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": "4.12.0-beta.17",
"version": "4.12.0-beta.18",
"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": "^4.12.0-beta.17",
"@shopgate/pwa-core": "^4.12.0-beta.17",
"@shopgate/eslint-config": "^4.12.0-beta.18",
"@shopgate/pwa-core": "^4.12.0-beta.18",
"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": "4.12.0-beta.17",
"version": "4.12.0-beta.18",
"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": "^4.12.0-beta.17",
"@shopgate/pwa-common": "^4.12.0-beta.17",
"@shopgate/pwa-common-commerce": "^4.12.0-beta.17",
"@shopgate/pwa-core": "^4.12.0-beta.17",
"@shopgate/pwa-unit-test": "^4.12.0-beta.17",
"@shopgate/tracking-core": "^4.12.0-beta.17",
"@shopgate/eslint-config": "^4.12.0-beta.18",
"@shopgate/pwa-common": "^4.12.0-beta.18",
"@shopgate/pwa-common-commerce": "^4.12.0-beta.18",
"@shopgate/pwa-core": "^4.12.0-beta.18",
"@shopgate/pwa-unit-test": "^4.12.0-beta.18",
"@shopgate/tracking-core": "^4.12.0-beta.18",
"coveralls": "^3.0.0",
"jest": "^22.4.2",
"react": "^16.2.0",
Expand Down
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": "4.12.0-beta.17",
"version": "4.12.0-beta.18",
"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": "^4.12.0-beta.17",
"@shopgate/pwa-common": "^4.12.0-beta.17",
"@shopgate/pwa-core": "^4.12.0-beta.17",
"@shopgate/pwa-unit-test": "^4.12.0-beta.17",
"@shopgate/eslint-config": "^4.12.0-beta.18",
"@shopgate/pwa-common": "^4.12.0-beta.18",
"@shopgate/pwa-core": "^4.12.0-beta.18",
"@shopgate/pwa-unit-test": "^4.12.0-beta.18",
"coveralls": "^3.0.0",
"jest": "^22.4.2",
"react": "^16.2.0",
Expand Down
2 changes: 1 addition & 1 deletion themes/gmd
Submodule gmd updated 2 files
+1 −1 extension-config.json
+9 −9 package.json
2 changes: 1 addition & 1 deletion themes/ios11
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": "4.12.0-beta.17",
"version": "4.12.0-beta.18",
"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": "4.12.0-beta.17",
"version": "4.12.0-beta.18",
"description": "Unit test setup for the Shopgate Connect PWA.",
"author": "Shopgate <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -21,7 +21,7 @@
"strip-json-comments": "^2.0.1"
},
"devDependencies": {
"@shopgate/eslint-config": "^4.12.0-beta.17",
"@shopgate/eslint-config": "^4.12.0-beta.18",
"jest": "^22.4.2",
"react": "^16.2.0",
"react-dom": "^16.2.0"
Expand Down

0 comments on commit e791786

Please sign in to comment.