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 14, 2020
1 parent 3d415b1 commit 44990cb
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/wopian/preferred-locale/compare/v1.0.1...v1.0.2) (2020-07-14)


### Bug Fixes

* **userLocales:** check Intl is implemented before checking if DateTimeFormat is implemented ([192012e](https://github.com/wopian/preferred-locale/commit/192012e))


### Build System / Dependencies

* add package keywords ([f07bd15](https://github.com/wopian/preferred-locale/commit/f07bd15))
* do not publish types for internal functions ([ab45273](https://github.com/wopian/preferred-locale/commit/ab45273))


### Chores

* **release:** update documentation ([3d415b1](https://github.com/wopian/preferred-locale/commit/3d415b1))
* **release:** update documentation ([847858a](https://github.com/wopian/preferred-locale/commit/847858a))


### Documentation Changes

* update package description ([78b4a33](https://github.com/wopian/preferred-locale/commit/78b4a33))





## [1.0.1](https://github.com/wopian/preferred-locale/compare/v1.0.0...v1.0.1) (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.1",
"version": "1.0.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
28 changes: 28 additions & 0 deletions packages/preferred-locale/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/wopian/preferred-locale/compare/v1.0.1...v1.0.2) (2020-07-14)


### Bug Fixes

* **userLocales:** check Intl is implemented before checking if DateTimeFormat is implemented ([192012e](https://github.com/wopian/preferred-locale/commit/192012e))


### Build System / Dependencies

* add package keywords ([f07bd15](https://github.com/wopian/preferred-locale/commit/f07bd15))
* do not publish types for internal functions ([ab45273](https://github.com/wopian/preferred-locale/commit/ab45273))


### Chores

* **release:** update documentation ([3d415b1](https://github.com/wopian/preferred-locale/commit/3d415b1))
* **release:** update documentation ([847858a](https://github.com/wopian/preferred-locale/commit/847858a))


### Documentation Changes

* update package description ([78b4a33](https://github.com/wopian/preferred-locale/commit/78b4a33))





## [1.0.1](https://github.com/wopian/preferred-locale/compare/v1.0.0...v1.0.1) (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.1",
"version": "1.0.2",
"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 44990cb

Please sign in to comment.