diff --git a/packages/bundle-analyzer/package.json b/packages/bundle-analyzer/package.json index 3fc963e750..e70a87342e 100644 --- a/packages/bundle-analyzer/package.json +++ b/packages/bundle-analyzer/package.json @@ -1,7 +1,7 @@ { "name": "@scandipwa/bundle-analyzer", "description": "Webpack bundle analyzer extension used by CSA.", - "version": "0.0.5", + "version": "0.0.6", "license": "OSL-3.0", "dependencies": { "react-dev-utils": "^10.2.1", diff --git a/packages/framework/package.json b/packages/framework/package.json index 673197ef90..9cc861cd91 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,7 +1,7 @@ { "name": "@scandipwa/framework", "description": "Framework extension for ScandiPWA.", - "version": "0.0.3", + "version": "0.0.4", "license": "OSL-3.0", "dependencies": { "react": "^16.13.1", diff --git a/packages/m2-theme/package.json b/packages/m2-theme/package.json index fd23629c71..ce51cd4fdc 100644 --- a/packages/m2-theme/package.json +++ b/packages/m2-theme/package.json @@ -1,7 +1,7 @@ { "name": "@scandipwa/m2-theme", "description": "Magneto 2 theme build extension used by CSA.", - "version": "0.1.1-alpha.0", + "version": "0.1.1", "license": "OSL-3.0", "dependencies": { "@scandipwa/craco": "0.0.4", diff --git a/packages/router/package.json b/packages/router/package.json index b6ac232016..023a82a7a4 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,7 +1,7 @@ { "name": "@scandipwa/router", "description": "Router extension for ScandiPWA.", - "version": "0.0.3", + "version": "0.0.4", "license": "OSL-3.0", "peerDependencies": { "@scandipwa/framework": "^0.0.1" diff --git a/packages/scandipwa/package.json b/packages/scandipwa/package.json index 5b2b0b9dd8..e866b4615c 100644 --- a/packages/scandipwa/package.json +++ b/packages/scandipwa/package.json @@ -1,14 +1,14 @@ { "name": "@scandipwa/scandipwa", "description": "ScandiPWA source code used by CSA.", - "version": "3.2.5", + "version": "4.0.0", "scripts": { "start": "scandipwa-scripts start", "start:magento": "BUILD_MODE=magento scandipwa-scripts start", "build": "scandipwa-scripts build" }, "dependencies": { - "@scandipwa/m2-theme": "^0.1.1-alpha.0", + "@scandipwa/m2-theme": "^0.1.1", "@scandipwa/scandipwa-scripts": "^2.1.2", "@scandipwa/service-worker": "^0.0.2", "braintree-web-drop-in": "^1.23.0",