From 00eea587600eca1d7754c50c04d55de428916080 Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Wed, 12 Oct 2016 20:31:06 -0400 Subject: [PATCH] Release v0.2.7 --- README.md | 6 +++--- example/index.js | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 34cc0b5f6..0602fdd7d 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ Examples of `emoji` object: } ``` -You can use [unpkg](https://unpkg.com/emoji-mart@0.2.5/sheets/) with the sheets included in this repo:
-https://unpkg.com/emoji-mart@0.2.5/sheets/sheet_apple_64.png
-https://unpkg.com/emoji-mart@0.2.5/sheets/sheet_emojione_64.png +You can use [unpkg](https://unpkg.com/emoji-mart@0.2.7/sheets/) with the sheets included in this repo:
+https://unpkg.com/emoji-mart@0.2.7/sheets/sheet_apple_64.png
+https://unpkg.com/emoji-mart@0.2.7/sheets/sheet_emojione_64.png ### Emoji ```jsx diff --git a/example/index.js b/example/index.js index c5b8e904a..5d1cde594 100644 --- a/example/index.js +++ b/example/index.js @@ -49,7 +49,7 @@ class Example extends React.Component { onClick={() => this.setState({ set: set })} {...props}> @@ -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.5/sheets/sheet_${this.state.set}_64.png`} + sheetURL={`https://unpkg.com/emoji-mart@0.2.7/sheets/sheet_${this.state.set}_64.png`} onClick={(emoji) => console.log(emoji)} /> } diff --git a/package.json b/package.json index 52c476371..a11f8a894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emoji-mart", - "version": "0.2.5", + "version": "0.2.7", "description": "Customizable Slack-like emoji picker for React", "main": "dist/emoji-mart.js", "repository": {