Skip to content

Commit 8df5758

Browse files
authored
Merge pull request #67 from tkhq/tim/fix-get-private-key-route
fix get_private_key route; version bump and changelog
2 parents 2823610 + eebacc9 commit 8df5758

File tree

9 files changed

+177
-14
lines changed

9 files changed

+177
-14
lines changed

packages/cosmjs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @turnkey/cosmjs
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- No public facing changes
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @turnkey/http@0.16.0
13+
- Fix `.postGetPrivateKey(...)`'s underlying path, while adding `@deprecated` `.postGetPrivateKeyBackwardsCompat(...)` for backward compatibility
14+
315
## 0.2.1
416

517
### Patch Changes

packages/cosmjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turnkey/cosmjs",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"license": "Apache-2.0",

packages/ethers/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @turnkey/ethers
22

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- No public facing changes
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @turnkey/http@0.16.0
13+
- Fix `.postGetPrivateKey(...)`'s underlying path, while adding `@deprecated` `.postGetPrivateKeyBackwardsCompat(...)` for backward compatibility
14+
315
## 0.14.1
416

517
### Patch Changes

packages/ethers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turnkey/ethers",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"license": "Apache-2.0",

packages/http/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @turnkey/http
22

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- Fix `.postGetPrivateKey(...)`'s underlying path, while adding `@deprecated` `.postGetPrivateKeyBackwardsCompat(...)` for backward compatibility
8+
39
## 0.15.0
410

511
### Minor Changes

packages/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turnkey/http",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"license": "Apache-2.0",

packages/http/src/__generated__/services/coordinator/public/v1/public_api.fetcher.ts

Lines changed: 57 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/http/src/__generated__/services/coordinator/public/v1/public_api.swagger.json

Lines changed: 55 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/http/src/__generated__/services/coordinator/public/v1/public_api.types.ts

Lines changed: 32 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)