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

## [1.0.6](https://github.com/wopian/preferred-locale/compare/v1.0.5...v1.0.6) (2020-07-26)


### Build System / Dependencies

* update devdependency eslint to ~7.5.0 ([#1](https://github.com/wopian/preferred-locale/issues/1)) ([923badd](https://github.com/wopian/preferred-locale/commit/923badd))
* update devdependency rollup to ~2.22.0 ([#2](https://github.com/wopian/preferred-locale/issues/2)) ([bd3f1d2](https://github.com/wopian/preferred-locale/commit/bd3f1d2))
* update devdependency rollup to ~2.23.0 ([#3](https://github.com/wopian/preferred-locale/issues/3)) ([0bb410d](https://github.com/wopian/preferred-locale/commit/0bb410d))


### Chores

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


### Continuous Integration

* **jest:** remove continue on error ([6e3de3a](https://github.com/wopian/preferred-locale/commit/6e3de3a))
* **jest:** rename github action from jest tests to unit tests ([3854785](https://github.com/wopian/preferred-locale/commit/3854785))
* **size-limit:** only run once ([385c5a2](https://github.com/wopian/preferred-locale/commit/385c5a2))


### Documentation Changes

* include github action badges ([a53774a](https://github.com/wopian/preferred-locale/commit/a53774a))


### Other Changes

* Update jest.yml ([9fe74b3](https://github.com/wopian/preferred-locale/commit/9fe74b3))
* Update jest.yml ([72e77ef](https://github.com/wopian/preferred-locale/commit/72e77ef))
* Update eslint.yml ([14c9e90](https://github.com/wopian/preferred-locale/commit/14c9e90))
* Update build-size-limit.yml ([e4d63d6](https://github.com/wopian/preferred-locale/commit/e4d63d6))


### Tests

* don't run 'Intl.Locale supported' tests on Node versions that do not support Intl.Locale ([1a1df51](https://github.com/wopian/preferred-locale/commit/1a1df51))





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


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.5",
"version": "1.0.6",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
21 changes: 21 additions & 0 deletions packages/preferred-locale/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.6](https://github.com/wopian/preferred-locale/compare/v1.0.5...v1.0.6) (2020-07-26)


### Chores

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


### Documentation Changes

* include github action badges ([a53774a](https://github.com/wopian/preferred-locale/commit/a53774a))


### Tests

* don't run 'Intl.Locale supported' tests on Node versions that do not support Intl.Locale ([1a1df51](https://github.com/wopian/preferred-locale/commit/1a1df51))





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


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.5",
"version": "1.0.6",
"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 7c01731

Please sign in to comment.