Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Feb 9, 2019
1 parent d5f86a7 commit 0225250
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 10.0.3

- fix initial props on withSSR

### 10.0.2

- refactor ready state in useTranslation
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-i18next",
"version": "10.0.2",
"version": "10.0.3",
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
"main": "dist/commonjs/index.js",
"types": "src/index.d.ts",
Expand Down

4 comments on commit 0225250

@haf
Copy link

@haf haf commented on 0225250 Feb 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧨

@jamuhl
Copy link
Member Author

@jamuhl jamuhl commented on 0225250 Feb 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@haf
Copy link

@haf haf commented on 0225250 Feb 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps 🎊 or 🎆 would be better emojis here ;) Just saying well done on the release.

@jamuhl
Copy link
Member Author

@jamuhl jamuhl commented on 0225250 Feb 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha...ok...thank you...happy that hooks finally landed so we could ship v10

Please sign in to comment.