Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jul 18, 2020
1 parent 705ab27 commit 195a851
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/wopian/preferred-locale/compare/v1.0.4...v1.0.5) (2020-07-18)


### Bug Fixes

* **isLanguageAvailable:** correct typo in assigned variable name ([950c72e](https://github.com/wopian/preferred-locale/commit/950c72e))


### Chores

* **release:** update documentation ([705ab27](https://github.com/wopian/preferred-locale/commit/705ab27))


### Tests

* **deduplicate:** full line coverage ([c0a0bd8](https://github.com/wopian/preferred-locale/commit/c0a0bd8))
* **userLocales:** full line coverage ([2d50bf1](https://github.com/wopian/preferred-locale/commit/2d50bf1))
* **userLocales:** remove test case ([8be71cf](https://github.com/wopian/preferred-locale/commit/8be71cf))





## [1.0.4](https://github.com/wopian/preferred-locale/compare/v1.0.3...v1.0.4) (2020-07-14)


Expand Down
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.4",
"version": "1.0.5",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
23 changes: 23 additions & 0 deletions packages/preferred-locale/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/wopian/preferred-locale/compare/v1.0.4...v1.0.5) (2020-07-18)


### Bug Fixes

* **isLanguageAvailable:** correct typo in assigned variable name ([950c72e](https://github.com/wopian/preferred-locale/commit/950c72e))


### Chores

* **release:** update documentation ([705ab27](https://github.com/wopian/preferred-locale/commit/705ab27))


### Tests

* **deduplicate:** full line coverage ([c0a0bd8](https://github.com/wopian/preferred-locale/commit/c0a0bd8))
* **userLocales:** full line coverage ([2d50bf1](https://github.com/wopian/preferred-locale/commit/2d50bf1))
* **userLocales:** remove test case ([8be71cf](https://github.com/wopian/preferred-locale/commit/8be71cf))





## [1.0.4](https://github.com/wopian/preferred-locale/compare/v1.0.3...v1.0.4) (2020-07-14)


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.4",
"version": "1.0.5",
"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 195a851

Please sign in to comment.