Skip to content

Commit

Permalink
Merge pull request #56 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 29, 2023
2 parents 0469e5d + a057bbb commit ac892b2
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-buses-attack.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.7

### Patch Changes

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

## 1.0.6

### 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.6",
"version": "1.0.7",
"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

## 1.1.0

### Minor Changes

- 43fe082: Add `subscribe` and `unsubscribe` functions.

## 1.0.0

### Major 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": "1.0.0",
"version": "1.1.0",
"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.9

### Patch Changes

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

## 0.3.8

### 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.8",
"version": "0.3.9",
"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.5.1

### Patch Changes

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

## 0.5.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": "@twa.js/sdk",
"version": "0.5.0",
"version": "0.5.1",
"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 ac892b2

Please sign in to comment.