Skip to content

Commit 1f5c6bb

Browse files
committed
version 3.0.1
1 parent b80a591 commit 1f5c6bb

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
@@ -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.0.1
6+
7+
- Allow passing a style object when making a symbol
8+
- Expose `getSymbolMasterByName`
9+
510
## Version 3.0.0
611

712
- Export Svg components in the Svg/index.js file (Thanks @saschazar21!)

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.0.0",
3+
"version": "3.0.1",
44
"description": "A React renderer for Sketch.app",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)