Skip to content

Commit 5b737f6

Browse files
authored
Bump to 4.15.9-0 (#4740)
* 4.15.9-0 * Change to xxxxxxxx
1 parent 5922488 commit 5b737f6

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botframework-webchat-root",
3-
"version": "4.15.8",
3+
"version": "4.15.9-0",
44
"private": true,
55
"files": [
66
"lib/**/*"

packages/embed/servicingPlan.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,16 @@
491491
"private": true,
492492
"versionFamily": "4"
493493
},
494+
"4.15.8": {
495+
"assets": [
496+
[
497+
"https://cdn.botframework.com/botframework-webchat/4.15.8/webchat-es5.js",
498+
"sha384-aMT2td/gP8Wy5N+3pVTV0Wc85z8P9UoNGMZbLEHr8kqbySXFXGLJ1uzwYUGVmIQe"
499+
]
500+
],
501+
"private": true,
502+
"versionFamily": "4"
503+
},
494504
"hosted": {
495505
"assets": [
496506
[

samples/07.advanced-web-chat-apps/e.sso-on-behalf-of-authentication/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You can follow our instructions on how to [create an Azure Bot resource](https:/
112112
5. Set the "Scopes" field to the scopes you want the bot to have permission to access (ie. user.read)
113113
2. Save the Microsoft App ID, password, and OAuth connection name to `/bot/.env`
114114
- `MicrosoftAppId=12345678-1234-5678-abcd-12345678abcd`
115-
- `MicrosoftAppPassword=12345678`
115+
- `MicrosoftAppPassword=xxxxxxxx`
116116
- `connectionName=botOAuthConnection`
117117
3. Save the Web Chat secret to `/rest-api/.env`
118118
- `DIRECT_LINE_SECRET=abcdefghijk.abcdefghijklmnopqrstuvwxyz`
@@ -186,7 +186,7 @@ To ease the setup of this sample, here is the template of `.env` files.
186186

187187
```
188188
MicrosoftAppId=12345678-1234-5678-abcd-12345678abcd
189-
MicrosoftAppPassword=12345678
189+
MicrosoftAppPassword=xxxxxxxx
190190
connectionName=botOAuthConnection
191191
```
192192

0 commit comments

Comments
 (0)