Skip to content

Commit

Permalink
[Chat] Updating document version to latest beta / GA (#3589)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLai authored Sep 19, 2023
1 parent 6199ff2 commit 0c5561d
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "none",
"area": "improvement",
"workstream": "Storybook",
"comment": "Updating documentation to point to latest version of chat sdk",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "none",
"area": "improvement",
"workstream": "Storybook",
"comment": "Updating documentation to point to latest version of chat sdk",
"packageName": "@azure/communication-react",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ you can most consistently use the API from the core libraries in your applicatio
```bash

npm install @azure/[email protected]
npm install @azure/communication-chat@1.2.0
npm install @azure/communication-chat@1.3.2

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ you can most consistently use the API from the core libraries in your applicatio
```bash

npm install @azure/[email protected]
npm install @azure/communication-chat@1.2.0
npm install @azure/communication-chat@1.3.2

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ you can most consistently use the API from the core libraries in your applicatio
```bash

npm install @azure/[email protected]
npm install @azure/communication-chat@1.3.2-beta.1
npm install @azure/communication-chat@1.4.0-beta.1

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ you can most consistently use the API from the core libraries in your applicatio
```bash

npm install @azure/[email protected]
npm install @azure/communication-chat@1.2.0
npm install @azure/communication-chat@1.3.2

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ you can most consistently use the API from the core libraries in your applicatio
```bash

npm install @azure/[email protected]
npm install @azure/communication-chat@1.2.0
npm install @azure/communication-chat@1.3.2

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ you can most consistently use the API from the core libraries in your applicatio
```bash

npm install @azure/[email protected]
npm install @azure/communication-chat@1.2.0
npm install @azure/communication-chat@1.3.2

```

Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/stories/Setup.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ can most consistently user the API from the core libraries in your application.

```bash
npm install @azure/[email protected]
npm install @azure/communication-chat@1.2.0
npm install @azure/communication-chat@1.3.2
```

To try out our [composite adapters](./?path=/docs/quickstarts-composites--page) snippets you will need to install `uuid`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ you can most consistently use the API from the core libraries in your applicatio
```bash

npm install @azure/[email protected]
npm install @azure/communication-chat@1.2.0
npm install @azure/communication-chat@1.3.2

```

Expand Down

0 comments on commit 0c5561d

Please sign in to comment.