Skip to content

Commit f86990a

Browse files
committed
v2.4.5
1 parent 3301560 commit f86990a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## Next
99

10+
## 2.4.5 - 2025-03-19
11+
12+
- Fixed: dist folder not being generated when building the project [#302](https://github.com/Shopify/restyle/pull/302) by [kelset](https://github.com/naqvitalha)
13+
- Chore: Bump Node to 20 and allow releasing from GH Actions [#312](https://github.com/Shopify/restyle/pull/312) by [gvarandas](https://github.com/gvarandas)
14+
1015
## 2.4.3 - 2023-04-18
1116

1217
- Fixed: clean up the project configuration for RN0.71, aligning some packages to the right version [#271](https://github.com/Shopify/restyle/pull/271) by [kelset](https://github.com/kelset) & [tido64](https://github.com/tido64)

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.3",
3+
"version": "2.4.5",
44
"license": "MIT",
55
"description": "A system for building constraint-based UI components",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)