Skip to content

Commit

Permalink
Merge pull-request #146
Browse files Browse the repository at this point in the history
  • Loading branch information
timurnkey committed Oct 26, 2023
2 parents 4095a04 + bb4403d commit ba360ba
Show file tree
Hide file tree
Showing 12 changed files with 613 additions and 11 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.11

### Patch Changes

- Updated dependencies [bb6ea0b]
- @turnkey/http@2.1.0

## 0.4.10

### 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.10",
"version": "0.4.11",
"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.4

### Patch Changes

- Updated dependencies [bb6ea0b]
- @turnkey/http@2.1.0

## 0.17.3

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

## 2.1.0

### Minor Changes

- bb6ea0b: Update generated files
- new query endpoints to retrieve wallets (`/public/v1/query/list_wallets`)
- new query endpoint to retrieve wallet accounts (`/public/v1/query/list_wallet_accounts`)

## 2.0.0

### Major 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": "2.0.0",
"version": "2.1.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ba360ba

Please sign in to comment.