From aaca8b69554cbf34c5d6bf13d809826f1e62d227 Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Tue, 24 Oct 2023 15:38:52 +0100 Subject: [PATCH 1/2] chore: bump version for 1.2.46 release --- package-lock.json | 4 ++-- package.json | 2 +- src/platform/react-hooks/src/AblyReactHooks.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56df528467..81cd8ff249 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ably", - "version": "1.2.45", + "version": "1.2.46", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ably", - "version": "1.2.45", + "version": "1.2.46", "license": "Apache-2.0", "dependencies": { "@ably/msgpack-js": "^0.4.0", diff --git a/package.json b/package.json index 411dd2c4fe..024620fcf8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ably", "description": "Realtime client library for Ably, the realtime messaging service", - "version": "1.2.45", + "version": "1.2.46", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ably/ably-js/issues", diff --git a/src/platform/react-hooks/src/AblyReactHooks.ts b/src/platform/react-hooks/src/AblyReactHooks.ts index fac2c4c7b4..a3a853035a 100644 --- a/src/platform/react-hooks/src/AblyReactHooks.ts +++ b/src/platform/react-hooks/src/AblyReactHooks.ts @@ -17,7 +17,7 @@ export type ChannelNameAndId = { }; export type ChannelParameters = string | ChannelNameAndOptions; -export const version = '1.2.45'; +export const version = '1.2.46'; export function channelOptionsWithAgent(options?: Types.ChannelOptions) { return { From 5dcdd97461f159f55a05386077b4ad66a1c33b4c Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Tue, 24 Oct 2023 15:43:25 +0100 Subject: [PATCH 2/2] chore: update changelog for 1.2.46 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8302cb4b7b..2529d9fd87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This contains only the most important and/or user-facing changes; for a full changelog, see the commit history. +## [1.2.46](https://github.com/ably/ably-js/tree/1.2.46) (2023-10-24) + +- fix: avoid directly exporting Ably.ErrorInfo from promises.js [\#1463](https://github.com/ably/ably-js/pull/1463) +- fix(react): add missing id param for `useStateErrors` call to `useChannelStateListener` [\#1455](https://github.com/ably/ably-js/pull/1455) +- fix: allow `RealtimePresence#leave` to take `PresenceMessage` as argument [\#1466](https://github.com/ably/ably-js/pull/1466) +- deps: bump ws to 8.14.2 [\#1467](https://github.com/ably/ably-js/pull/1467) + ## [1.2.45](https://github.com/ably/ably-js/tree/1.2.45) (2023-09-25) - remove `AblyProvider` options prop [\#1446](https://github.com/ably/ably-js/pull/1446)