Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #91 from ably-labs/release/2.1.2
Browse files Browse the repository at this point in the history
Release 2.1.2
  • Loading branch information
owenpearson committed Oct 30, 2023
2 parents a9eae5b + 7e48a29 commit 72ad0cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v2.1.2](https://github.com/ably-labs/react-hooks/tree/v2.1.2)

[Full Changelog](https://github.com/ably-labs/react-hooks/compare/v2.1.1...v2.1.2)

- Deprecate this package ([our react hooks are now available as part of ably-js](https://github.com/ably/ably-js/blob/main/docs/react.md)) [\#89](https://github.com/ably-labs/react-hooks/pull/89)

## [v2.1.1](https://github.com/ably-labs/react-hooks/tree/v2.1.1)

[Full Changelog](https://github.com/ably-labs/react-hooks/compare/934c32cb9af7e0b0aa4732c373294c632423f584...v2.1.1)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably-labs/react-hooks",
"version": "2.1.1",
"version": "2.1.2",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/AblyReactHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Types } from "ably";
export type ChannelNameAndOptions = { channelName: string; options?: Types.ChannelOptions; realtime?: Types.RealtimePromise, subscribeOnly?: boolean }
export type ChannelParameters = string | ChannelNameAndOptions;

const version = "2.1.1"
const version = "2.1.2"

let sdkInstance: Realtime | null = null;

Expand Down

0 comments on commit 72ad0cc

Please sign in to comment.