Skip to content

Commit

Permalink
chore(release): update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jul 26, 2020
1 parent ad36e07 commit d219033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.6",
"version": "1.0.8",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preferred-locale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ preferredLocale(translatedLocales, fallback)

### preferredLocale

[packages/preferred-locale/src/index.js:14-22](https://github.com/wopian/preferred-locale/blob/a53774a9218b5f11519162edcd0245c4b8149cd3/packages/preferred-locale/src/index.js#L14-L22 "Source code on GitHub")
[packages/preferred-locale/src/index.js:14-22](https://github.com/wopian/preferred-locale/blob/ad36e0739404e973ff0e948059f8bf2869286037/packages/preferred-locale/src/index.js#L14-L22 "Source code on GitHub")

Get the users' most preferred locale that is translated by your application.

Expand Down
2 changes: 1 addition & 1 deletion packages/preferred-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preferred-locale",
"version": "1.0.6",
"version": "1.0.8",
"description": "Get the users' most preferred locale/language from your app's available translations with zero dependencies",
"main": "lib/index",
"module": "lib/index",
Expand Down

0 comments on commit d219033

Please sign in to comment.