Skip to content

Commit

Permalink
Merge pull request #393 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 7, 2024
2 parents 8a9664e + 2111192 commit c01c759
Show file tree
Hide file tree
Showing 18 changed files with 73 additions and 20 deletions.
7 changes: 6 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [
"custom-playground",
"nextjs-template",
"reactjs-template",
"solidjs-template"
]
}
7 changes: 0 additions & 7 deletions .changeset/real-eagles-wave.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/init-data-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @telegram-apps/init-data-node

## 1.0.1

### Patch Changes

- Updated dependencies [54adc6f]
- @telegram-apps/sdk@1.1.0
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.0.0",
"version": "1.0.1",
"description": "TypeScript Node library to operate with Telegram init data.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-router-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @telegram-apps/react-router-integration

## 1.0.1

### Patch Changes

- Updated dependencies [54adc6f]
- @telegram-apps/sdk@1.1.0
4 changes: 2 additions & 2 deletions packages/react-router-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegram-apps/react-router-integration",
"version": "1.0.0",
"version": "1.0.1",
"description": "Navigator integration for the react-router-dom package.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down Expand Up @@ -43,7 +43,7 @@
"build": "vite build"
},
"peerDependencies": {
"@telegram-apps/sdk": "workspace:^",
"@telegram-apps/sdk": "workspace:^1",
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.22.3"
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @telegram-apps/sdk-react

## 1.1.0

### Minor Changes

- 54adc6f: Add the `SwipeBehavior` component, related hooks and HOCs.

### Patch Changes

- Updated dependencies [54adc6f]
- @telegram-apps/sdk@1.1.0
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": "1.0.0",
"version": "1.1.0",
"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/telegram-apps#readme",
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @telegram-apps/sdk-solid

## 1.1.0

### Minor Changes

- 54adc6f: Add the `SwipeBehavior` component, related hooks and HOCs.

### Patch Changes

- Updated dependencies [54adc6f]
- @telegram-apps/sdk@1.1.0
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": "@telegram-apps/sdk-solid",
"version": "1.0.0",
"version": "1.1.0",
"description": "Solid JS bindings for Mini Apps client SDK.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @telegram-apps/sdk

## 1.1.0

### Minor Changes

- 54adc6f: Add the `SwipeBehavior` component, related hooks and HOCs.
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": "@telegram-apps/sdk",
"version": "1.0.0",
"version": "1.1.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/telegram-apps#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/solid-router-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @telegram-apps/solid-router-integration

## 1.0.1

### Patch Changes

- Updated dependencies [54adc6f]
- @telegram-apps/sdk@1.1.0
4 changes: 2 additions & 2 deletions packages/solid-router-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telegram-apps/solid-router-integration",
"version": "1.0.0",
"version": "1.0.1",
"description": "@solidjs/router integration for navigation.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"peerDependencies": {
"@solidjs/router": "^0.13.1",
"@telegram-apps/sdk": "workspace:^",
"@telegram-apps/sdk": "workspace:^1",
"solid-js": "^1.8.16"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/custom/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "custom",
"name": "custom-playground",
"private": true,
"version": "0.0.0",
"type": "module",
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.5",
"version": "0.0.0",
"type": "module",
"homepage": "https://telegram-mini-apps.github.io/reactjs-template",
"scripts": {
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": "solidjs-template",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"main": "index.js",
"homepage": "https://telegram-mini-apps.github.io/solidjs-template",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c01c759

Please sign in to comment.