Skip to content

Commit

Permalink
RELEASING: Releasing 7 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @telegram-apps/[email protected]
  @telegram-apps/[email protected]
  @telegram-apps/[email protected]
  @telegram-apps/[email protected]
  @telegram-apps/[email protected]
  [email protected]
  [email protected]

[skip ci]
  • Loading branch information
github-actions[bot] committed Nov 17, 2024
1 parent c230f93 commit eebe5d5
Show file tree
Hide file tree
Showing 15 changed files with 53 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/seven-planets-refuse.md

This file was deleted.

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 @@
# @telegram-apps/sdk-react

## 2.0.12

### Patch Changes

- Updated dependencies [78508aa]
- @telegram-apps/sdk@2.6.2

## 2.0.11

### 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": "@telegram-apps/sdk-react",
"version": "2.0.11",
"version": "2.0.12",
"description": "React bindings for Mini Apps client SDK. Contains hooks, components and other useful tools which allow usage of React along with Mini Apps client SDK.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#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 @@
# @telegram-apps/sdk-solid

## 2.0.12

### Patch Changes

- Updated dependencies [78508aa]
- @telegram-apps/sdk@2.6.2

## 2.0.11

### 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": "@telegram-apps/sdk-solid",
"version": "2.0.11",
"version": "2.0.12",
"description": "Solid JS bindings for Mini Apps client SDK.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @telegram-apps/sdk-svelte

## 1.0.4

### Patch Changes

- Updated dependencies [78508aa]
- @telegram-apps/sdk@2.6.2

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegram-apps/sdk-svelte",
"version": "1.0.3",
"version": "1.0.4",
"description": "Svelte.js bindings for Mini Apps client SDK.",
"author": "Nazar Ugrinovsky <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @telegram-apps/sdk-vue

## 1.0.4

### Patch Changes

- Updated dependencies [78508aa]
- @telegram-apps/sdk@2.6.2

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegram-apps/sdk-vue",
"version": "1.0.3",
"version": "1.0.4",
"description": "Vue.js bindings for Mini Apps client SDK.",
"author": "Dmitry Nischeta <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#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 @@
# @telegram-apps/sdk

## 2.6.2

### Patch Changes

- 78508aa: Fix `requestContact` invalid async executor

## 2.6.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": "@telegram-apps/sdk",
"version": "2.6.1",
"version": "2.6.2",
"description": "TypeScript Source Development Kit for Telegram Mini Apps client application.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
6 changes: 6 additions & 0 deletions playgrounds/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# svelte-template

## 0.0.4

### Patch Changes

- @telegram-apps/sdk-svelte@1.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-template",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions playgrounds/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vue-template

## 0.0.4

### Patch Changes

- @telegram-apps/sdk-vue@1.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-template",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit eebe5d5

Please sign in to comment.