Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Dec 5, 2023
1 parent 9d10797 commit 79fdb22
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/quick-buttons-cross.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/unlucky-doors-serve.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.3

### Patch Changes

- Updated dependencies [464ac0e]
- @turnkey/http@2.5.0

## 0.5.2

### 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.2",
"version": "0.5.3",
"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.3

### Patch Changes

- Updated dependencies [464ac0e]
- @turnkey/http@2.5.0

## 0.19.2

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

## 2.5.0

### Minor Changes

- 464ac0e: Update protos for latest release, which includes:

- Support optional expirations for API keys, configurable via the `expirationSeconds` parameter.
- Support Email Auth. Details to follow ⚡️

## 2.4.2

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

## 0.4.0

### Minor Changes

- c98c222: - Add support for auth (e.g. via email), and include recovery under it. Note that the preferred path is now to use `injectCredentialBundle`, as opposed to `injectRecoveryBundle` (deprecated).
- Update protos.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/iframe-stamper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/iframe-stamper",
"version": "0.3.0",
"version": "0.4.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @turnkey/viem

## 0.4.3

### Patch Changes

- Updated dependencies [464ac0e]
- @turnkey/http@2.5.0

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/viem",
"version": "0.4.2",
"version": "0.4.3",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down

0 comments on commit 79fdb22

Please sign in to comment.