Skip to content

Commit 44f5300

Browse files
committed
v3.2.1
1 parent 06ea861 commit 44f5300

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/). Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/airbnb/react-sketchapp/releases) page.
44

5+
## Version 3.2.1
6+
7+
- `Platform.version` now reflects the Sketch version
8+
- Fix a bug for a broken version of `@sketch-hq/sketch-file-format-ts`
9+
510
## Version 3.2.0
611

712
- Add a new `useWindowDimensions` hook for Artboard viewport (#501)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sketchapp",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "A React renderer for Sketch.app",
55
"sideEffects": false,
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)