Skip to content

Commit

Permalink
Merge pull request #387 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 Jul 6, 2024
2 parents f8b6518 + 13237c0 commit 005711e
Show file tree
Hide file tree
Showing 20 changed files with 79 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-knives-jump.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/slimy-berries-look.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/init-data-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tma.js/init-data-node

## 1.4.0

### Minor Changes

- 24847f3: Allow using a hashed token in the package methods.

### Patch Changes

- Updated dependencies [150cc8e]
- @tma.js/sdk@2.7.0

## 1.3.2

### 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": "1.3.2",
"version": "1.4.0",
"description": "TypeScript Node library to operate with Telegram init data.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-router-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tma.js/react-router-integration

## 6.0.0

### Patch Changes

- Updated dependencies [150cc8e]
- @tma.js/sdk@2.7.0

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tma.js/react-router-integration",
"version": "5.0.1",
"version": "6.0.0",
"description": "Navigator integration for the react-router-dom package.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
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 @@
# @tma.js/sdk-react

## 2.2.8

### Patch Changes

- Updated dependencies [150cc8e]
- @tma.js/sdk@2.7.0

## 2.2.7

### 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": "2.2.7",
"version": "2.2.8",
"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 <wolfram.deus@gmail.com>",
"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

## 2.1.11

### Patch Changes

- Updated dependencies [150cc8e]
- @tma.js/sdk@2.7.0

## 2.1.10

### 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": "2.1.10",
"version": "2.1.11",
"description": "Solid JS bindings for Mini Apps client SDK.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tma.js/sdk

## 2.7.0

### Minor Changes

- 150cc8e: - Remove Mini Apps events parsers we don't really need now.
- Make `createPostEvent` result function not check some safe Mini Apps methods parameters.
- Rework the `request` function and fix a bug related to incorrect multiple events handling.
- Add `MiniApp.close` `returnBack` argument.
- Fix invalid URL in generation in `Utils.shareURL`
- Add `Utils.openLink` `tryBrowser` parameter.

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

## 7.0.0

### Patch Changes

- Updated dependencies [150cc8e]
- @tma.js/sdk@2.7.0

## 6.0.1

### 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": "6.0.1",
"version": "7.0.0",
"description": "@solidjs/router integration for navigation.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down
6 changes: 6 additions & 0 deletions playgrounds/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# nextjs-template

## 0.1.13

### Patch Changes

- @tma.js/sdk-react@2.2.8

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-template",
"version": "0.1.12",
"version": "0.1.13",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions playgrounds/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# reactjs-template

## 0.0.5

### Patch Changes

- @tma.js/react-router-integration@6.0.0
- @tma.js/sdk-react@2.2.8

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reactjs-template",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"homepage": "https://telegram-mini-apps.github.io/reactjs-template",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions playgrounds/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# solidjs-template

## 0.0.14

### Patch Changes

- @tma.js/sdk-solid@2.1.11
- @tma.js/solid-router-integration@7.0.0

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid",
"private": true,
"version": "0.0.13",
"version": "0.0.14",
"type": "module",
"main": "index.js",
"homepage": "https://telegram-mini-apps.github.io/solidjs-template",
Expand Down

0 comments on commit 005711e

Please sign in to comment.