Skip to content

Commit 6f13288

Browse files
authored
Merge branch 'main' into feat-clean-up-theme-provider
2 parents 0016d4c + 96f366b commit 6f13288

15 files changed

Lines changed: 325 additions & 76 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
319319
- Fixed Composer props types not resolving correctly in React 16 in PR [#5580](https://github.com/microsoft/BotFramework-WebChat/pull/5580),
320320
by [@lexi-taylor](https://github.com/lexi-taylor)
321321
- Fixed `npm start` may fail subsequently as builds are not fully flushed to `/dist/`, in PR [#5599](https://github.com/microsoft/BotFramework-WebChat/pull/5599), by [@compulim](https://github.com/compulim)
322+
- Fixed published package types containing internal package references, in PR [#5610](https://github.com/microsoft/BotFramework-WebChat/pull/5610), by [@OEvgeny](https://github.com/OEvgeny)
322323

323324
### Removed
324325

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
"cross-env": "^10.0.0",
234234
"diff": "^8.0.2",
235235
"dotenv": "^17.2.1",
236+
"dtsroll": "^1.4.1",
236237
"eslint": "^8.57.1",
237238
"eslint-config-prettier": "^10.1.8",
238239
"eslint-plugin-import": "^2.32.0",

0 commit comments

Comments
 (0)