Skip to content

Commit

Permalink
Merge branch 'master' into fix/channel-members-hydration
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton authored Nov 28, 2024
2 parents 7e88115 + 3fd7d11 commit f6f7339
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [8.45.2](https://github.com/GetStream/stream-chat-js/compare/v8.45.1...v8.45.2) (2024-11-26)

### [8.45.1](https://github.com/GetStream/stream-chat-js/compare/v8.45.0...v8.45.1) (2024-11-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-chat",
"version": "8.45.1",
"version": "8.45.2",
"description": "JS SDK for the Stream Chat API",
"author": "GetStream",
"homepage": "https://getstream.io/chat/",
Expand Down
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2146,6 +2146,8 @@ export type Attachment<
giphy?: GiphyData;
image_url?: string;
mime_type?: string;
latitude?: number;

Check failure on line 2149 in src/types.ts

View workflow job for this annotation

GitHub Actions / lint

Expected interface keys to be in required first natural insensitive ascending order. 'latitude' should be before 'mime_type'
longitude?: number;
og_scrape_url?: string;
original_height?: number;
original_width?: number;
Expand Down

0 comments on commit f6f7339

Please sign in to comment.