Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Aug 17, 2023
1 parent f36e8a2 commit b56b0fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build-packages/scandipwa-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "scandipwa-cli",
"description": "ScandiPWA CLI command used by CSA.",
"version": "0.4.2",
"version": "0.4.3",
"bin": {
"scandipwa": "index.js"
},
"license": "OSL-3.0",
"dependencies": {
"@scandipwa/csa-generator-extension": "0.0.26",
"@scandipwa/scandipwa-dev-utils": "0.1.16",
"@scandipwa/scandipwa-development-toolkit-core": "1.1.2",
"@scandipwa/scandipwa-development-toolkit-core": "1.1.3",
"@tilework/mosaic-dev-utils": "0.0.5",
"archiver": "^5.0.2",
"inquirer": "^7.3.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.2",
"version": "1.1.3",
"name": "@scandipwa/scandipwa-development-toolkit-core",
"publisher": "ScandiPWA",
"description": "ScandiPWA development tools' base",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"name": "scandipwa-vscode-tools",
"publisher": "scandipwa-new",
"displayName": "ScandiPWA tools for VSCode",
Expand Down Expand Up @@ -112,7 +112,7 @@
"@babel/parser": "^7.9.6",
"@babel/traverse": "^7.9.6",
"@babel/types": "^7.9.6",
"@scandipwa/scandipwa-development-toolkit-core": "1.1.2",
"@scandipwa/scandipwa-development-toolkit-core": "1.1.3",
"@tilework/mosaic-dev-utils": "0.0.5"
},
"devDependencies": {
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.2.2",
"version": "6.2.3",
"scripts": {
"start": "scandipwa-scripts start",
"start:magento": "BUILD_MODE=magento scandipwa-scripts start",
Expand Down

0 comments on commit b56b0fe

Please sign in to comment.