Skip to content

Commit

Permalink
Merge pull-request #162
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed Nov 16, 2023
2 parents 7d0878e + 7bc7473 commit 0dd6a89
Show file tree
Hide file tree
Showing 14 changed files with 387 additions and 214 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.13

### Patch Changes

- Updated dependencies [f1bd68a]
- @turnkey/http@2.3.0

## 0.4.12

### 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.12",
"version": "0.4.13",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"exports": {
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.18.2

### Patch Changes

- Updated dependencies [f1bd68a]
- @turnkey/http@2.3.0

## 0.18.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.18.1",
"version": "0.18.2",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @turnkey/http

## 2.3.0

### Minor Changes

- Sync protos from latest public endpoints

## 2.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": "2.2.0",
"version": "2.3.0",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"exports": {
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 0dd6a89

Please sign in to comment.