Skip to content

Commit

Permalink
v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfrances committed Mar 30, 2023
1 parent 1d9a482 commit 47d6a4d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 47d6a4d

Please sign in to comment.