Skip to content

Commit

Permalink
release v2023.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Oct 9, 2023
1 parent 6c44e96 commit 0822165
Show file tree
Hide file tree
Showing 12 changed files with 2,047 additions and 161 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.9

### Patch Changes

- Updated dependencies [dd32c3d]
- @turnkey/http@1.3.0

## 0.4.8

### 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.8",
"version": "0.4.9",
"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.2

### Patch Changes

- Updated dependencies [dd32c3d]
- @turnkey/http@1.3.0

## 0.17.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.17.1",
"version": "0.17.2",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
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

## 1.3.0

### Minor Changes

- dd32c3d: Add buffer polyfill for webauthn-stamper

## 1.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": "1.2.0",
"version": "1.3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 0822165

Please sign in to comment.