Skip to content

Commit 9a34ff2

Browse files
authored
Merge branch 'main' into users/benbro/fix-streaming-behavior
2 parents bbe6a55 + 713c1ff commit 9a34ff2

16 files changed

Lines changed: 327 additions & 77 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
318318
- Fixed Composer props types not resolving correctly in React 16 in PR [#5580](https://github.com/microsoft/BotFramework-WebChat/pull/5580),
319319
by [@lexi-taylor](https://github.com/lexi-taylor)
320320
- 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)
321+
- 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)
321322

322323
### Removed
323324

docs/CHAIN_OF_THOUGHTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ The definitions of `HowTo` and `HowToStep` capture the metaphor of Chain-of-Thou
5555
}
5656
],
5757
"id": "a-00001",
58-
"text": "The equation \\(x^2 + y^2 = 0\\) has only one solution: \\((0, 0)\\). This means the graph would only plot a single point at the origin."
58+
"text": "The equation \\(x^2 + y^2 = 0\\) has only one solution: \\((0, 0)\\). This means the graph would only plot a single point at the origin.",
59+
"type": "message"
5960
}
6061
```
6162

0 commit comments

Comments
 (0)