Skip to content

Commit 01f91a5

Browse files
chore: npm packages version bump (#113)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5cfe7e8 commit 01f91a5

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/amber-waves-flow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

sdks/js/ditto-chat-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dittolive/ditto-chat-core
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 5cfe7e8: Enhanced message retention capabilities with support for indefinite retention and flexible configuration at global, room, and query levels. Updated Room interface to use RetentionConfig type with retainIndefinitely flag and optional days field. UI components now support passing retention configuration overrides.
8+
39
## 0.1.3
410

511
### Patch Changes

sdks/js/ditto-chat-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dittolive/ditto-chat-core",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"main": "./dist/index.es.js",
55
"module": "./dist/index.es.js",
66
"types": "./dist/src/index.d.ts",

sdks/js/ditto-chat-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @dittolive/ditto-chat-ui
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 5cfe7e8: Enhanced message retention capabilities with support for indefinite retention and flexible configuration at global, room, and query levels. Updated Room interface to use RetentionConfig type with retainIndefinitely flag and optional days field. UI components now support passing retention configuration overrides.
8+
- Updated dependencies [5cfe7e8]
9+
- @dittolive/ditto-chat-core@0.1.4
10+
311
## 0.1.3
412

513
### Patch Changes

sdks/js/ditto-chat-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dittolive/ditto-chat-ui",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"main": "./dist/index.es.js",
55
"module": "./dist/index.es.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)