Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2024.12.0 #437

Merged
merged 7 commits into from
Dec 5, 2024
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/itchy-balloons-call.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/kitchen-sink",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"start-sdk-server": "tsx sdkServerClient.ts",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-eth-passkeys-galore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/with-eth-passkey-signers",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-solana-passkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/with-solana-passkeys",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-wallet-stamper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-wallet-stamper",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/cosmjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @turnkey/cosmjs

## 0.6.4

### Patch Changes

- Updated dependencies [78bc39c]
- @turnkey/[email protected]
- @turnkey/[email protected]
- @turnkey/[email protected]

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/cosmjs",
"version": "0.6.3",
"version": "0.6.4",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/eip-1193-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @turnkey/eip-1193-provider

## 3.0.2

### Patch Changes

- Updated dependencies [78bc39c]
- @turnkey/[email protected]

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eip-1193-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/eip-1193-provider",
"version": "3.0.1",
"version": "3.0.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eip-1193-provider/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "@turnkey/[email protected].1";
export const VERSION = "@turnkey/[email protected].2";
9 changes: 9 additions & 0 deletions packages/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @turnkey/ethers

## 1.1.6

### Patch Changes

- Updated dependencies [78bc39c]
- @turnkey/[email protected]
- @turnkey/[email protected]
- @turnkey/[email protected]

## 1.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/ethers",
"version": "1.1.5",
"version": "1.1.6",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @turnkey/http

## 2.17.0

### Minor Changes

- 78bc39c: Add default accounts for various address types
- Add wallet account ID to list wallets endpoint

## 2.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/http",
"version": "2.16.0",
"version": "2.17.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down

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

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

2 changes: 1 addition & 1 deletion packages/http/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "@turnkey/http@2.16.0";
export const VERSION = "@turnkey/http@2.17.0";
7 changes: 7 additions & 0 deletions packages/react-native-passkey-stamper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @turnkey/react-native-passkey-stamper

## 1.0.1

### Patch Changes

- Updated dependencies [78bc39c]
- @turnkey/[email protected]

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-passkey-stamper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/react-native-passkey-stamper",
"version": "1.0.0",
"version": "1.0.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @turnkey/sdk-browser

## 1.10.1

### Patch Changes

- Updated dependencies [78bc39c]
- @turnkey/[email protected]
- @turnkey/[email protected]
- @turnkey/[email protected]

## 1.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/sdk-browser",
"version": "1.10.0",
"version": "1.10.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-browser/src/__generated__/version.ts

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

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 @@
# @turnkey/sdk-react

## 1.1.1

### Patch Changes

- @turnkey/[email protected]
- @turnkey/[email protected]

## 1.1.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": "@turnkey/sdk-react",
"version": "1.1.0",
"version": "1.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @turnkey/sdk-server

## 1.7.0

### Minor Changes

- 78bc39c: Add default accounts for various address types
- Add wallet account ID to list wallets endpoint

### Patch Changes

- Updated dependencies [78bc39c]
- @turnkey/[email protected]

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/sdk-server",
"version": "1.6.0",
"version": "1.7.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-server/src/__generated__/version.ts

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

5 changes: 5 additions & 0 deletions packages/sdk-server/src/__inputs__/public_api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -8686,6 +8686,10 @@
"v1WalletAccount": {
"type": "object",
"properties": {
"walletAccountId": {
"type": "string",
"description": "Unique identifier for a given Wallet Account."
},
"organizationId": {
"type": "string",
"description": "The Organization the Account belongs to."
Expand Down Expand Up @@ -8722,6 +8726,7 @@
}
},
"required": [
"walletAccountId",
"organizationId",
"walletId",
"curve",
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk-server/src/__inputs__/public_api.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2771,6 +2771,8 @@ export type definitions = {
imported: boolean;
};
v1WalletAccount: {
/** @description Unique identifier for a given Wallet Account. */
walletAccountId: string;
/** @description The Organization the Account belongs to. */
organizationId: string;
/** @description The Wallet the Account was derived from. */
Expand Down
9 changes: 9 additions & 0 deletions packages/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @turnkey/solana

## 1.0.5

### Patch Changes

- Updated dependencies [78bc39c]
- @turnkey/[email protected]
- @turnkey/[email protected]
- @turnkey/[email protected]

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/solana",
"version": "1.0.4",
"version": "1.0.5",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/telegram-cloud-storage-stamper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @turnkey/telegram-cloud-storage-stamper

## 1.0.0

### Major Changes

- Initial release of the telegram-cloud-storage-stamper package. This package is to be used alongside Telegram mini-app development and provides a stamping utility and an interface into Telegram Cloud Storage. More can be read in the [README](../packages/telegram-cloud-storage-stamper/README.md).
2 changes: 1 addition & 1 deletion packages/telegram-cloud-storage-stamper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/telegram-cloud-storage-stamper",
"version": "0.1.0",
"version": "1.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @turnkey/viem

## 0.6.5

### Patch Changes

- Updated dependencies [78bc39c]
- @turnkey/[email protected]
- @turnkey/[email protected]
- @turnkey/[email protected]

## 0.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/viem",
"version": "0.6.4",
"version": "0.6.5",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
Loading