From ddf46308459620653d49e58da820219d03772374 Mon Sep 17 00:00:00 2001 From: Andrew Min Date: Tue, 10 Oct 2023 11:17:26 -0400 Subject: [PATCH] changeset --- packages/cosmjs/CHANGELOG.md | 7 +++++++ packages/cosmjs/package.json | 2 +- packages/ethers/CHANGELOG.md | 7 +++++++ packages/ethers/package.json | 2 +- packages/http/CHANGELOG.md | 17 +++++++++++++++++ packages/http/package.json | 2 +- packages/viem/CHANGELOG.md | 7 +++++++ packages/viem/package.json | 2 +- packages/webauthn-stamper/CHANGELOG.md | 6 ++++++ packages/webauthn-stamper/package.json | 2 +- 10 files changed, 49 insertions(+), 5 deletions(-) diff --git a/packages/cosmjs/CHANGELOG.md b/packages/cosmjs/CHANGELOG.md index 2e4c93dc0..4992aede2 100644 --- a/packages/cosmjs/CHANGELOG.md +++ b/packages/cosmjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @turnkey/cosmjs +## 0.4.9 + +### Patch Changes + +- Updated dependencies + - @turnkey/http@1.3.0 + ## 0.4.8 ### Patch Changes diff --git a/packages/cosmjs/package.json b/packages/cosmjs/package.json index 7958b118f..936af2326 100644 --- a/packages/cosmjs/package.json +++ b/packages/cosmjs/package.json @@ -1,6 +1,6 @@ { "name": "@turnkey/cosmjs", - "version": "0.4.8", + "version": "0.4.9", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "Apache-2.0", diff --git a/packages/ethers/CHANGELOG.md b/packages/ethers/CHANGELOG.md index 670c0198c..f3b1c07ea 100644 --- a/packages/ethers/CHANGELOG.md +++ b/packages/ethers/CHANGELOG.md @@ -1,5 +1,12 @@ # @turnkey/ethers +## 0.17.2 + +### Patch Changes + +- Updated dependencies + - @turnkey/http@1.3.0 + ## 0.17.1 ### Patch Changes diff --git a/packages/ethers/package.json b/packages/ethers/package.json index 4a7a6b94d..46d7ab967 100644 --- a/packages/ethers/package.json +++ b/packages/ethers/package.json @@ -1,6 +1,6 @@ { "name": "@turnkey/ethers", - "version": "0.17.1", + "version": "0.17.2", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "Apache-2.0", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index ece6d6886..7a4b845e9 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,5 +1,22 @@ # @turnkey/http +## 1.3.0 + +### Minor Changes + +- Synced protos from mono +- Adds base URL check during initialization (closes https://github.com/tkhq/sdk/issues/124) +- The following are new features additions, fresh out the oven. Still getting them ready for primetime! Refreshed examples to come soon™️. Stay tuned and reach out to the Turnkey team if you have any questions. + - Wallets: HD wallets, with wallet accounts, and all the related endpoints to create + sign with them. + - Export private key + - Email recovery + - Set + remove organization features + +### Patch Changes + +- Updated dependencies + - @turnkey/webauthn-stamper@0.2.0 + ## 1.2.0 ### Minor Changes diff --git a/packages/http/package.json b/packages/http/package.json index c415f36fa..f42ee757b 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@turnkey/http", - "version": "1.2.0", + "version": "1.3.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "Apache-2.0", diff --git a/packages/viem/CHANGELOG.md b/packages/viem/CHANGELOG.md index 47e8e0f4a..d68a879c1 100644 --- a/packages/viem/CHANGELOG.md +++ b/packages/viem/CHANGELOG.md @@ -1,5 +1,12 @@ # @turnkey/viem +## 0.2.5 + +### Patch Changes + +- Updated dependencies + - @turnkey/http@1.3.0 + ## 0.2.4 ### Patch Changes diff --git a/packages/viem/package.json b/packages/viem/package.json index 829b8d3e5..4c495ef4f 100644 --- a/packages/viem/package.json +++ b/packages/viem/package.json @@ -1,6 +1,6 @@ { "name": "@turnkey/viem", - "version": "0.2.4", + "version": "0.2.5", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "Apache-2.0", diff --git a/packages/webauthn-stamper/CHANGELOG.md b/packages/webauthn-stamper/CHANGELOG.md index 85a4e7460..6fe812795 100644 --- a/packages/webauthn-stamper/CHANGELOG.md +++ b/packages/webauthn-stamper/CHANGELOG.md @@ -1,5 +1,11 @@ # @turnkey/webauthn-stamper +## 0.2.0 + +### Minor Changes + +- Adds Buffer polyfill for environments where it is not globally available (https://github.com/tkhq/sdk/pull/125) + ## 0.1.0 Initial release diff --git a/packages/webauthn-stamper/package.json b/packages/webauthn-stamper/package.json index 7b143eb56..cf28222e7 100644 --- a/packages/webauthn-stamper/package.json +++ b/packages/webauthn-stamper/package.json @@ -1,6 +1,6 @@ { "name": "@turnkey/webauthn-stamper", - "version": "0.1.0", + "version": "0.2.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "Apache-2.0",