Skip to content

Commit 186a047

Browse files
authored
Merge pull request #9 from ably/release-0.1.1
chore: 0.1.1 release
2 parents b32dde9 + 56eda36 commit 186a047

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CHANGELOG.md

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

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

5-
- Initial release of the Ably Chat React UI components.
9+
- Initial release of the Ably Chat React UI components.

examples/group-chat/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-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.0",
3+
"version": "0.1.1",
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.0';
5+
globalThis.__ABLY_CHAT_REACT_UI_COMPONENTS_VERSION__ = '0.1.1';
66
export * from './app/index.js';
77
export * from './components/molecules/index.js';
88
export * from './context/index.js';

0 commit comments

Comments
 (0)