diff --git a/docs/release.md b/docs/release.md index 5c6f74d..c88fc8c 100644 --- a/docs/release.md +++ b/docs/release.md @@ -9,7 +9,7 @@ Ensure `GITHUB_TOKEN` is set on the environment. Update version number in `package.json` and run: ```console -yarn prepack +pnpm prepack ``` This will update `oclif.manifest.json` which holds the version number used displayed when `--version` is run. @@ -17,7 +17,7 @@ displayed when `--version` is run. Open a PR and commit these changes. Merge the PR. ```console -yarn publish +pnpm publish ``` When prompted provide the same version number as above. diff --git a/docs/the_complete_guide.md b/docs/the_complete_guide.md index 5198807..a068ade 100644 --- a/docs/the_complete_guide.md +++ b/docs/the_complete_guide.md @@ -53,7 +53,7 @@ Each folder in the bucket refers to the corresponding folders in the theme directory structure where a `.json` file might be found. To learn the tool, let's build a sample project. We create a directory called -`client-theme`, we can bootstrap a theme project using +`client-theme`. We can bootstrap a theme project using [Dawn](https://github.com/shopify/dawn): ```console @@ -114,7 +114,7 @@ This copies the `.env` from `.shopkeeper/production` into our project directory, which `direnv` reloads. We pass the `--nodelete` command so we don't clobber the settings currently in the repo. `bucket switch` also copies the bucket's `.env` to the root of the project. With `direnv` installed, our -environment is updated to have our store's URL and password. Now, we can pull +environment is updated to set our store's URL and password. Now, we can pull down the latest settings from our live theme: ```console diff --git a/oclif.manifest.json b/oclif.manifest.json index c0d6a30..c12ed0f 100644 --- a/oclif.manifest.json +++ b/oclif.manifest.json @@ -834,5 +834,5 @@ ] } }, - "version": "1.0.1" + "version": "1.0.2" } \ No newline at end of file diff --git a/package.json b/package.json index a054249..eb670a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thebeyondgroup/shopkeeper", - "version": "1.0.1", + "version": "1.0.2", "description": "A CLI to manage settings and deployments for Shopify themes", "author": "Jeffrey Guenther @jeffreyguenther", "bin": { @@ -14,9 +14,9 @@ "dependencies": { "@oclif/core": "3.19.6", "@oclif/plugin-help": "6.0.1", - "@shopify/cli": "3.57.0", - "@shopify/cli-kit": "3.57.0", - "@shopify/theme": "3.57.0", + "@shopify/cli": "3.57.1", + "@shopify/cli-kit": "3.57.1", + "@shopify/theme": "3.57.1", "fs-extra": "^11.1.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1ca1e56..b60892e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,14 +12,14 @@ dependencies: specifier: 6.0.1 version: 6.0.1 '@shopify/cli': - specifier: 3.57.0 - version: 3.57.0(@types/node@18.19.3)(typescript@5.2.2)(zod@3.22.4) + specifier: 3.57.1 + version: 3.57.1(@types/node@18.19.3)(typescript@5.2.2)(zod@3.22.4) '@shopify/cli-kit': - specifier: 3.57.0 - version: 3.57.0 + specifier: 3.57.1 + version: 3.57.1 '@shopify/theme': - specifier: 3.57.0 - version: 3.57.0 + specifier: 3.57.1 + version: 3.57.1 fs-extra: specifier: ^11.1.0 version: 11.2.0 @@ -1264,8 +1264,8 @@ packages: dev: true optional: true - /@shopify/cli-kit@3.57.0: - resolution: {integrity: sha512-MluzFkSChidezvm0WNZWS6vSGY8j5paE1WDZpRHJaEjFV/8BYDt8VcekjS7/E8cT46yD6IibvchY//dOg6biww==} + /@shopify/cli-kit@3.57.1: + resolution: {integrity: sha512-DppI6F/q/QNzt+9SUZsumEnLLPs/IYZlDZJPomlgwN3h0i5qjGcGUihURhLPl8l1oUquwwGL4X9CLgoRVX4Nww==} engines: {node: '>=18.12.0'} os: [darwin, linux, win32] dependencies: @@ -1341,8 +1341,8 @@ packages: - utf-8-validate dev: false - /@shopify/cli@3.57.0(@types/node@18.19.3)(typescript@5.2.2)(zod@3.22.4): - resolution: {integrity: sha512-rLGMX9KmXT5QyckyrPGo04moALmexHwK9eH3o15MalUBaegt8bep9kWydrgqVX/uRbcvLiehlVpUsU6riREXSw==} + /@shopify/cli@3.57.1(@types/node@18.19.3)(typescript@5.2.2)(zod@3.22.4): + resolution: {integrity: sha512-bqFvUipcGWEvaOQBL1FiKb2IV86S5EcIWV8o0hEL9n05NE/XzbVnlRW7pNYY64WHVgT5dM7mFsX9/0boaJPASQ==} engines: {node: '>=18.12.0'} os: [darwin, linux, win32] hasBin: true @@ -1351,8 +1351,8 @@ packages: '@oclif/plugin-commands': 2.2.28(@types/node@18.19.3)(typescript@5.2.2) '@oclif/plugin-help': 5.2.20(@types/node@18.19.3)(typescript@5.2.2) '@oclif/plugin-plugins': 3.9.4(@types/node@18.19.3)(typescript@5.2.2) - '@shopify/cli-kit': 3.57.0 - '@shopify/plugin-did-you-mean': 3.57.0 + '@shopify/cli-kit': 3.57.1 + '@shopify/plugin-did-you-mean': 3.57.1 zod-to-json-schema: 3.21.4(zod@3.22.4) transitivePeerDependencies: - '@swc/core' @@ -1375,13 +1375,13 @@ packages: ohm-js: 16.6.0 dev: false - /@shopify/plugin-did-you-mean@3.57.0: - resolution: {integrity: sha512-6GG/zBriwlT8rFf8D8cV9Lg4xACrSmuEw4cfPs6il6q8HIW8bTwlavM5K9OZ3LAuR9cxQCuxWuNdJbUtSW3IiQ==} + /@shopify/plugin-did-you-mean@3.57.1: + resolution: {integrity: sha512-4CA6qf+Rvf6rZrtqia+oCEC6oPs+NW+12IRvXzzrvmF/O9OTsQFlsOthhGuIT/BmnWUt2fDTl3d3bjNInQpWXw==} engines: {node: '>=18.12.0'} os: [darwin, linux, win32] dependencies: '@oclif/core': 3.19.6 - '@shopify/cli-kit': 3.57.0 + '@shopify/cli-kit': 3.57.1 n-gram: 2.0.2 transitivePeerDependencies: - '@types/react' @@ -1456,13 +1456,13 @@ packages: - encoding dev: false - /@shopify/theme@3.57.0: - resolution: {integrity: sha512-+1/5JE2u2dxUbkDVhuZ5RRmaSByFusTX0Y5HQoY5W+UbqKc+6bU+DbanCInQ4QSlaZ4Tt2xOwy+UD6dJSWtXhg==} + /@shopify/theme@3.57.1: + resolution: {integrity: sha512-C9Yw9KiX/W0smP7pWRnF9RZDea0YNoRyiKDQGpCM8w7MnLR+60Jh4lD3Kl1spWKiEZE4cAasXB7OIwpLTcnZEg==} engines: {node: '>=18.12.0'} os: [darwin, linux, win32] dependencies: '@oclif/core': 3.19.6 - '@shopify/cli-kit': 3.57.0 + '@shopify/cli-kit': 3.57.1 '@shopify/theme-check-node': 2.2.1 '@shopify/theme-language-server-node': 1.8.2 yaml: 2.3.2 @@ -5838,7 +5838,7 @@ packages: dependencies: jsonc-parser: 3.2.1 mlly: 1.6.1 - pathe: 1.1.1 + pathe: 1.1.2 dev: true /possible-typed-array-names@1.0.0: