Skip to content

Commit

Permalink
Merge pull request #635 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 Jan 29, 2025
2 parents 88c5256 + a53f429 commit 02a3d37
Show file tree
Hide file tree
Showing 20 changed files with 74 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-badgers-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-starfishes-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-dryers-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-roses-beg.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- 0e8b869: Add `retrieveRawInitData` utility. Set launchParams.tgWebAppData to string or URLSearchParams in `mockTelegramEnv`

### Patch Changes

- Updated dependencies [cc94a1e]
- @telegram-apps/transformers@2.1.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegram-apps/bridge",
"version": "2.0.1",
"version": "2.1.0",
"description": "TypeScript package to provide communication layer between Mini App and Telegram application.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/init-data-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @telegram-apps/init-data-node

## 2.0.2

### Patch Changes

- c3749fa: Bump `error-kid`
- Updated dependencies [cc94a1e]
- @telegram-apps/transformers@2.1.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/init-data-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegram-apps/init-data-node",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript Node library to operate with Telegram init data.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @telegram-apps/sdk-react

## 3.0.2

### Patch Changes

- Updated dependencies [c1d3b56]
- @telegram-apps/sdk@3.1.0

## 3.0.1

### 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.1",
"version": "3.0.2",
"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
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 @@
# @telegram-apps/sdk-solid

## 3.0.2

### Patch Changes

- Updated dependencies [c1d3b56]
- @telegram-apps/sdk@3.1.0

## 3.0.1

### 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": "@telegram-apps/sdk-solid",
"version": "3.0.1",
"version": "3.0.2",
"description": "Solid JS bindings for Mini Apps client SDK.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @telegram-apps/sdk-svelte

## 2.0.2

### Patch Changes

- Updated dependencies [c1d3b56]
- @telegram-apps/sdk@3.1.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegram-apps/sdk-svelte",
"version": "2.0.1",
"version": "2.0.2",
"description": "Svelte.js bindings for Mini Apps client SDK.",
"author": "Nazar Ugrinovsky <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @telegram-apps/sdk-vue

## 2.0.2

### Patch Changes

- Updated dependencies [c1d3b56]
- @telegram-apps/sdk@3.1.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegram-apps/sdk-vue",
"version": "2.0.1",
"version": "2.0.2",
"description": "Vue.js bindings for Mini Apps client SDK.",
"author": "Dmitry Nischeta <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
13 changes: 13 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @telegram-apps/sdk

## 3.1.0

### Minor Changes

- c1d3b56: Fix incorrect `initData.restore()` behavior. Add more exports from bridge.

### Patch Changes

- Updated dependencies [0e8b869]
- Updated dependencies [cc94a1e]
- @telegram-apps/bridge@2.1.0
- @telegram-apps/transformers@2.1.0

## 3.0.0

### Minor 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": "@telegram-apps/sdk",
"version": "3.0.0",
"version": "3.1.0",
"description": "TypeScript Source Development Kit for Telegram Mini Apps client application.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/transformers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @telegram-apps/transformers

## 2.1.0

### Minor Changes

- cc94a1e: Add `isLaunchParamsQuery` utility.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegram-apps/transformers",
"version": "2.0.0",
"version": "2.1.0",
"description": "Transformation utilities we use in the @telegram-apps packages.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down

0 comments on commit 02a3d37

Please sign in to comment.