Skip to content

Commit

Permalink
Merge pull request #62 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 Aug 1, 2023
2 parents ac8810d + c92d24b commit 6e3460b
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-shrimps-tease.md

This file was deleted.

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

## 1.0.9

### Patch Changes

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

## 1.0.8

### 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.8",
"version": "1.0.9",
"description": "Application to try packages functionality.",
"private": true,
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @twa.js/bridge

## 1.1.1

### Patch Changes

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

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"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
6 changes: 6 additions & 0 deletions packages/init-data-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twa.js/init-data-node

## 0.0.7

### Patch Changes

- @twa.js/[email protected]

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/init-data-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twa.js/init-data-node",
"version": "0.0.6",
"version": "0.0.7",
"description": "TypeScript Node library to operate with Telegram init data.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Web-Apps/twa.js#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/init-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @twa.js/init-data

## 0.2.9

### Patch Changes

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

## 0.2.8

### 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.8",
"version": "0.2.9",
"description": "Frontend TypeScript library to make work with Web Apps init data easier.",
"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-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @twa.js/sdk-react

## 0.3.11

### Patch Changes

- @twa.js/[email protected]
- @twa.js/[email protected]

## 0.3.10

### 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.10",
"version": "0.3.11",
"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
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.5.3

### Patch Changes

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

## 0.5.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.5.2",
"version": "0.5.3",
"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
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twa.js/utils

## 0.3.0

### Minor Changes

- 5868e9f: Add utilities related to class names

## 0.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twa.js/utils",
"version": "0.2.12",
"version": "0.3.0",
"description": "Web Apps core TypeScript utilities reused by other packages of ecosystem.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Web-Apps/twa.js#readme",
Expand Down

0 comments on commit 6e3460b

Please sign in to comment.