Skip to content

Commit

Permalink
Merge pull request #475 from airbnb/f/v3.1.0
Browse files Browse the repository at this point in the history
version 3.1.0
  • Loading branch information
mathieudutour authored Jan 21, 2020
2 parents 06fbe55 + 7b3df2f commit 2ce5c28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

## Version 3.1.0

- Fix acceptable text children (#474)
- Fix parsing of SVG arc shorthand parameters (#467)
- Change default font resolution, always falling back to the system font when the `fontFamily` is missing or not specified

## Version 3.0.5

- Fix missing dependency (#462)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-sketchapp",
"version": "3.0.5",
"version": "3.1.0",
"description": "A React renderer for Sketch.app",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 2ce5c28

Please sign in to comment.