Skip to content

Commit

Permalink
Merge pull request #417 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 Jul 15, 2024
2 parents 4f6f855 + baf4059 commit 8ba2548
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-hotels-tap.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/init-data-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @telegram-apps/init-data-node

## 1.0.4

### Patch Changes

- Updated dependencies [0ac4c50]
- @telegram-apps/sdk@1.1.3

## 1.0.3

### 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": "1.0.3",
"version": "1.0.4",
"description": "TypeScript Node library to operate with Telegram init data.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"build": "vite build"
},
"peerDependencies": {
"@telegram-apps/sdk": "workspace:^1",
"@telegram-apps/sdk": "workspace:^",
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.22.3"
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

## 1.1.3

### Patch Changes

- Updated dependencies [0ac4c50]
- @telegram-apps/sdk@1.1.3

## 1.1.2

### 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": "1.1.2",
"version": "1.1.3",
"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 <wolfram.deus@gmail.com>",
"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

## 1.1.3

### Patch Changes

- Updated dependencies [0ac4c50]
- @telegram-apps/sdk@1.1.3

## 1.1.2

### 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": "1.1.2",
"version": "1.1.3",
"description": "Solid JS bindings for Mini Apps client SDK.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#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 @@
# @telegram-apps/sdk

## 1.1.3

### Patch Changes

- 0ac4c50: Re-use captured errors in `retrieveLaunchParams`. Make error more clear.

## 1.1.2

### 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": "@telegram-apps/sdk",
"version": "1.1.2",
"version": "1.1.3",
"description": "TypeScript Source Development Kit for Telegram Mini Apps client application.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-router-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"peerDependencies": {
"@solidjs/router": "^0.13.1",
"@telegram-apps/sdk": "workspace:^1",
"@telegram-apps/sdk": "workspace:^",
"solid-js": "^1.8.16"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 8ba2548

Please sign in to comment.