Skip to content

Commit b137e2f

Browse files
committed
v1.7.0
1 parent 963f2d3 commit b137e2f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ 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+
## 1.7.0 - 2022-02-24
9+
* Performance improvements [#131](https://github.com/Shopify/restyle/pull/131) by [sbalay](https://github.com/sbalay)
10+
811
## 1.6.2 - 2022-02-21
9-
* Fix web support for variants [#121](https://github.com/Shopify/restyle/pull/) by [dobrea-v](https://github.com/dobrea-v)
12+
* Fix web support for variants [#121](https://github.com/Shopify/restyle/pull/121) by [dobrea-v](https://github.com/dobrea-v)
1013

1114
## 1.6.1 - 2021-12-01
1215
* Allow using 'auto' as value of spacing props. [#118](https://github.com/Shopify/restyle/pull/118) by [sbalay](https://github.com/sbalay)

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

0 commit comments

Comments
 (0)