Skip to content

Commit eeb849a

Browse files
chore(release): 1.1.0-staging.7 [skip ci]
# [1.1.0-staging.7](https://github.com/cloudflare/realtimekit-ui/compare/@cloudflare/realtimekit-ui-v1.1.0-staging.6...@cloudflare/realtimekit-ui-v1.1.0-staging.7) (2026-01-20) ### Bug Fixes * comments ([b7f3ebc](b7f3ebc)) * remove intersection observer as it does not perform well with next ([daf5ea8](daf5ea8)) * remove unused code ([3262e64](3262e64)) * unread chat count ([e682e03](e682e03)) skip-checks: true
1 parent 88d602a commit eeb849a

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.1.0-staging.7](https://github.com/cloudflare/realtimekit-ui/compare/@cloudflare/realtimekit-ui-v1.1.0-staging.6...@cloudflare/realtimekit-ui-v1.1.0-staging.7) (2026-01-20)
2+
3+
4+
### Bug Fixes
5+
6+
* comments ([b7f3ebc](https://github.com/cloudflare/realtimekit-ui/commit/b7f3ebc9f5cdea93a4fca35b12b5d67528995088))
7+
* remove intersection observer as it does not perform well with next ([daf5ea8](https://github.com/cloudflare/realtimekit-ui/commit/daf5ea871251930cb8050f7288ed3774195a94e4))
8+
* remove unused code ([3262e64](https://github.com/cloudflare/realtimekit-ui/commit/3262e64e7cbd9a7700c7aecfcc3feac16893ee48))
9+
* unread chat count ([e682e03](https://github.com/cloudflare/realtimekit-ui/commit/e682e03a1d76e0db007fbe3cb3493981187aff6d))
10+
111
# [1.1.0-staging.6](https://github.com/cloudflare/realtimekit-ui/compare/@cloudflare/realtimekit-ui-v1.1.0-staging.5...@cloudflare/realtimekit-ui-v1.1.0-staging.6) (2026-01-16)
212

313

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/realtimekit-ui",
3-
"version": "1.1.0-staging.6",
3+
"version": "1.1.0-staging.7",
44
"description": "Pre-built, ready-to-use UI components and utilities for integrating with Cloudflare RealtimeKit",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

packages/react-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/realtimekit-react-ui",
3-
"version": "1.1.0-staging.6",
3+
"version": "1.1.0-staging.7",
44
"description": "Pre-built, ready-to-use React components, hooks and utilities for integrating with Cloudflare RealtimeKit",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)