Skip to content

Commit

Permalink
Merge pull request #402 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 10, 2024
2 parents 6b6e581 + 0b82185 commit 76d7d28
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/silent-toys-draw.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.2

### Patch Changes

- Updated dependencies [2dbbd42]
- @telegram-apps/sdk@1.1.1

## 1.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": "1.0.1",
"version": "1.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
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": "^1.0.0",
"@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.1

### Patch Changes

- Updated dependencies [2dbbd42]
- @telegram-apps/sdk@1.1.1

## 1.1.0

### Minor 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.0",
"version": "1.1.1",
"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

## 1.1.1

### Patch Changes

- Updated dependencies [2dbbd42]
- @telegram-apps/sdk@1.1.1

## 1.1.0

### Minor 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.0",
"version": "1.1.1",
"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
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.1

### Patch Changes

- 2dbbd42: Make retrieveLaunchParams error message clearer, add link to docs

## 1.1.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": "1.1.0",
"version": "1.1.1",
"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
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": "^1.0.0",
"solid-js": "^1.8.16"
},
"devDependencies": {
Expand Down
9 changes: 7 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 76d7d28

Please sign in to comment.