From e4a51db748cf29c2542167cfc116f10ac6ca27cd Mon Sep 17 00:00:00 2001 From: Sebastian Balay Date: Mon, 11 Apr 2022 09:27:47 +0200 Subject: [PATCH] v2.1.0 changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d755ec00..d97dd083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). + +## 2.1.0 - 2022-04-11 +* Handle Pressable function style prop by [CodyBrouwers](https://github.com/CodyBrouwers) in https://github.com/Shopify/restyle/pull/138 +* Fix default variant not being applied by [nelyousfi](https://github.com/nelyousfi) in https://github.com/Shopify/restyle/pull/148 + ## 2.0.0 - 2022-03-07 * Export composeRestyleFunctions and update `useRestyle` docs [211b29d5](https://github.com/Shopify/restyle/commit/211b29d549787fb3b38df652d2effe9660fcd374) by [sbalay](https://github.com/sbalay)