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

Commit

Permalink
PubNub SDK v0.33.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Dec 11, 2023
1 parent 941c839 commit a7d0fc6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
name: pubnub-react-chat-components
version: v0.32.0
version: v0.33.0
scm: github.com/pubnub/react-chat-components
schema: 1
files:
- lib/dist/index.js
- lib/dist/index.es.js
changelog:
- date: 2023-12-11
version: v0.33.0
changes:
- type: feature
text: "Expose "isLoading" flags to hooks."
- date: 2023-10-05
version: v0.32.0
changes:
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pubnub/common-chat-components",
"version": "0.32.0",
"version": "0.33.0",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pubnub/react-native-chat-components",
"version": "0.32.0",
"version": "0.33.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 <support@pubnub.com>",
"main": "dist/commonjs/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pubnub/react-chat-components",
"version": "0.32.0",
"version": "0.33.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 <support@pubnub.com>",
"main": "dist/index.js",
Expand Down

0 comments on commit a7d0fc6

Please sign in to comment.