Skip to content

Commit bfe56c4

Browse files
authored
Merge branch 'master' into 497
2 parents 901e24b + 9b06bcc commit bfe56c4

5 files changed

Lines changed: 10 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9696
- `embed`
9797
- `@babel/[email protected]`
9898
99+
- `component`: Bumps [`[email protected]`](https://npmjs.com/package/adaptivecards), by [@corinagum](https://github.com/corinagum) in PR [#2523](https://github.com/microsoft/BotFramework-WebChat/pull/2532)
99100

100101
### Samples
101102

102103
- [Clear Conversation After Idle](https://microsoft.github.io/BotFramework-WebChat/17.b.clear-after-idle/), by [@tdurnford](https://github.com/tdurnford), in PR [#2375](https://github.com/microsoft/BotFramework-WebChat/pull/2375)
103104

104-
## [4.6.0] - 2019-10-30
105+
## [4.6.0] - 2019-10-31
105106

106107
### Breaking changes
107108

packages/bundle/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@babel/runtime": "^7.6.3",
36-
"adaptivecards": "1.2.0",
36+
"adaptivecards": "1.2.3",
3737
"botframework-directlinejs": "^0.11.6",
3838
"botframework-webchat-component": "0.0.0-0",
3939
"botframework-webchat-core": "0.0.0-0",

packages/playground/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"not op_mini all"
1010
],
1111
"dependencies": {
12-
"adaptivecards": "1.2.0",
12+
"adaptivecards": "1.2.3",
1313
"botframework-directlinejs": "^0.11.6",
1414
"botframework-webchat": "0.0.0-0",
1515
"classnames": "^2.2.6",

0 commit comments

Comments
 (0)