Skip to content

Commit

Permalink
Release v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLem committed Oct 14, 2016
1 parent 996c46c commit e429147
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -52,9 +52,9 @@ Examples of `emoji` object:
}
```

You can use [unpkg](https://unpkg.com/emoji-mart@0.2.8/sheets/) with the sheets included in this repo:<br>
https://unpkg.com/emoji-mart@0.2.8/sheets/sheet_apple_64.png<br>
https://unpkg.com/emoji-mart@0.2.8/sheets/sheet_emojione_64.png
You can use [unpkg](https://unpkg.com/emoji-mart@0.2.9/sheets/) with the sheets included in this repo:<br>
https://unpkg.com/emoji-mart@0.2.9/sheets/sheet_apple_64.png<br>
https://unpkg.com/emoji-mart@0.2.9/sheets/sheet_emojione_64.png

### Emoji
```jsx
Expand Down
4 changes: 2 additions & 2 deletions example/index.js
Expand Up @@ -49,7 +49,7 @@ class Example extends React.Component {
onClick={() => this.setState({ set: set })}
{...props}>
<Emoji
sheetURL={`https://unpkg.com/emoji-mart@0.2.8/sheets/sheet_${set}_32.png`}
sheetURL={`https://unpkg.com/emoji-mart@0.2.9/sheets/sheet_${set}_32.png`}
size={24}
emoji='grinning'
/>
Expand Down Expand Up @@ -86,7 +86,7 @@ class Example extends React.Component {
emojiSize={this.state.emojiSize}
perLine={this.state.perLine}
skin={this.state.skin}
sheetURL={`https://unpkg.com/emoji-mart@0.2.8/sheets/sheet_${this.state.set}_64.png`}
sheetURL={`https://unpkg.com/emoji-mart@0.2.9/sheets/sheet_${this.state.set}_64.png`}
onClick={(emoji) => console.log(emoji)}
/>
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "emoji-mart",
"version": "0.2.8",
"version": "0.2.9",
"description": "Customizable Slack-like emoji picker for React",
"main": "dist/emoji-mart.js",
"repository": {
Expand Down

0 comments on commit e429147

Please sign in to comment.