Skip to content
Open
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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ sync-sdk-gen-docs:
cp $(JS_SDK_ROOT)/generated-docs/docs.json docs.json

@echo Copying formatted docs to ./generated-docs...
cp -R $(JS_SDK_ROOT)/generated-docs/react-wallet-kit ./generated-docs/formatted
cp -R $(JS_SDK_ROOT)/generated-docs/core ./generated-docs/formatted
cp -R $(JS_SDK_ROOT)/generated-docs/react-wallet-kit ./generated-docs
cp -R $(JS_SDK_ROOT)/generated-docs/core ./generated-docs

@echo Copying formatted changelogs to ./changelogs...
cp -R $(JS_SDK_ROOT)/generated-docs/changelogs .
Expand Down
6 changes: 0 additions & 6 deletions changelogs/core/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ mode: wide

# @turnkey/core

## 1.8.3

### Patch Changes

- [#1136](https://github.com/tkhq/sdk/pull/1136) [`7185545`](https://github.com/tkhq/sdk/commit/7185545ea1fc05eb738af09de5a594455f2e08f3) Author [@moeodeh3](https://github.com/moeodeh3) - Fixed missing `X-Client-Version` header in `sendSignedRequest()`

## 1.8.2

### Patch Changes
Expand Down
8 changes: 0 additions & 8 deletions changelogs/cosmjs/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ mode: wide

# @turnkey/cosmjs

## 0.8.19

### Patch Changes

- Updated dependencies [[`7185545`](https://github.com/tkhq/sdk/commit/7185545ea1fc05eb738af09de5a594455f2e08f3)]:
- @turnkey/core@1.8.3
- @turnkey/sdk-browser@5.13.5

## 0.8.18

### Patch Changes
Expand Down
8 changes: 0 additions & 8 deletions changelogs/eip-1193-provider/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ mode: wide

# @turnkey/eip-1193-provider

## 3.4.18

### Patch Changes

- Updated dependencies [[`7185545`](https://github.com/tkhq/sdk/commit/7185545ea1fc05eb738af09de5a594455f2e08f3)]:
- @turnkey/core@1.8.3
- @turnkey/sdk-browser@5.13.5

## 3.4.17

### Patch Changes
Expand Down
10 changes: 0 additions & 10 deletions changelogs/ethers/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ mode: wide

# @turnkey/ethers

## 1.3.18

### Patch Changes

- [#1133](https://github.com/tkhq/sdk/pull/1133) [`4bd1183`](https://github.com/tkhq/sdk/commit/4bd1183418ec88e2ab0995f042fafff427ccbe90) Author [@zkharit](https://github.com/zkharit) - Fix a bug where the payload encoding parameter is not used with non Turnkey http clients

- Updated dependencies [[`7185545`](https://github.com/tkhq/sdk/commit/7185545ea1fc05eb738af09de5a594455f2e08f3)]:
- @turnkey/core@1.8.3
- @turnkey/sdk-browser@5.13.5

## 1.3.17

### Patch Changes
Expand Down
6 changes: 0 additions & 6 deletions changelogs/iframe-stamper/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ mode: wide

# @turnkey/iframe-stamper

## 2.9.0

### Minor Changes

- [#1104](https://github.com/tkhq/sdk/pull/1104) [`850a3ee`](https://github.com/tkhq/sdk/commit/850a3ee5dbb5e2cc46bda50348c917c555e55f73) Author [@ethankonk](https://github.com/ethankonk) - Added ability to toggle passphrase input for the import iframe

## 2.8.0

### Minor Changes
Expand Down
8 changes: 0 additions & 8 deletions changelogs/react-wallet-kit/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ mode: wide

# @turnkey/react-wallet-kit

## 1.6.3

### Patch Changes

- Updated dependencies [[`850a3ee`](https://github.com/tkhq/sdk/commit/850a3ee5dbb5e2cc46bda50348c917c555e55f73), [`7185545`](https://github.com/tkhq/sdk/commit/7185545ea1fc05eb738af09de5a594455f2e08f3)]:
- @turnkey/iframe-stamper@2.9.0
- @turnkey/core@1.8.3

## 1.6.2

### Patch Changes
Expand Down
7 changes: 0 additions & 7 deletions changelogs/sdk-browser/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ mode: wide

# @turnkey/sdk-browser

## 5.13.5

### Patch Changes

- Updated dependencies [[`850a3ee`](https://github.com/tkhq/sdk/commit/850a3ee5dbb5e2cc46bda50348c917c555e55f73)]:
- @turnkey/iframe-stamper@2.9.0

## 5.13.4

### Patch Changes
Expand Down
19 changes: 0 additions & 19 deletions changelogs/sdk-react/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,6 @@ mode: wide

# @turnkey/sdk-react

## 5.4.18

### Patch Changes

- [#1142](https://github.com/tkhq/sdk/pull/1142) [`e8bc3d3`](https://github.com/tkhq/sdk/commit/e8bc3d381734dbf12cac1e6317e1a251a9600114) Author [@andrewkmin](https://github.com/andrewkmin) - Bump `NextJS` to 15.5.9 to address https://github.com/advisories/GHSA-5j59-xgg2-r9c4

## 5.4.17

### Patch Changes

- [#1140](https://github.com/tkhq/sdk/pull/1140) [`28c0e5c`](https://github.com/tkhq/sdk/commit/28c0e5c52a5b55a3459d43493c3fab3dcf70f8de) Author [@andrewkmin](https://github.com/andrewkmin) - Bump `Next.js` to `15.5.8` to address https://github.com/advisories/GHSA-mwv6-3258-q52c.

## 5.4.16

### Patch Changes

- Updated dependencies []:
- @turnkey/sdk-browser@5.13.5

## 5.4.15

### Patch Changes
Expand Down
8 changes: 0 additions & 8 deletions changelogs/solana/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ mode: wide

# @turnkey/solana

## 1.1.18

### Patch Changes

- Updated dependencies [[`7185545`](https://github.com/tkhq/sdk/commit/7185545ea1fc05eb738af09de5a594455f2e08f3)]:
- @turnkey/core@1.8.3
- @turnkey/sdk-browser@5.13.5

## 1.1.17

### Patch Changes
Expand Down
8 changes: 0 additions & 8 deletions changelogs/viem/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ mode: wide

# @turnkey/viem

## 0.14.18

### Patch Changes

- Updated dependencies [[`7185545`](https://github.com/tkhq/sdk/commit/7185545ea1fc05eb738af09de5a594455f2e08f3)]:
- @turnkey/core@1.8.3
- @turnkey/sdk-browser@5.13.5

## 0.14.17

### Patch Changes
Expand Down
Loading