Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Update package.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
frehner committed Oct 24, 2022
1 parent 00ba187 commit de1d160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Processes that need to happen:
- Run the `graphql-types` NPM script to generate the new types.
- If there are new scalars, or scalars are removed, update the `codegen.yml` file's custom scalar settings and run the command again.
- Run the `ci:checks` NPM script and fix any issues that may come up.
- Manually update the `package.json` `version` to the latest. Note that you can't have a leading `0` in the version number, so for example Storefront API `2022-07` would have to be `2022.7.0`
- Once you feel that everything is ready:
- Do one last `ci:checks`
- Push the branch up to Github. Do _not_ make a Pull Request - we want the older Storefront API branch to stay as a snapshot of the code that was there at that release.
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/hydrogen-react",
"version": "2022.7.1",
"version": "2022.10.0",
"description": "React components, hooks, and utilities for creating custom Shopify storefronts",
"homepage": "https://github.com/Shopify/hydrogen-ui/tree/main/packages/react",
"license": "MIT",
Expand Down

0 comments on commit de1d160

Please sign in to comment.