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

Commit de1d160

Browse files
committed
Update package.json version
1 parent 00ba187 commit de1d160

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Processes that need to happen:
5757
- Run the `graphql-types` NPM script to generate the new types.
5858
- If there are new scalars, or scalars are removed, update the `codegen.yml` file's custom scalar settings and run the command again.
5959
- Run the `ci:checks` NPM script and fix any issues that may come up.
60+
- 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`
6061
- Once you feel that everything is ready:
6162
- Do one last `ci:checks`
6263
- 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.

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/hydrogen-react",
3-
"version": "2022.7.1",
3+
"version": "2022.10.0",
44
"description": "React components, hooks, and utilities for creating custom Shopify storefronts",
55
"homepage": "https://github.com/Shopify/hydrogen-ui/tree/main/packages/react",
66
"license": "MIT",

0 commit comments

Comments
 (0)