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 8ead7cd commit 196bbe7
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Build System / Dependencies

* revert publish script change to make initial release ([ef81f1d](https://github.com/wopian/preferred-locale/commit/ef81f1d))


### Chores

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


### Documentation Changes

* update package size ([24e97bf](https://github.com/wopian/preferred-locale/commit/24e97bf))





# [1.0.0](https://github.com/wopian/preferred-locale/compare/v0.1.0...v1.0.0) (2020-07-13)


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

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


### Chores

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


### Documentation Changes

* update package size ([24e97bf](https://github.com/wopian/preferred-locale/commit/24e97bf))





# [1.0.0](https://github.com/wopian/preferred-locale/compare/v0.1.0...v1.0.0) (2020-07-13)


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.0",
"version": "1.0.1",
"description": "Get a users' preferred locale/language from your app's available translations",
"main": "lib/index",
"module": "lib/index",
Expand Down

0 comments on commit 196bbe7

Please sign in to comment.