-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releases: @tma.js/[email protected] @tma.js/[email protected] @tma.js/[email protected] @tma.js/[email protected] @tma.js/[email protected] [skip ci]
- Loading branch information
1 parent
3763b23
commit cc1d0e2
Showing
11 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# @tma.js/init-data-node | ||
|
||
## 1.1.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [118380f] | ||
- @tma.js/[email protected] | ||
|
||
## 1.1.1 | ||
|
||
### Patch Changes | ||
|
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": "@tma.js/init-data-node", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "TypeScript Node library to operate with Telegram init data.", | ||
"author": "Vladislav Kibenko <[email protected]>", | ||
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# @tma.js/sdk-react | ||
|
||
## 1.1.4 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [118380f] | ||
- @tma.js/[email protected] | ||
|
||
## 1.1.3 | ||
|
||
### Patch Changes | ||
|
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": "@tma.js/sdk-react", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"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", | ||
|
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,5 +1,12 @@ | ||
# @tma.js/sdk-solid | ||
|
||
## 1.1.4 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [118380f] | ||
- @tma.js/[email protected] | ||
|
||
## 1.1.3 | ||
|
||
### Patch Changes | ||
|
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": "@tma.js/sdk-solid", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Solid JS bindings for Mini Apps client SDK.", | ||
"author": "Vladislav Kibenko <[email protected]>", | ||
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#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 |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @tma.js/sdk | ||
|
||
## 1.4.1 | ||
|
||
### Patch Changes | ||
|
||
- 118380f: Re-export parsing utils | ||
|
||
## 1.4.0 | ||
|
||
### Minor Changes | ||
|
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": "@tma.js/sdk", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"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", | ||
|
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,5 +1,12 @@ | ||
# @tma.js/solid-router-integration | ||
|
||
## 1.0.6 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [118380f] | ||
- @tma.js/[email protected] | ||
|
||
## 1.0.5 | ||
|
||
### Patch Changes | ||
|
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": "@tma.js/solid-router-integration", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "@solidjs/router integration for navigation.", | ||
"author": "Vladislav Kibenko <[email protected]>", | ||
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme", | ||
|