Skip to content

Commit

Permalink
Merge pull-request #189
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed Dec 22, 2023
2 parents df9c596 + 73c923a commit 0b1d932
Show file tree
Hide file tree
Showing 15 changed files with 632 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-elephants-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-swans-deny.md

This file was deleted.

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.5.5

### Patch Changes

- Updated dependencies [7a3c890]
- @turnkey/http@2.6.0

## 0.5.4

### 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.5.4",
"version": "0.5.5",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"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.19.5

### Patch Changes

- Updated dependencies [7a3c890]
- @turnkey/http@2.6.0

## 0.19.4

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

## 2.6.0

### Minor Changes

- 0794f41: Add VERSION constant
- 7a3c890: Add key export support

### Patch Changes

- 4517e3b: Update version string to include package name

## 2.5.1

### Patch 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.5.1",
"version": "2.6.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"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 0b1d932

Please sign in to comment.