Skip to content

Commit

Permalink
Merge pull request #141 from TheBeyondGroup/jeff/prepare-1-0-2-release
Browse files Browse the repository at this point in the history
Prepare v1.0.2 Release
  • Loading branch information
jeffreyguenther committed Mar 15, 2024
2 parents a9200a1 + f8feebd commit 8d217c4
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ 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.

Open a PR and commit these changes. Merge the PR.

```console
yarn publish
pnpm publish
```

When prompted provide the same version number as above.
Expand Down
4 changes: 2 additions & 2 deletions docs/the_complete_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -834,5 +834,5 @@
]
}
},
"version": "1.0.1"
"version": "1.0.2"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

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

0 comments on commit 8d217c4

Please sign in to comment.