Skip to content

Commit

Permalink
Merge pull request #560 from Telegram-Mini-Apps/changeset-release/master
Browse files Browse the repository at this point in the history
chore(packages): version packages
  • Loading branch information
heyqbnk authored Nov 24, 2024
2 parents 2e704c0 + b07538b commit 302906e
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 20 deletions.
12 changes: 0 additions & 12 deletions .changeset/strange-weeks-pay.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# cli-utils

## 0.0.2

### Patch Changes

- 11b8478: Bump repository libraries
2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cli-utils",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "src/index.ts",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-mini-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @telegram-apps/create-mini-app

## 1.1.1

### Patch Changes

- 11b8478: Bump repository libraries

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mini-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegram-apps/create-mini-app",
"version": "1.1.0",
"version": "1.1.1",
"description": "CLI tool to scaffold your new mini application on the Telegram Mini Apps platform.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#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 @@
# @telegram-apps/init-data-node

## 1.1.2

### Patch Changes

- 11b8478: Bump repository libraries

## 1.1.1

### 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": "@telegram-apps/init-data-node",
"version": "1.1.1",
"version": "1.1.2",
"description": "TypeScript Node library to operate with Telegram init data.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/mate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @telegram-apps/mate

## 0.0.25

### Patch Changes

- 11b8478: Bump repository libraries

## 0.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegram-apps/mate",
"version": "0.0.24",
"version": "0.0.25",
"description": "Your personal mate in Telegram Mini Apps development.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @telegram-apps/sdk-react

## 2.0.13

### Patch Changes

- 11b8478: Bump repository libraries

## 2.0.12

### 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.12",
"version": "2.0.13",
"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
6 changes: 6 additions & 0 deletions packages/sdk-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @telegram-apps/sdk-svelte

## 1.0.5

### Patch Changes

- 11b8478: Bump repository libraries

## 1.0.4

### 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.4",
"version": "1.0.5",
"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
8 changes: 8 additions & 0 deletions playgrounds/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# svelte-template

## 0.0.5

### Patch Changes

- 11b8478: Bump repository libraries
- Updated dependencies [11b8478]
- @telegram-apps/sdk-svelte@1.0.5

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.5

### Patch Changes

- 11b8478: Bump repository libraries

## 0.0.4

### 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.4",
"version": "0.0.5",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 302906e

Please sign in to comment.