Skip to content

Commit

Permalink
Merge pull request #152 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 Oct 23, 2023
2 parents b8cf2c6 + 8a6b3d8 commit a5d3a03
Show file tree
Hide file tree
Showing 26 changed files with 102 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-cherries-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-walls-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-ants-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-hounds-laugh.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/next-js-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# next-js-example

## 0.1.1

### Patch Changes

- @tma.js/[email protected]
4 changes: 2 additions & 2 deletions apps/next-js-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-js-example",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@tma.js/sdk-react": "0.4.14",
"@tma.js/sdk-react": "0.4.15",
"react": "^18",
"react-dom": "^18",
"next": "13.5.6"
Expand Down
6 changes: 6 additions & 0 deletions apps/react-sdk-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-sdk-example

## 0.0.20

### Patch Changes

- @tma.js/[email protected]

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/react-sdk-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-sdk-example",
"private": true,
"version": "0.0.19",
"version": "0.0.20",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
12 changes: 12 additions & 0 deletions apps/solid-sdk-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# solid-sdk-example

## 0.0.20

### Patch Changes

- Updated dependencies [a0e88b6]
- Updated dependencies [c69b4c6]
- Updated dependencies [b9dff7a]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]
- @tma.js/[email protected]

## 0.0.19

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/solid-sdk-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-sdk-example",
"version": "0.0.19",
"version": "0.0.20",
"private": true,
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@tma.js/colors": "^0.0.5",
"@tma.js/init-data": "^0.2.19",
"@tma.js/navigation": "workspace:*",
"@tma.js/sdk": "^0.12.6",
"@tma.js/sdk-solid": "^0.1.13",
"@tma.js/sdk": "^0.12.7",
"@tma.js/sdk-solid": "^0.1.14",
"@tma.js/solid-router-integration": "workspace:*",
"solid-js": "^1.7.6"
}
Expand Down
7 changes: 7 additions & 0 deletions apps/typescript-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# typescript-example

## 1.0.3

### Patch Changes

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

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/typescript-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typescript-example",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -18,6 +18,6 @@
"vite": "^4.4.11"
},
"dependencies": {
"@tma.js/sdk": "0.12.6"
"@tma.js/sdk": "0.12.7"
}
}
7 changes: 7 additions & 0 deletions packages/bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tma.js/bridge

## 1.3.10

### Patch Changes

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

## 1.3.9

### 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.9",
"version": "1.3.10",
"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/event-emitter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tma.js/event-emitter

## 0.1.0

### Minor Changes

- 8e5c7d4: Improve `emit` method code. Return remove event listener function from `on` and `once` methods. Do the same with `subscribe` method. `off` and `unsubscribe` methods now remove only 1 listener, not all its instances.

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/event-emitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tma.js/event-emitter",
"version": "0.0.5",
"version": "0.1.0",
"description": "Event emitter class implementation.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tma.js/navigation

## 0.0.11

### Patch Changes

- b9dff7a: Implement `getHash` method.
- Updated dependencies [8e5c7d4]
- @tma.js/[email protected]
- @tma.js/[email protected]

## 0.0.10

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

## 0.4.15

### Patch Changes

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

## 0.4.14

### 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.4.14",
"version": "0.4.15",
"description": "React bindings for Web Apps client SDK. Contains hooks, components and other useful tools which allow usage of React along with Web 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.14

### Patch Changes

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

## 0.1.13

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

## 0.12.7

### Patch Changes

- c69b4c6: `BackButton.on` and `MainButton.on` now return function which removes event listener.
- Updated dependencies [8e5c7d4]
- @tma.js/[email protected]
- @tma.js/[email protected]

## 0.12.6

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

## 0.0.1

### Patch Changes

- a0e88b6: Implement package.
- Updated dependencies [b9dff7a]
- @tma.js/[email protected]
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.0",
"version": "0.0.1",
"description": "@solidjs/router integration for navigation.",
"author": "Vladislav Kibenko <[email protected]>",
"homepage": "https://github.com/Telegram-Mini-Apps/tma.js#readme",
Expand Down

0 comments on commit a5d3a03

Please sign in to comment.