From b4b202d549df7f74ff3591ca3a9037704249989a Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Tue, 13 Aug 2019 20:16:45 +0000 Subject: [PATCH] [SKIP CI] v19.0.77 --- CHANGELOG.md | 13 +++++++++++++ lerna.json | 2 +- packages/es-components/CHANGELOG.md | 13 +++++++++++++ packages/es-components/package.json | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8cb5895..4970a27c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## 19.0.77 (2019-08-13) + +* 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)) + + + + + ## 19.0.76 (2019-08-08) * Fix: incrementer issue when thresholds were set to 0 ([13e5d3c](https://github.com/wtw-im/es-components/commit/13e5d3c)) diff --git a/lerna.json b/lerna.json index ed85a6fb7..b4c3a4b9c 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "19.0.76", + "version": "19.0.77", "command": { "publish": { "message": "[SKIP CI] %s" diff --git a/packages/es-components/CHANGELOG.md b/packages/es-components/CHANGELOG.md index 5f774f91c..03dfd336e 100644 --- a/packages/es-components/CHANGELOG.md +++ b/packages/es-components/CHANGELOG.md @@ -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. +## 19.0.77 (2019-08-13) + +* 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)) + + + + + ## 19.0.76 (2019-08-08) * Fix: incrementer issue when thresholds were set to 0 ([13e5d3c](https://github.com/wtw-im/es-components/commit/13e5d3c)) diff --git a/packages/es-components/package.json b/packages/es-components/package.json index 4db5d65c8..d35ef5e17 100644 --- a/packages/es-components/package.json +++ b/packages/es-components/package.json @@ -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",