Skip to content

Commit

Permalink
Merge branch 'develop' into v6.0.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	package/native-package/package.json
  • Loading branch information
isekovanic committed Dec 11, 2024
2 parents d5c3294 + 236029f commit 21f18e5
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![NPM](https://img.shields.io/npm/v/stream-chat-react-native.svg)](https://www.npmjs.com/package/stream-chat-react-native)
[![Build Status](https://github.com/GetStream/stream-chat-react-native/actions/workflows/release.yml/badge.svg)](https://github.com/GetStream/stream-chat-react-native/actions)
[![Component Reference](https://img.shields.io/badge/docs-component%20reference-blue.svg)](https://getstream.io/chat/docs/sdk/reactnative)
![JS Bundle Size](https://img.shields.io/badge/js_bundle_size-452%20KB-blue)
![JS Bundle Size](https://img.shields.io/badge/js_bundle_size-453%20KB-blue)

<img align="right" src="https://getstream.imgix.net/images/ios-chat-tutorial/[email protected]?auto=format,enhance" width="50%" />

Expand Down
7 changes: 7 additions & 0 deletions examples/SampleApp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

### [1.33.2](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v1.33.2) (2024-12-10)


### Workspaces

* Following linked packages updated: [stream-chat-react-native]

### [1.33.1](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v1.33.1) (2024-12-05)


Expand Down
2 changes: 1 addition & 1 deletion examples/SampleApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sampleapp",
"version": "1.33.1",
"version": "1.33.2",
"private": true,
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

### [5.44.2](https://github.com/GetStream/stream-chat-react-native/compare/v5.44.1...v5.44.2) (2024-12-10)


### Bug Fixes

* only disable message input ui when capabilities change ([#2836](https://github.com/GetStream/stream-chat-react-native/issues/2836)) ([8cc863d](https://github.com/GetStream/stream-chat-react-native/commit/8cc863de0a9b5fd9c641d8bcde352b7c10bd94f4))

### [5.44.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.44.0...v5.44.1) (2024-12-05)


Expand Down
4 changes: 2 additions & 2 deletions package/expo-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-expo",
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
"version": "5.44.1",
"version": "5.44.2",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand All @@ -10,7 +10,7 @@
"main": "src/index.js",
"types": "types/index.d.ts",
"dependencies": {
"stream-chat-react-native-core": "5.44.1"
"stream-chat-react-native-core": "5.44.2"
},
"peerDependencies": {
"expo": ">=51.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package/native-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-react-native",
"description": "The official React Native SDK for Stream Chat, a service for building chat applications",
"version": "5.44.1",
"version": "5.44.2",
"homepage": "https://www.npmjs.com/package/stream-chat-react-native",
"author": {
"company": "Stream.io Inc",
Expand All @@ -20,7 +20,7 @@
"types": "types/index.d.ts",
"dependencies": {
"es6-symbol": "^3.1.3",
"stream-chat-react-native-core": "5.44.1"
"stream-chat-react-native-core": "5.44.2"
},
"peerDependencies": {
"@react-native-camera-roll/camera-roll": ">=7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stream-chat-react-native-core",
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
"version": "5.44.1",
"version": "5.44.2",
"author": {
"company": "Stream.io Inc",
"name": "Stream.io Inc"
Expand Down
2 changes: 1 addition & 1 deletion package/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "5.44.1"
"version": "5.44.2"
}

0 comments on commit 21f18e5

Please sign in to comment.