From de1d160622aadd31fff9511caa97e80974777e13 Mon Sep 17 00:00:00 2001 From: Anthony Frehner Date: Mon, 24 Oct 2022 10:57:44 -0600 Subject: [PATCH] Update package.json version --- CONTRIBUTING.md | 1 + packages/react/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d21ec0e..00cc311e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/packages/react/package.json b/packages/react/package.json index 923a0738..300aaf89 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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",