Skip to content

Commit

Permalink
Merge branch 'master' into bump-servicing-plan-4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corinagum committed Jul 16, 2019
2 parents ff32c33 + 8c8679e commit b986df9
Show file tree
Hide file tree
Showing 18 changed files with 257 additions and 233 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `*`: Bumps [`@babel/runtime@7.5.4`](https://www.npmjs.com/package/@babel/runtime), by [@compulim](https://github.com/compulim), in PR [#2182](https://github.com/microsoft/BotFramework-WebChat/pull/2182)
- `*`: Bumps Docker container for headless Chrome to `selenium/standalone-chrome:3.141.59-radium`, by [@compulim](https://github.com/compulim), in PR [#2182](https://github.com/microsoft/BotFramework-WebChat/pull/2182)
- `*`: Moves from [`babel-plugin-version-transform`](https://www.npmjs.com/package/babel-plugin-version-transform) to [`babel-plugin-transform-inline-environment-variables`](https://www.npmjs.com/package/babel-plugin-transform-inline-environment-variables), by [@compulim](https://github.com/compulim), in PR [#2182](https://github.com/microsoft/BotFramework-WebChat/pull/2182)
- `*`: Bumps ESLint and related dependencies to latest version, by [@compulim](https://github.com/compulim), in PR [#2185](https://github.com/microsoft/BotFramework-WebChat/pull/2185)
- [`eslint-plugin-react@7.14.2`](https://www.npmjs.com/package/eslint-plugin-react)
- [`eslint@6.0.1`](https://www.npmjs.com/package/eslint)
- `*`: Bumps React, Redux and their related dependencies to latest version, by [@compulim](https://github.com/compulim), in PR [#2184](https://github.com/microsoft/BotFramework-WebChat/pull/2184)
- [`react-dom@16.8.6`](https://www.npmjs.com/package/react-dom)
- [`react-redux@5.1.1`](https://www.npmjs.com/package/react-redux)
- [`react@16.8.6`](https://www.npmjs.com/package/react)
- [`redux@4.0.4`](https://www.npmjs.com/package/redux)
- Removed [`redux-promise-middleware`](https://www.npmjs.com/package/redux-promise-middleware)

## [4.5.0] - 2019-07-10

Expand Down
98 changes: 52 additions & 46 deletions packages/bundle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"memoize-one": "^5.0.2",
"microsoft-speech-browser-sdk": "^0.0.12",
"prop-types": "^15.7.2",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sanitize-html": "^1.19.0",
"url-search-params-polyfill": "^5.0.0",
"web-speech-cognitive-services": "^4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ ThumbnailCardAttachment.propTypes = {
text: PropTypes.string,
title: PropTypes.string
}).isRequired
}).isRequired,
styleSet: PropTypes.shape({
options: PropTypes.any.isRequired
}).isRequired
};

Expand Down
2 changes: 1 addition & 1 deletion packages/bundle/src/addVersion.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* global global:readonly, VERSION:readonly */
/* global global:readonly, process:readonly */
/* eslint no-empty: ["error", { "allowEmptyCatch": true }] */

import { version as componentVersion } from 'botframework-webchat-component';
Expand Down
Loading

0 comments on commit b986df9

Please sign in to comment.