Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halfhelixbot committed May 9, 2023
1 parent 0b7a440 commit 4c2930b
Show file tree
Hide file tree
Showing 17 changed files with 9,517 additions and 9,517 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.1.3"
"version": "1.2.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halfhelix/kit",
"version": "1.1.3",
"version": "1.2.0",
"description": "A Shopify development toolkit",
"main": "index.js",
"bin": {
Expand All @@ -22,11 +22,11 @@
"access": "public"
},
"dependencies": {
"@halfhelix/configure": "1.1.3",
"@halfhelix/gitlab-kit": "1.1.3",
"@halfhelix/shopify-kit": "1.1.3",
"@halfhelix/terminal-kit": "1.1.3",
"@halfhelix/webpacker": "1.1.3",
"@halfhelix/configure": "1.2.0",
"@halfhelix/gitlab-kit": "1.2.0",
"@halfhelix/shopify-kit": "1.2.0",
"@halfhelix/terminal-kit": "1.2.0",
"@halfhelix/webpacker": "1.2.0",
"commander": "^8.1.0",
"node-fetch": "^2.6.1"
},
Expand Down
132 changes: 66 additions & 66 deletions packages/configure/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/configure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halfhelix/configure",
"version": "1.1.3",
"version": "1.2.0",
"description": "",
"main": "configure.js",
"author": "https://halfhelix.com",
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@halfhelix/terminal-kit": "1.1.3",
"@halfhelix/terminal-kit": "1.2.0",
"dotenv": "^8.2.0",
"fs-extra": "^8.1.0",
"js-yaml": "^3.12.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gitlab-kit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/gitlab-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halfhelix/gitlab-kit",
"version": "1.1.3",
"version": "1.2.0",
"description": "",
"main": "gitlab-kit.js",
"author": "https://halfhelix.com",
Expand All @@ -13,8 +13,8 @@
"access": "public"
},
"dependencies": {
"@halfhelix/configure": "1.1.3",
"@halfhelix/terminal-kit": "1.1.3",
"@halfhelix/configure": "1.2.0",
"@halfhelix/terminal-kit": "1.2.0",
"node-fetch": "^2.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/glob-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/glob-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halfhelix/glob-loader",
"version": "1.1.3",
"version": "1.2.0",
"description": "",
"main": "index.js",
"author": "https://halfhelix.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/shopify-kit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/shopify-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halfhelix/shopify-kit",
"version": "1.1.3",
"version": "1.2.0",
"description": "",
"main": "shopify-kit.js",
"author": "https://halfhelix.com",
Expand All @@ -13,8 +13,8 @@
"access": "public"
},
"dependencies": {
"@halfhelix/configure": "1.1.3",
"@halfhelix/terminal-kit": "1.1.3",
"@halfhelix/configure": "1.2.0",
"@halfhelix/terminal-kit": "1.2.0",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"node-fetch": "^2.6.0",
Expand Down
78 changes: 39 additions & 39 deletions packages/shopify-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/shopify-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halfhelix/shopify-loader",
"version": "1.1.3",
"version": "1.2.0",
"description": "",
"main": "shopify-loader.js",
"author": "https://halfhelix.com",
Expand Down
Loading

0 comments on commit 4c2930b

Please sign in to comment.