Skip to content

Commit

Permalink
Merge pull request #87 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 Sep 2, 2023
2 parents 9e33376 + 9fc664d commit 9a1e3f3
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/short-olives-smell.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/react-sdk-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-sdk-example

## 0.0.4

### Patch Changes

- 562e0c1: Improve cssVars option
- @twa.js/[email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/react-sdk-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-sdk-example",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions apps/solid-sdk-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# solid-sdk-example

## 0.0.5

### Patch Changes

- 562e0c1: Improve cssVars option
- @twa.js/[email protected]

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/solid-sdk-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-sdk-example",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"type": "module",
"main": "index.js",
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.20

### Patch Changes

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

## 0.3.19

### 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.19",
"version": "0.3.20",
"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-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @twa.js/sdk-solid

## 0.0.8

### Patch Changes

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

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twa.js/sdk-solid",
"version": "0.0.7",
"version": "0.0.8",
"description": "Solid JS bindings for Web Apps client SDK.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Web-Apps/twa.js#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twa.js/sdk

## 0.10.0

### Minor Changes

- 562e0c1: Improve cssVars option

## 0.9.1

### 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.9.1",
"version": "0.10.0",
"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 9a1e3f3

Please sign in to comment.