From cb37aa2adecae2c83b6160bb64c772dc161505ed Mon Sep 17 00:00:00 2001 From: William Wong Date: Sat, 14 Dec 2019 02:57:39 +0800 Subject: [PATCH] 4.7.1 (#2732) --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0eba38e7..475cefc583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [4.7.1] - 2019-12-13 + +### Changed + +- Moved `core-js` from dev dependencies to dependencies in `botframework-directlinespeech-sdk` package, by [@tonyanziano](https://github.com/tonyanziano), in PR [#2727](https://github.com/microsoft/BotFramework-WebChat/pull/2727) + +## [4.7.0] - 2019-12-12 + ### Breaking changes - `adaptiveCardHostConfig` is being renamed to `adaptiveCardsHostConfig` @@ -162,7 +170,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - This will fix [#2583](https://github.com/microsoft/BotFramework-WebChat/issues/2583) by not bringing in transient dependency of React - To view the bundle stats, browse to https://chrisbateman.github.io/webpack-visualizer/ and drop the file `/packages/bundle/dist/stats.json` - Resolves [#2674](https://github.com/microsoft/BotFramework-WebChat/issues/2674). Update embed docs, by [@corinagum](https://github.com/corinagum), in PR [#2696](https://github.com/microsoft/BotFramework-WebChat/pull/2696) -- Moved `core-js` from dev dependencies to dependencies in `botframework-directlinespeech-sdk` package, by [@tonyanziano](https://github.com/tonyanziano), in PR [#2727](https://github.com/microsoft/BotFramework-WebChat/pull/2727) ### Samples diff --git a/package-lock.json b/package-lock.json index 401375edb4..4a0133f4c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "botframework-webchat-root", - "version": "4.7.0", + "version": "4.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 589aea68c0..5b4fbe05ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botframework-webchat-root", - "version": "4.7.0", + "version": "4.7.1", "private": true, "files": [ "lib/**/*"