You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix Prettier
* Ignore mime
* Fix Jest config
* Add jest.config.js
* Add entry
* Bump deps
* Update entry
* Use tsd
* Shard unit tests into 3
* Don't collect coverage
* Try using babel-jest
* Revert and shard 20
* Move to HTML tests
* 20 -> 2
* Better name
* Temporarily disable test
* Shard unit tests into 20
* Shard to 10
* Add full and minimal
* Move createAdaptiveCardsStyleSet to HTML tests
* Fix tests
* Fix tests
* Reduce unit tests shards to 2
* Reduce shards to improve parallelism
* Fix merge result and add timeout to Terrapin
* Remove strategy
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,43 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
25
25
### Changed
26
26
27
27
- Moved pull request validation pipeline to GitHub Actions, by [@compulim](https://github.com/compulim), in PR [#4976](https://github.com/microsoft/BotFramework-WebChat/pull/4976)
28
+
- Bumped all dependencies to the latest versions, by [@compulim](https://github.com/compulim) in PR [#4973](https://github.com/microsoft/BotFramework-WebChat/pull/4973)
0 commit comments