Skip to content

Commit

Permalink
Merge pull request #165 from Telegram-Mini-Apps/changeset-release/master
Browse files Browse the repository at this point in the history
chore(packages): version packages
  • Loading branch information
heyqbnk authored Nov 4, 2023
2 parents 336cd5e + 2d7f701 commit 9337d15
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-jokes-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-waves-heal.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/solid-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# solid-sdk-example

## 0.0.22

### Patch Changes

- Updated dependencies [9d3956a]
- @tma.js/[email protected]
- @tma.js/[email protected]

## 0.0.21

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/solid-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-example",
"version": "0.0.21",
"version": "0.0.22",
"private": true,
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@tma.js/colors": "0.0.5",
"@tma.js/init-data": "0.2.19",
"@tma.js/navigation": "0.0.12",
"@tma.js/sdk": "0.12.7",
"@tma.js/sdk-solid": "0.1.15",
"@tma.js/sdk": "0.12.9",
"@tma.js/sdk-solid": "0.1.16",
"@tma.js/solid-router-integration": "0.0.2",
"solid-js": "1.7.6"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tma.js/sdk-react

## 0.5.0

### Minor Changes

- 2978287: Add `useInitDataRaw` utility to retrieve init data raw representation.

### Patch Changes

- Updated dependencies [9d3956a]
- @tma.js/[email protected]

## 0.4.16

### 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": "@tma.js/sdk-react",
"version": "0.4.16",
"version": "0.5.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/tma.js#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tma.js/sdk-solid

## 0.1.16

### Patch Changes

- Updated dependencies [9d3956a]
- @tma.js/[email protected]

## 0.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tma.js/sdk-solid",
"version": "0.1.15",
"version": "0.1.16",
"description": "Solid JS bindings for Mini Apps client SDK.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tma.js/sdk

## 0.12.9

### Patch Changes

- 9d3956a: Fix the type of InitData.chatInstance property

## 0.12.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tma.js/sdk",
"version": "0.12.8",
"version": "0.12.9",
"description": "TypeScript Source Development Kit for Telegram Mini Apps client application.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down

0 comments on commit 9337d15

Please sign in to comment.