diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c570ab..d3704cb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Next +## 2.4.2 - 2023-03-30 - Fixed: Variant with breakpoints memoizing separate values into the same hash key by deconstructing breakpoint objects into strings [#241](https://github.com/Shopify/restyle/pull/241) by [mattfrances](https://github.com/mattfrances) - Added: Missing typography properties from React Native's Text Style Props [#249](https://github.com/Shopify/restyle/pull/249) by [mattfrances](https://github.com/mattfrances) diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 00000000..245c0f3a --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,7 @@ +# Release + +1. Before releasing releasing a new version of the package, make sure you are pointing to the latest commit from `master`. +2. Run `yarn version` and follow the prompts to choose a version for the package. +3. Update the Changelog to place all Next items under the new version. +4. Push the changes and new tags to GitHub with `git push origin master --follow-tags`. +5. Publish the release on the internal package registry by triggering a deploy on [Shipit](https://shipit.shopify.io/shopify/restyle). diff --git a/package.json b/package.json index d5c8c7db..527f2bf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/restyle", - "version": "2.4.1", + "version": "2.4.2", "license": "MIT", "description": "A system for building constraint-based UI components", "main": "dist/index.js",