Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Oct 10, 2023
1 parent c6a215d commit ddf4630
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 5 deletions.
7 changes: 7 additions & 0 deletions packages/cosmjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @turnkey/cosmjs

## 0.4.9

### Patch Changes

- Updated dependencies
- @turnkey/http@1.3.0

## 0.4.8

### 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.4.8",
"version": "0.4.9",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @turnkey/ethers

## 0.17.2

### Patch Changes

- Updated dependencies
- @turnkey/http@1.3.0

## 0.17.1

### 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": "0.17.1",
"version": "0.17.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "1.2.0",
"version": "1.3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @turnkey/viem

## 0.2.5

### Patch Changes

- Updated dependencies
- @turnkey/http@1.3.0

## 0.2.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.2.4",
"version": "0.2.5",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/webauthn-stamper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/webauthn-stamper/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ddf4630

Please sign in to comment.