Skip to content

Commit

Permalink
Merge pull request #663 from Telegram-Mini-Apps/changeset-release/master
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk authored Feb 14, 2025
2 parents 626f803 + d60052e commit cd6330a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-tables-complain.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @telegram-apps/sdk-react

## 3.1.0

### Minor Changes

- b364831: Prevent useSignal from erroring out during SSR by passing an optional getServerSnapshot function or the signal itself to useSyncExternalStore

## 3.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegram-apps/sdk-react",
"version": "3.0.10",
"version": "3.1.0",
"description": "React bindings for Mini Apps client SDK. Contains hooks, components and other useful tools which allow usage of React along with Mini Apps client SDK.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down

0 comments on commit cd6330a

Please sign in to comment.