Skip to content

Commit 799b6a7

Browse files
authored
Merge pull request #19 from ably/release/0.1.2
Release: Bump version to 0.1.2 and update changelog
2 parents c398093 + 4432e91 commit 799b6a7

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/ably/ably-chat-react-ui-components/tree/0.1.2) (2025-09-30)
4+
5+
- Bumps the `@ably/chat` package to 0.14.0.
6+
37
## [0.1.1](https://github.com/ably/ably-chat-react-ui-components/tree/0.1.1) (2025-07-25)
48

59
- Bumps the `@ably/chat` package to 0.11.0.

examples/group-chat/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ably/chat-react-ui-components",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A library of configurable components for use with @ably/chat",
55
"type": "module",
66
"main": "./dist/ably/chat-react-ui-components.cjs",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ declare global {
22
var __ABLY_CHAT_REACT_UI_COMPONENTS_VERSION__: string;
33
}
44

5-
globalThis.__ABLY_CHAT_REACT_UI_COMPONENTS_VERSION__ = '0.1.1';
5+
globalThis.__ABLY_CHAT_REACT_UI_COMPONENTS_VERSION__ = '0.1.2';
66
export * from './app/index.js';
77
export * from './components/molecules/index.js';
88
export * from './context/index.js';

0 commit comments

Comments
 (0)