Skip to content

Commit

Permalink
[Communication][Chat] Chat SDK 1.3.2-beta.1 release (#25295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeng-ms authored Apr 10, 2023
1 parent 250e0fb commit bfbe312
Showing 48 changed files with 949 additions and 722 deletions.
16 changes: 8 additions & 8 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions sdk/communication/communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Release History

## 1.3.2 (Unreleased)
## 1.3.2-beta.1 (2023-04-10)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Added inline image support
- Updated @azure/communication-signaling to 1.0.0-beta.17 with inline image support.

## 1.3.1 (2023-02-28)

4 changes: 2 additions & 2 deletions sdk/communication/communication-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-chat",
"version": "1.3.2",
"version": "1.3.2-beta.1",
"description": "Azure client library for Azure Communication Chat services",
"sdk-type": "client",
"main": "dist/index.js",
@@ -64,7 +64,7 @@
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/communication-common": "^2.2.0",
"@azure/communication-signaling": "1.0.0-beta.16",
"@azure/communication-signaling": "1.0.0-beta.17",
"@azure/core-auth": "^1.3.0",
"@azure/core-client": "^1.3.0",
"@azure/core-paging": "^1.1.1",

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bfbe312

Please sign in to comment.