Skip to content

Commit 920028f

Browse files
committed
Version bump and CHANGELOG
1 parent de6344c commit 920028f

File tree

6 files changed

+31
-3
lines changed

6 files changed

+31
-3
lines changed

packages/cosmjs/CHANGELOG.md

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

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

516
### 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @turnkey/ethers
22

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

516
### 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",

0 commit comments

Comments
 (0)