diff --git a/.pubnub.yml b/.pubnub.yml index 22e64bb3b..13e5f3d4f 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,12 +1,19 @@ --- name: pubnub-react-chat-components -version: v0.33.0 +version: v0.34.0 scm: github.com/pubnub/react-chat-components schema: 1 files: - lib/dist/index.js - lib/dist/index.es.js changelog: + - date: 2024-05-16 + version: v0.34.0 + changes: + - type: feature + text: "Add option to render deleted messages instead of filtering them out." + - type: bug + text: "Screen might not be filled with messages on init." - date: 2023-12-11 version: v0.33.0 changes: diff --git a/packages/common/package.json b/packages/common/package.json index f8886aadd..44a241db2 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@pubnub/common-chat-components", - "version": "0.33.0", + "version": "0.34.0", "main": "src/index.ts", "license": "MIT", "scripts": { diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 38cd93c5a..882c36e33 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@pubnub/react-native-chat-components", - "version": "0.33.0", + "version": "0.34.0", "description": "PubNub Chat Components is a development kit of React Native components that aims to help you to easily build Chat applications using PubNub infrastructure. It removes the complexicity of picking an adequate Chat engine, learning its APIs and dealing with its low-level internals. As the same time it allows you to create apps of various use cases, with different functionalities and customizable looks.", "author": "PubNub ", "main": "dist/commonjs/index", diff --git a/packages/react/package.json b/packages/react/package.json index 2ad3438e4..0ac6e054e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@pubnub/react-chat-components", - "version": "0.33.0", + "version": "0.34.0", "description": "PubNub Chat Components is a development kit of React components that aims to help you to easily build Chat applications using PubNub infrastructure. It removes the complexicity of picking an adequate Chat engine, learning its APIs and dealing with its low-level internals. As the same time it allows you to create apps of various use cases, with different functionalities and customizable looks.", "author": "PubNub ", "main": "dist/index.js",