Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 61f37ee

Browse files
PubNub SDK v0.34.0 release.
1 parent 39641df commit 61f37ee

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

Diff for: .pubnub.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
---
22
name: pubnub-react-chat-components
3-
version: v0.33.0
3+
version: v0.34.0
44
scm: github.com/pubnub/react-chat-components
55
schema: 1
66
files:
77
- lib/dist/index.js
88
- lib/dist/index.es.js
99
changelog:
10+
- date: 2024-05-16
11+
version: v0.34.0
12+
changes:
13+
- type: feature
14+
text: "Add option to render deleted messages instead of filtering them out."
15+
- type: bug
16+
text: "Screen might not be filled with messages on init."
1017
- date: 2023-12-11
1118
version: v0.33.0
1219
changes:

Diff for: packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pubnub/common-chat-components",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"main": "src/index.ts",
55
"license": "MIT",
66
"scripts": {

Diff for: packages/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pubnub/react-native-chat-components",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"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.",
55
"author": "PubNub <[email protected]>",
66
"main": "dist/commonjs/index",

Diff for: packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pubnub/react-chat-components",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"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.",
55
"author": "PubNub <[email protected]>",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)