-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #480 from Telegram-Mini-Apps/changeset-release/master
chore(packages): version packages
- Loading branch information
Showing
19 changed files
with
82 additions
and
26 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# @telegram-apps/bridge | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- 74dfc59: Add web_app_set_bottom_bar_color method typings. Add BottomBarColor type. | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [b27e6fa] | ||
- @telegram-apps/types@1.0.1 | ||
- @telegram-apps/transformers@1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@telegram-apps/bridge", | ||
"version": "1.0.0", | ||
"version": "1.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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@telegram-apps/init-data-node", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# @telegram-apps/navigation | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [74dfc59] | ||
- @telegram-apps/bridge@1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@telegram-apps/navigation", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Navigation functionality for Telegram Mini Apps.", | ||
"author": "Vladislav Kibenko <[email protected]>", | ||
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@telegram-apps/sdk-react", | ||
"version": "2.0.0", | ||
"version": "2.0.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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@telegram-apps/sdk-solid", | ||
"version": "2.0.0", | ||
"version": "2.0.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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@telegram-apps/sdk", | ||
"version": "2.0.0", | ||
"version": "2.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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# @telegram-apps/transformers | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [b27e6fa] | ||
- @telegram-apps/types@1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@telegram-apps/transformers", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @telegram-apps/types | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- b27e6fa: Add bottomBarBgColor to ThemeParamsKey type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@telegram-apps/types", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Telegram Mini Apps related TypeScript types.", | ||
"author": "Vladislav Kibenko <[email protected]>", | ||
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme", | ||
|