Skip to content

Commit

Permalink
chore(packages): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 13, 2023
1 parent 367e8cc commit fd2627a
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/early-crabs-retire.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- Updated dependencies [5879578]
- @twa.js/init-data@0.2.6
- @twa.js/bridge@0.3.7
- @twa.js/sdk@0.4.3

## 1.0.1

### 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.1",
"version": "1.0.2",
"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.7

### Patch Changes

- 5879578: Add src folder to package. Also, inline source typescript source code.

## 0.3.6

### 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.6",
"version": "0.3.7",
"description": "Communication layer between Telegram and frontend applications.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Web-Apps/twa#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/init-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twa.js/init-data

## 0.2.6

### Patch Changes

- 5879578: Add src folder to package. Also, inline source typescript source code.

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/init-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twa.js/init-data",
"version": "0.2.5",
"version": "0.2.6",
"description": "Isomorphic TypeScript library to make work with Web Apps init data easier.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Web-Apps/twa#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @twa.js/sdk-react

## 0.3.3

### Patch Changes

- 5879578: Add src folder to package. Also, inline source typescript source code.
- Updated dependencies [5879578]
- @twa.js/bridge@0.3.7
- @twa.js/sdk@0.4.3

## 0.3.2

### 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.2",
"version": "0.3.3",
"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 <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Web-Apps/twa#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @twa.js/sdk

## 0.4.3

### Patch Changes

- 5879578: Add src folder to package. Also, inline source typescript source code.
- Updated dependencies [5879578]
- @twa.js/init-data@0.2.6
- @twa.js/bridge@0.3.7

## 0.4.2

### 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.2",
"version": "0.4.3",
"description": "TypeScript Source Development Kit for Telegram Web Apps client application.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Web-Apps/twa#readme",
Expand Down

0 comments on commit fd2627a

Please sign in to comment.