Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Nov 11, 2022
1 parent 2e15f55 commit 7b81673
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build-packages/create-scandipwa-app/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "create-scandipwa-app",
"description": "Global command used by CSA.",
"version": "1.4.7",
"version": "1.4.8",
"main": "./index.js",
"bin": "./index.js",
"license": "OSL-3.0",
"dependencies": {
"@scandipwa/csa-generator-blank": "0.1.23",
"@scandipwa/csa-generator-cra": "0.1.23",
"@scandipwa/csa-generator-theme": "0.4.2",
"@scandipwa/csa-generator-theme": "0.4.3",
"@scandipwa/scandipwa-dev-utils": "0.1.16",
"semver": "^7.3.2",
"yargs": "^16.1.0"
Expand Down
2 changes: 1 addition & 1 deletion build-packages/csa-generator-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@scandipwa/csa-generator-theme",
"description": "Theme template used by CSA.",
"version": "0.4.2",
"version": "0.4.3",
"main": "index.js",
"license": "OSL-3.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bundle-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@scandipwa/bundle-analyzer",
"description": "Webpack bundle analyzer extension used by CSA.",
"version": "0.0.8",
"version": "0.0.9",
"license": "OSL-3.0",
"dependencies": {
"react-dev-utils": "^10.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/scandipwa/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@scandipwa/scandipwa",
"description": "ScandiPWA source code used by CSA.",
"version": "6.0.1",
"version": "6.0.2",
"scripts": {
"start": "scandipwa-scripts start",
"start:magento": "BUILD_MODE=magento scandipwa-scripts start",
Expand Down

0 comments on commit 7b81673

Please sign in to comment.