Skip to content

Commit

Permalink
Bump to 4.10.1 (#3461)
Browse files Browse the repository at this point in the history
* 4.10.1

* 4.10.1

* Bump [email protected]

* Add entry

* Update entry
  • Loading branch information
compulim authored Sep 9, 2020
1 parent b4eca64 commit c5afaef
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [4.10.1] - 2020-09-09

### Breaking changes

- To support Content Security Policy, [`glamor`](https://npmjs.com/package/glamor) is being replaced by [`create-emotion`](https://npmjs.com/package/create-emotion). The CSS hash and rule name is being prefixed with `webchat--css` with a random value.
Expand All @@ -32,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- Bumped [`[email protected]`](https://npmjs.com/package/botframework-directlinejs), by [@compulim](https://github.com/compulim) in PR [#3461](https://github.com/microsoft/BotFramework-WebChat/pull/3461)
- Support Content Security Policy, in PR [#3443](https://github.com/microsoft/BotFramework-WebChat/pull/3443) by [@compulim](https://github.com/compulim)
- Moved from [`[email protected]`](https://npmjs.com/package/glamor) to [`[email protected]`](https://npmjs.com/package/create-emotion)
- Inlined assets are now using `blob:` scheme, instead of `data:` scheme
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botframework-webchat-root",
"version": "4.10.1-0",
"version": "4.10.1",
"private": true,
"files": [
"lib/**/*"
Expand Down
16 changes: 8 additions & 8 deletions packages/bundle/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@babel/runtime": "7.11.2",
"adaptivecards": "1.2.6",
"botframework-directlinejs": "0.13.0",
"botframework-directlinejs": "0.13.1",
"botframework-directlinespeech-sdk": "0.0.0-0",
"botframework-webchat-component": "0.0.0-0",
"botframework-webchat-core": "0.0.0-0",
Expand Down

0 comments on commit c5afaef

Please sign in to comment.