Skip to content

Commit

Permalink
Merge pull request #175 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 12, 2023
2 parents b169b44 + acbdc13 commit 8dd8783
Show file tree
Hide file tree
Showing 28 changed files with 135 additions and 52 deletions.
7 changes: 0 additions & 7 deletions .changeset/afraid-dingos-arrive.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/angry-dragons-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-moose-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-foxes-obey.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/proud-mails-march.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-pens-heal.md

This file was deleted.

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

## 1.3.12

### Patch Changes

- 7a6549c: - Add `logger.log` call in postEvent
- Updated dependencies [44ed697]
- Updated dependencies [6b97921]
- @tma.js/[email protected]

## 1.3.11

### Patch 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.3.11",
"version": "1.3.12",
"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
7 changes: 7 additions & 0 deletions packages/init-data-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tma.js/init-data-node

## 0.0.19

### Patch Changes

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

## 0.0.18

### 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.18",
"version": "0.0.19",
"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
9 changes: 9 additions & 0 deletions packages/init-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tma.js/init-data

## 0.2.21

### Patch Changes

- 92848a6: - Specify parsers type names
- Updated dependencies [44ed697]
- Updated dependencies [6b97921]
- @tma.js/[email protected]

## 0.2.20

### 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.20",
"version": "0.2.21",
"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
12 changes: 12 additions & 0 deletions packages/launch-params/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tma.js/launch-params

## 0.0.7

### Patch Changes

- Updated dependencies [44ed697]
- Updated dependencies [6b97921]
- Updated dependencies [92848a6]
- Updated dependencies [7c1c7a2]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]

## 0.0.6

### Patch 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": "0.0.6",
"version": "0.0.7",
"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
10 changes: 10 additions & 0 deletions packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tma.js/navigation

## 0.0.13

### Patch Changes

- Updated dependencies [44ed697]
- Updated dependencies [6b97921]
- Updated dependencies [7a6549c]
- @tma.js/[email protected]
- @tma.js/[email protected]

## 0.0.12

### Patch 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": "0.0.12",
"version": "0.0.13",
"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
18 changes: 18 additions & 0 deletions packages/parsing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @tma.js/parsing

## 1.0.0

### Major Changes

- 6b97921: This is the first `@tma.js/parsing` package major update.

- Implement `ParsingError` and `ParseSchemaFieldError` classes to provide better understanding of the error
- Allow specifying parser type name to improve error messages
- Fix minor problems in throwing errors
- Actualize tests
- Set type names for all built-in types

### Minor Changes

- 44ed697: - Add new types of errors
- Add ability to specify parser type name
- Improve schema parsing be throwing more accurate errors

## 0.1.3

### Patch 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": "0.1.3",
"version": "1.0.0",
"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
12 changes: 12 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tma.js/sdk-react

## 0.5.1

### Patch Changes

- Updated dependencies [7a6549c]
- Updated dependencies [7c1c7a2]
- Updated dependencies [a4fd5b8]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]

## 0.5.0

### Minor 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.0",
"version": "0.5.1",
"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
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 @@
# @tma.js/sdk-solid

## 0.1.17

### Patch Changes

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

## 0.1.16

### 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.16",
"version": "0.1.17",
"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
20 changes: 20 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @tma.js/sdk

## 0.13.0

### Minor Changes

- a4fd5b8: - Actualize theme parameters list
- Simplify init process

### Patch Changes

- Updated dependencies [44ed697]
- Updated dependencies [6b97921]
- Updated dependencies [7a6549c]
- Updated dependencies [92848a6]
- Updated dependencies [7c1c7a2]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]

## 0.12.9

### 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.12.9",
"version": "0.13.0",
"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.3

### Patch Changes

- @tma.js/[email protected]

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "@solidjs/router integration for navigation.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down
14 changes: 14 additions & 0 deletions packages/theme-params/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @tma.js/theme-params

## 0.1.0

### Minor Changes

- 7c1c7a2: - Implement new 6.10 palette keys
- Add parser type name
- Allow specifying previous and current launch parameters in launch data computation methods

### Patch Changes

- Updated dependencies [44ed697]
- Updated dependencies [6b97921]
- @tma.js/[email protected]

## 0.0.6

### Patch 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.0.6",
"version": "0.1.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 8dd8783

Please sign in to comment.