stream-chat-angular 3.0.0-beta.10 → 3.0.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ import { ChatClientService, ClientEvent } from './chat-client.service';
5
5
  import { AttachmentUpload, DefaultStreamChatGenerics, MessageReactionType, StreamMessage } from './types';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * The `ChannelService` provides data and interaction for the channel list and message list. TEST
8
+ * The `ChannelService` provides data and interaction for the channel list and message list.
9
9
  */
10
10
  export declare class ChannelService<T extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> {
11
11
  private chatClientService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "3.0.0-beta.10",
3
+ "version": "3.0.0-beta.11",
4
4
  "description": "Angular components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -1 +1 @@
1
- export const version = '3.0.0-beta.10';
1
+ export const version = '3.0.0-beta.11';