Skip to content

Commit

Permalink
Released 6.23.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shopgate-deployer committed Aug 9, 2024
1 parent 72d4385 commit b70c8b3
Show file tree
Hide file tree
Showing 27 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion extensions/@shopgate-product-reviews/extension-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.22.4",
"version": "6.23.0-beta.7",
"id": "@shopgate/product-reviews",
"components": [
{
Expand Down
12 changes: 6 additions & 6 deletions extensions/@shopgate-product-reviews/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@shopgate/product-reviews",
"version": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Shopgate Connect Product Reviews extension.",
"license": "Apache-2.0",
"devDependencies": {
"@shopgate/engage": "6.22.4",
"@shopgate/eslint-config": "6.22.4",
"@shopgate/pwa-common": "6.22.4",
"@shopgate/pwa-common-commerce": "6.22.4",
"@shopgate/pwa-core": "6.22.4",
"@shopgate/engage": "6.23.0-beta.7",
"@shopgate/eslint-config": "6.23.0-beta.7",
"@shopgate/pwa-common": "6.23.0-beta.7",
"@shopgate/pwa-common-commerce": "6.23.0-beta.7",
"@shopgate/pwa-core": "6.23.0-beta.7",
"lint-staged": "^7.2.2",
"prop-types": "~15.7.2",
"react": "~16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/@shopgate-theme-config/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/theme-config",
"version": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Provides the theme configurations for Catalog 2.0",
"license": "Apache-2.0",
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.22.4",
"version": "6.23.0-beta.7",
"id": "@shopgate/tracking-ga-native",
"components": [
{
Expand Down
8 changes: 4 additions & 4 deletions extensions/@shopgate-tracking-ga-native/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@shopgate/tracking-ga-native",
"version": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Shopgate Connect Google Analytics native tracker extension.",
"main": "frontend/index.js",
"repository": "shopgate/tracking-ga-native",
"bugs": "https://github.com/shopgate/tracking-ga-native/issues",
"homepage": "https://github.com/shopgate/tracking-ga-native",
"license": "Apache-2.0",
"dependencies": {
"@shopgate/tracking-core": "6.22.4"
"@shopgate/tracking-core": "6.23.0-beta.7"
},
"devDependencies": {
"@shopgate/pwa-common": "6.22.4",
"@shopgate/pwa-core": "6.22.4"
"@shopgate/pwa-common": "6.23.0-beta.7",
"@shopgate/pwa-core": "6.23.0-beta.7"
}
}
2 changes: 1 addition & 1 deletion extensions/@shopgate-user-privacy/extension-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.22.4",
"version": "6.23.0-beta.7",
"id": "@shopgate/user-privacy",
"configuration": {
"isActive": {
Expand Down
10 changes: 5 additions & 5 deletions extensions/@shopgate-user-privacy/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@shopgate/user-privacy",
"version": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Shopgate Connect User Privacy Extension",
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "https://github.com/shopgate/ext-user-privacy"
},
"devDependencies": {
"@shopgate/pwa-common": "6.22.4",
"@shopgate/pwa-common-commerce": "6.22.4",
"@shopgate/pwa-core": "6.22.4",
"@shopgate/pwa-ui-shared": "6.22.4",
"@shopgate/pwa-common": "6.23.0-beta.7",
"@shopgate/pwa-common-commerce": "6.23.0-beta.7",
"@shopgate/pwa-core": "6.23.0-beta.7",
"@shopgate/pwa-ui-shared": "6.23.0-beta.7",
"prop-types": "~15.7.2",
"react": "~16.12.0",
"react-redux": "^5.1.2",
Expand Down
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": "6.22.4",
"version": "6.23.0-beta.7",
"packages": [
"extensions/@shopgate-product-reviews/frontend",
"extensions/@shopgate-tracking-ga-native/frontend",
Expand Down
6 changes: 3 additions & 3 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": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Commerce library for the Shopgate Connect PWA.",
"license": "Apache-2.0",
"author": "Shopgate <[email protected]>",
Expand All @@ -18,8 +18,8 @@
"reselect": "^3.0.1"
},
"devDependencies": {
"@shopgate/pwa-common": "6.22.4",
"@shopgate/pwa-core": "6.22.4",
"@shopgate/pwa-common": "6.23.0-beta.7",
"@shopgate/pwa-core": "6.23.0-beta.7",
"lodash": "^4.17.4",
"react": "~16.12.0",
"react-dom": "~16.12.0"
Expand Down
6 changes: 3 additions & 3 deletions libraries/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/pwa-common",
"version": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Common library for the Shopgate Connect PWA.",
"license": "Apache-2.0",
"author": "Shopgate <[email protected]>",
Expand All @@ -16,7 +16,7 @@
],
"dependencies": {
"@sentry/browser": "^4.6.3",
"@shopgate/pwa-benchmark": "6.22.4",
"@shopgate/pwa-benchmark": "6.23.0-beta.7",
"@virtuous/conductor": "~2.4.0",
"@virtuous/react-conductor": "~2.4.0",
"@virtuous/redux-persister": "1.1.0-beta.7",
Expand Down Expand Up @@ -44,7 +44,7 @@
"url-search-params": "^0.10.0"
},
"devDependencies": {
"@shopgate/pwa-core": "6.22.4",
"@shopgate/pwa-core": "6.23.0-beta.7",
"lodash": "^4.17.4",
"prop-types": "~15.7.2",
"react": "~16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/pwa-core",
"version": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Core library for the Shopgate Connect PWA.",
"author": "Support <[email protected]>",
"license": "Apache-2.0",
Expand Down
14 changes: 7 additions & 7 deletions libraries/engage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/engage",
"version": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Shopgate's ENGAGE library.",
"license": "Apache-2.0",
"author": "Shopgate <[email protected]>",
Expand All @@ -15,12 +15,12 @@
"connect"
],
"dependencies": {
"@shopgate/pwa-common": "6.22.4",
"@shopgate/pwa-common-commerce": "6.22.4",
"@shopgate/pwa-core": "6.22.4",
"@shopgate/pwa-ui-ios": "6.22.4",
"@shopgate/pwa-ui-material": "6.22.4",
"@shopgate/pwa-ui-shared": "6.22.4",
"@shopgate/pwa-common": "6.23.0-beta.7",
"@shopgate/pwa-common-commerce": "6.23.0-beta.7",
"@shopgate/pwa-core": "6.23.0-beta.7",
"@shopgate/pwa-ui-ios": "6.23.0-beta.7",
"@shopgate/pwa-ui-material": "6.23.0-beta.7",
"@shopgate/pwa-ui-shared": "6.23.0-beta.7",
"@virtuous/conductor": "~2.4.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
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": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Tracking core library for the Shopgate Connect PWA.",
"author": "Shopgate <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -16,8 +16,8 @@
"connect"
],
"devDependencies": {
"@shopgate/eslint-config": "6.22.4",
"@shopgate/pwa-core": "6.22.4",
"@shopgate/eslint-config": "6.23.0-beta.7",
"@shopgate/pwa-core": "6.23.0-beta.7",
"chai": "^3.5.0",
"jsdom": "11.1.0",
"mocha": "^3.1.0",
Expand Down
10 changes: 5 additions & 5 deletions libraries/tracking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/pwa-tracking",
"version": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Tracking library for the Shopgate Connect PWA.",
"license": "Apache-2.0",
"author": "Shopgate <[email protected]>",
Expand All @@ -15,10 +15,10 @@
"connect"
],
"devDependencies": {
"@shopgate/pwa-common": "6.22.4",
"@shopgate/pwa-common-commerce": "6.22.4",
"@shopgate/pwa-core": "6.22.4",
"@shopgate/tracking-core": "6.22.4",
"@shopgate/pwa-common": "6.23.0-beta.7",
"@shopgate/pwa-common-commerce": "6.23.0-beta.7",
"@shopgate/pwa-core": "6.23.0-beta.7",
"@shopgate/tracking-core": "6.23.0-beta.7",
"reselect": "^3.0.1",
"rxjs": "~5.5.12"
}
Expand Down
4 changes: 2 additions & 2 deletions libraries/ui-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@shopgate/pwa-ui-ios",
"version": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Shopgate's iOS UI components.",
"main": "index.js",
"license": "Apache-2.0",
"devDependencies": {
"@shopgate/pwa-common": "6.22.4",
"@shopgate/pwa-common": "6.23.0-beta.7",
"react": "~16.12.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions libraries/ui-material/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@shopgate/pwa-ui-material",
"version": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Shopgate's material design UI components.",
"main": "index.js",
"license": "Apache-2.0",
"devDependencies": {
"@shopgate/pwa-common": "6.22.4",
"@shopgate/pwa-common": "6.23.0-beta.7",
"react": "~16.12.0",
"react-dom": "~16.12.0",
"redux": "^4.0.1"
Expand Down
10 changes: 5 additions & 5 deletions libraries/ui-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@shopgate/pwa-ui-shared",
"version": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Shopgate's shared UI components.",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@shopgate/pwa-ui-ios": "6.22.4",
"@shopgate/pwa-ui-material": "6.22.4"
"@shopgate/pwa-ui-ios": "6.23.0-beta.7",
"@shopgate/pwa-ui-material": "6.23.0-beta.7"
},
"devDependencies": {
"@shopgate/pwa-common": "6.22.4",
"@shopgate/pwa-common-commerce": "6.22.4",
"@shopgate/pwa-common": "6.23.0-beta.7",
"@shopgate/pwa-common-commerce": "6.23.0-beta.7",
"classnames": "^2.2.5",
"react": "~16.12.0"
},
Expand Down
6 changes: 3 additions & 3 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": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Webcheckout Shopify library for the Shopgate Connect PWA.",
"license": "Apache-2.0",
"author": "Shopgate <[email protected]>",
Expand All @@ -17,8 +17,8 @@
"connect"
],
"devDependencies": {
"@shopgate/pwa-common": "6.22.4",
"@shopgate/pwa-core": "6.22.4",
"@shopgate/pwa-common": "6.23.0-beta.7",
"@shopgate/pwa-core": "6.23.0-beta.7",
"react": "~16.12.0"
}
}
2 changes: 1 addition & 1 deletion themes/theme-gmd/extension-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.22.4",
"version": "6.23.0-beta.7",
"id": "@shopgate/theme-gmd",
"configuration": {
"appId": {
Expand Down
28 changes: 14 additions & 14 deletions themes/theme-gmd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopgate/theme-gmd",
"version": "6.22.4",
"version": "6.23.0-beta.7",
"description": "Google Material Design theme for the Shopgate Connect PWA.",
"repository": "shopgate/theme-gmd",
"bugs": "https://github.com/shopgate/theme-gmd/issues",
Expand Down Expand Up @@ -31,16 +31,16 @@
"@babel/runtime": "^7.5.5",
"@babel/runtime-corejs3": "^7.5.5",
"@hot-loader/react-dom": "~16.8.6",
"@shopgate/engage": "6.22.4",
"@shopgate/pwa-common": "6.22.4",
"@shopgate/pwa-common-commerce": "6.22.4",
"@shopgate/pwa-core": "6.22.4",
"@shopgate/pwa-tracking": "6.22.4",
"@shopgate/pwa-ui-material": "6.22.4",
"@shopgate/pwa-ui-shared": "6.22.4",
"@shopgate/pwa-webcheckout-shopify": "6.22.4",
"@shopgate/tracking-core": "6.22.4",
"@shopgate/webpack": "6.22.4",
"@shopgate/engage": "6.23.0-beta.7",
"@shopgate/pwa-common": "6.23.0-beta.7",
"@shopgate/pwa-common-commerce": "6.23.0-beta.7",
"@shopgate/pwa-core": "6.23.0-beta.7",
"@shopgate/pwa-tracking": "6.23.0-beta.7",
"@shopgate/pwa-ui-material": "6.23.0-beta.7",
"@shopgate/pwa-ui-shared": "6.23.0-beta.7",
"@shopgate/pwa-webcheckout-shopify": "6.23.0-beta.7",
"@shopgate/tracking-core": "6.23.0-beta.7",
"@shopgate/webpack": "6.23.0-beta.7",
"@virtuous/conductor": "~2.4.0",
"@virtuous/react-conductor": "~2.4.0",
"babel-plugin-lodash": "^3.3.4",
Expand Down Expand Up @@ -70,9 +70,9 @@
"webpack-cli": "3.3.6"
},
"devDependencies": {
"@shopgate/eslint-config": "6.22.4",
"@shopgate/pwa-e2e-test": "6.22.4",
"@shopgate/pwa-unit-test": "6.22.4",
"@shopgate/eslint-config": "6.23.0-beta.7",
"@shopgate/pwa-e2e-test": "6.23.0-beta.7",
"@shopgate/pwa-unit-test": "6.23.0-beta.7",
"@types/react": "^16.9.11",
"coveralls": "^3.0.0",
"eslint": "~5.12.0",
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-ios11/extension-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.22.4",
"version": "6.23.0-beta.7",
"id": "@shopgate/theme-ios11",
"configuration": {
"appId": {
Expand Down
Loading

0 comments on commit b70c8b3

Please sign in to comment.