Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chubby-deer-battle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/clever-cows-wish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-pumas-dig.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eager-camels-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/famous-walls-write.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-horses-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-snakes-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-grapes-obey.md

This file was deleted.

17 changes: 5 additions & 12 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,12 @@
"@ton/walletkit-examples": "1.0.0",
"@demo/v4ledger-adapter": "0.1.0",
"@demo/wallet-core": "0.1.0",
"@ton/appkit": "0.0.3",
"@ton/appkit-react": "0.0.4",
"@ton/mcp": "0.1.14",
"@ton/walletkit": "0.0.10",
"@ton/appkit": "0.0.4",
"@ton/appkit-react": "0.0.5",
"@ton/mcp": "0.1.15-alpha.8",
"@ton/walletkit": "0.0.11",
"walletkit-android-bridge": "0.0.1",
"walletkit-ios-bridge": "0.0.1"
},
"changesets": [
"chubby-deer-battle",
"dirty-pumas-dig",
"famous-walls-write",
"five-horses-cough",
"funny-snakes-laugh",
"solid-birds-joke"
]
"changesets": []
}
9 changes: 0 additions & 9 deletions .changeset/solid-birds-joke.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/appkit-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @ton/appkit-react

## 0.0.5

### Patch Changes

- babd2af: Implemented and improved multiple methods in `ApiClientTonApi`: `jettonsByOwnerAddress`, `nftItemsByAddress`, `nftItemsByOwner`, `runGetMethod`, `getAccountTransactions`, `getTransactionsByHash`, `getTrace`, `getPendingTrace`, `getEvents`, and `getMasterchainInfo`.
- 29d0d22: Updated `SwapQuote` and `SwapQuoteParams` types: changed `amount`, `fromAmount`, `toAmount`, and `minReceived` from `TokenAmount` to `string`. This change was made because these fields now contain values already formatted into a human-readable format, whereas `TokenAmount` is intended for nano amounts.
- 72930db: - Add `getMasterchainInfo` to `ApiClient`, currently implemented in `ApiClientToncenter` and `ApiClientTonApi`.
- Add `getBlockNumber` action to `@ton/appkit`.
- Add `useBlockNumber` hook to `@ton/appkit-react`.
- Updated dependencies [babd2af]
- Updated dependencies [29d0d22]
- Updated dependencies [72930db]
- @ton/appkit@0.0.4

## 0.0.5-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/appkit-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ton/appkit-react",
"version": "0.0.5-alpha.2",
"version": "0.0.5",
"type": "module",
"scripts": {
"build": "pnpm run build:esm && pnpm run copy:css",
Expand Down
17 changes: 17 additions & 0 deletions packages/appkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @ton/appkit

## 0.0.4

### Patch Changes

- babd2af: Implemented and improved multiple methods in `ApiClientTonApi`: `jettonsByOwnerAddress`, `nftItemsByAddress`, `nftItemsByOwner`, `runGetMethod`, `getAccountTransactions`, `getTransactionsByHash`, `getTrace`, `getPendingTrace`, `getEvents`, and `getMasterchainInfo`.
- 29d0d22: Updated `SwapQuote` and `SwapQuoteParams` types: changed `amount`, `fromAmount`, `toAmount`, and `minReceived` from `TokenAmount` to `string`. This change was made because these fields now contain values already formatted into a human-readable format, whereas `TokenAmount` is intended for nano amounts.
- 72930db: - Add `getMasterchainInfo` to `ApiClient`, currently implemented in `ApiClientToncenter` and `ApiClientTonApi`.
- Add `getBlockNumber` action to `@ton/appkit`.
- Add `useBlockNumber` hook to `@ton/appkit-react`.
- Updated dependencies [babd2af]
- Updated dependencies [29d0d22]
- Updated dependencies [79e00db]
- Updated dependencies [7491d5e]
- Updated dependencies [fa55b70]
- Updated dependencies [72930db]
- @ton/walletkit@0.0.11

## 0.0.4-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/appkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ton/appkit",
"version": "0.0.4-alpha.2",
"version": "0.0.4",
"description": "",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @ton/mcp

## 0.1.15-alpha.8

### Patch Changes

- 2760b89: Added agentic wallet management APIs
- 2370f94: Updated skills to improve user flow with prompts and urls
- 79e00db: Added logs level from env for walletkit, supressed node deprecation warnings for mcp
- 13af8e2: Add proxy support for envs that needs them(claude ai)
- Updated dependencies [babd2af]
- Updated dependencies [29d0d22]
- Updated dependencies [79e00db]
- Updated dependencies [7491d5e]
- Updated dependencies [fa55b70]
- Updated dependencies [72930db]
- @ton/walletkit@0.0.11

## 0.1.15-alpha.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ton/mcp",
"version": "0.1.15-alpha.7",
"version": "0.1.15-alpha.8",
"description": "TON MCP Server - Model Context Protocol server for TON blockchain wallet operations",
"license": "MIT",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions packages/walletkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @ton/walletkit

## 0.0.11

### Patch Changes

- babd2af: Implemented and improved multiple methods in `ApiClientTonApi`: `jettonsByOwnerAddress`, `nftItemsByAddress`, `nftItemsByOwner`, `runGetMethod`, `getAccountTransactions`, `getTransactionsByHash`, `getTrace`, `getPendingTrace`, `getEvents`, and `getMasterchainInfo`.
- 29d0d22: Updated `SwapQuote` and `SwapQuoteParams` types: changed `amount`, `fromAmount`, `toAmount`, and `minReceived` from `TokenAmount` to `string`. This change was made because these fields now contain values already formatted into a human-readable format, whereas `TokenAmount` is intended for nano amounts.
- 79e00db: Added logs level from env for walletkit, supressed node deprecation warnings for mcp
- 7491d5e: Use public version of @tonconnect/bridge-sdk
- fa55b70: Added connectionEventFromUrl for cases when you want to handle connect event in the same place, where you've received url
- 72930db: - Add `getMasterchainInfo` to `ApiClient`, currently implemented in `ApiClientToncenter` and `ApiClientTonApi`.
- Add `getBlockNumber` action to `@ton/appkit`.
- Add `useBlockNumber` hook to `@ton/appkit-react`.

## 0.0.11-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/walletkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ton/walletkit",
"version": "0.0.11-alpha.2",
"version": "0.0.11",
"description": "Wallet kit for TON Connect",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
Loading