Skip to content

Commit

Permalink
[SKIP CI] v19.0.77
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Aug 13, 2019
1 parent a9452ff commit b4b202d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>19.0.77 (2019-08-13)</small>

* Build: include estree-walker in webpack config ([4f09b9f](https://github.com/wtw-im/es-components/commit/4f09b9f))
* Build: removed duplicate babel packages ([e89e28e](https://github.com/wtw-im/es-components/commit/e89e28e))
* Build: switched back to babel-preset-wtw-im ([9295a4f](https://github.com/wtw-im/es-components/commit/9295a4f))
* Build: using rollup for all builds, styleguide working in IE11 ([25d27ad](https://github.com/wtw-im/es-components/commit/25d27ad))
* Fix: newer eslint version errors ([029f839](https://github.com/wtw-im/es-components/commit/029f839))
* Docs: updated require statements to import ([3dee6a5](https://github.com/wtw-im/es-components/commit/3dee6a5))





## <small>19.0.76 (2019-08-08)</small>

* Fix: incrementer issue when thresholds were set to 0 ([13e5d3c](https://github.com/wtw-im/es-components/commit/13e5d3c))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "19.0.76",
"version": "19.0.77",
"command": {
"publish": {
"message": "[SKIP CI] %s"
Expand Down
13 changes: 13 additions & 0 deletions packages/es-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>19.0.77 (2019-08-13)</small>

* Build: include estree-walker in webpack config ([4f09b9f](https://github.com/wtw-im/es-components/commit/4f09b9f))
* Build: removed duplicate babel packages ([e89e28e](https://github.com/wtw-im/es-components/commit/e89e28e))
* Build: switched back to babel-preset-wtw-im ([9295a4f](https://github.com/wtw-im/es-components/commit/9295a4f))
* Build: using rollup for all builds, styleguide working in IE11 ([25d27ad](https://github.com/wtw-im/es-components/commit/25d27ad))
* Fix: newer eslint version errors ([029f839](https://github.com/wtw-im/es-components/commit/029f839))
* Docs: updated require statements to import ([3dee6a5](https://github.com/wtw-im/es-components/commit/3dee6a5))





## <small>19.0.76 (2019-08-08)</small>

* Fix: incrementer issue when thresholds were set to 0 ([13e5d3c](https://github.com/wtw-im/es-components/commit/13e5d3c))
Expand Down
2 changes: 1 addition & 1 deletion packages/es-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-components",
"version": "19.0.76",
"version": "19.0.77",
"description": "React components built for Exchange Solutions products",
"repository": "https://github.com/wtw-im/es-components",
"module": "lib/index.js",
Expand Down

0 comments on commit b4b202d

Please sign in to comment.