Skip to content

Commit

Permalink
Merge pull request #53 from Telegram-Web-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 18, 2023
2 parents 3e4ae0b + 836c0c5 commit a40f7e6
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-coats-sniff.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/playground-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# playground

## 1.0.5

### Patch Changes

- Updated dependencies [d0dd3ad]
- @twa.js/[email protected]
- @twa.js/[email protected]

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/playground-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "1.0.4",
"version": "1.0.5",
"description": "Application to try packages functionality.",
"private": true,
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twa.js/bridge

## 0.3.9

### Patch Changes

- d0dd3ad: Fix bug related to ios and macOS environment detection. We are now looking at window.TelegramWebviewProxy.postEvent function to send an event.

## 0.3.8

### 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": "@twa.js/bridge",
"version": "0.3.8",
"version": "0.3.9",
"description": "Communication layer between Telegram and frontend applications.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Web-Apps/twa.js#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @twa.js/sdk-react

## 0.3.7

### Patch Changes

- Updated dependencies [d0dd3ad]
- @twa.js/[email protected]
- @twa.js/[email protected]

## 0.3.6

### 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": "@twa.js/sdk-react",
"version": "0.3.6",
"version": "0.3.7",
"description": "React bindings for Web Apps client SDK. Contains hooks, components and other useful tools which allow usage of React along with Web Apps client SDK.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Web-Apps/twa.js#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @twa.js/sdk

## 0.4.6

### Patch Changes

- Updated dependencies [d0dd3ad]
- @twa.js/[email protected]

## 0.4.5

### 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": "@twa.js/sdk",
"version": "0.4.5",
"version": "0.4.6",
"description": "TypeScript Source Development Kit for Telegram Web Apps client application.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Web-Apps/twa.js#readme",
Expand Down

0 comments on commit a40f7e6

Please sign in to comment.