Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update packages for release v2023.12.0 #182

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]

## 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/[email protected]

## 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
6 changes: 6 additions & 0 deletions packages/iframe-stamper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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).

## 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/[email protected]

## 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
Loading