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

Commit 82f240b

Browse files
client-engineering-botSalet
authored andcommitted
PubNub SDK v0.13.0 release.
1 parent 636b312 commit 82f240b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.pubnub.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
---
22
name: pubnub-react-chat-components
3-
version: v0.12.0
3+
version: v0.13.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: 2022-09-08
11+
version: v0.13.0
12+
changes:
13+
- type: feature
14+
text: "MessageList - added option for custom file renderer."
15+
- type: bug
16+
text: "MessageList/MessageInput - outdated interface for emoji-mart peer dependency."
17+
- type: bug
18+
text: "MessageList - non intended auto scrolling of parent elements."
1019
- date: 2022-07-05
1120
version: v0.12.0
1221
changes:

lib/docs/preview-body.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<div id="version">v0.12.0</div>
1+
<div id="version">v0.13.0</div>

lib/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.12.0",
3+
"version": "0.13.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)