Skip to content

Commit 9ed5580

Browse files
Merge pull request #498 from airbnb/f/v3.1.3
v3.1.3
2 parents 195fb79 + 78b23e3 commit 9ed5580

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
@@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). Every release
44

55
## Version 3.1.2
66

7+
- Add proptypes for Text
8+
- Allow `fontWeigth` to be a number
9+
10+
## Version 3.1.2
11+
712
- Handle passing a Sketch document more properly
813

914
## Version 3.1.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sketchapp",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "A React renderer for Sketch.app",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)