Skip to content

Commit

Permalink
Merge pull request #183 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 15, 2023
2 parents 68a9d9e + 737e0d2 commit 969e837
Show file tree
Hide file tree
Showing 25 changed files with 102 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-snakes-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-jeans-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-poets-check.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tma.js/bridge

## 1.4.1

### Patch Changes

- a861e65: Better parsing for theme_changed event.
- Updated dependencies [b8e9f9d]
- @tma.js/[email protected]

## 1.4.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": "@tma.js/bridge",
"version": "1.4.0",
"version": "1.4.1",
"description": "Communication layer between Telegram and frontend applications.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.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 @@
# @tma.js/init-data-node

## 0.0.20

### Patch Changes

- @tma.js/[email protected]

## 0.0.19

### 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": "@tma.js/init-data-node",
"version": "0.0.19",
"version": "0.0.20",
"description": "TypeScript Node library to operate with Telegram init data.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.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 @@
# @tma.js/init-data

## 0.2.22

### Patch Changes

- Updated dependencies [b8e9f9d]
- @tma.js/[email protected]

## 0.2.21

### 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": "@tma.js/init-data",
"version": "0.2.21",
"version": "0.2.22",
"description": "Frontend TypeScript library to make work with Mini Apps init data easier.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down
10 changes: 10 additions & 0 deletions packages/launch-params/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tma.js/launch-params

## 1.0.1

### Patch Changes

- Updated dependencies [a63953f]
- Updated dependencies [b8e9f9d]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/launch-params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tma.js/launch-params",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utilities to work with Telegram Mini Apps launch params.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tma.js/navigation

## 1.0.1

### Patch Changes

- Updated dependencies [a861e65]
- @tma.js/[email protected]

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tma.js/navigation",
"version": "1.0.0",
"version": "1.0.1",
"description": "Custom navigation classes and utilities which could be used to control Mini App navigation.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/parsing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tma.js/parsing

## 1.0.1

### Patch Changes

- b8e9f9d: Remove functionality related to determining if value is empty

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parsing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tma.js/parsing",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utilities made to parse different types of data.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tma.js/sdk-react

## 0.5.4

### Patch Changes

- Updated dependencies [a63953f]
- Updated dependencies [a861e65]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]

## 0.5.3

### 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": "@tma.js/sdk-react",
"version": "0.5.3",
"version": "0.5.4",
"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/tma.js#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tma.js/sdk-solid

## 0.1.20

### Patch Changes

- @tma.js/[email protected]

## 0.1.19

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

## 0.13.3

### Patch Changes

- Updated dependencies [a63953f]
- Updated dependencies [b8e9f9d]
- Updated dependencies [a861e65]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]

## 0.13.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": "@tma.js/sdk",
"version": "0.13.2",
"version": "0.13.3",
"description": "TypeScript Source Development Kit for Telegram Mini Apps client application.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/solid-router-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tma.js/solid-router-integration

## 0.0.6

### Patch Changes

- @tma.js/[email protected]

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-router-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tma.js/solid-router-integration",
"version": "0.0.5",
"version": "0.0.6",
"description": "@solidjs/router integration for navigation.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/theme-params/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tma.js/theme-params

## 1.0.0

### Major Changes

- a63953f: First major release. Better working utilities and types.

### Patch Changes

- Updated dependencies [b8e9f9d]
- @tma.js/[email protected]

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tma.js/theme-params",
"version": "0.1.0",
"version": "1.0.0",
"description": "Utilities to work with Telegram Mini Apps theme parameters.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down

0 comments on commit 969e837

Please sign in to comment.