Skip to content

Commit 47d6a4d

Browse files
author
Matt Frances
committed
v2.4.2
1 parent 1d9a482 commit 47d6a4d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Next
8+
## 2.4.2 - 2023-03-30
99

1010
- 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)
1111
- 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)

RELEASE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release
2+
3+
1. Before releasing releasing a new version of the package, make sure you are pointing to the latest commit from `master`.
4+
2. Run `yarn version` and follow the prompts to choose a version for the package.
5+
3. Update the Changelog to place all Next items under the new version.
6+
4. Push the changes and new tags to GitHub with `git push origin master --follow-tags`.
7+
5. Publish the release on the internal package registry by triggering a deploy on [Shipit](https://shipit.shopify.io/shopify/restyle).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/restyle",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"license": "MIT",
55
"description": "A system for building constraint-based UI components",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)