Skip to content
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
5 changes: 0 additions & 5 deletions .changeset/cuddly-rats-yawn.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/quiet-times-pay.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/artillery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# @lit-protocol/artillery

## 0.0.4

### Patch Changes

- @lit-protocol/e2e@2.0.0
2 changes: 1 addition & 1 deletion packages/artillery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/artillery",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"type": "commonjs",
"dependencies": {
Expand Down
8 changes: 6 additions & 2 deletions packages/auth-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# @lit-protocol/auth-helpers

## 8.1.0

### Minor Changes

- 9d60bfa: Converted viem from a bundled dependency to a peer dependency to avoid build errors from version conflicts (e.g., missing exports like sendCallsSync) and improve compatibility by reducing dependency lock-in. Consumers must now install compatible versions manually.

## 8.0.2

### Patch Changes


## 8.0.1

### Patch Changes


## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"crypto": false,
"stream": false
},
"version": "8.0.2",
"version": "8.1.0",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/auth-services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# @lit-protocol/auth-services

## 2.0.3

### Patch Changes

- Updated dependencies [9d60bfa]
- @lit-protocol/contracts@0.6.0
2 changes: 1 addition & 1 deletion packages/auth-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/auth-services",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"type": "commonjs",
"main": "./src/index.js",
Expand Down
11 changes: 10 additions & 1 deletion packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# @lit-protocol/auth

## 8.0.2
## 8.1.0

### Minor Changes

- 9d60bfa: Converted viem from a bundled dependency to a peer dependency to avoid build errors from version conflicts (e.g., missing exports like sendCallsSync) and improve compatibility by reducing dependency lock-in. Consumers must now install compatible versions manually.

### Patch Changes

- 3179020: Allows `WalletClientAuthenticator.authenticate` to build SIWE messages with user-specified fields (`domain`, `uri`, `statement`, etc.) while still managing the nonce internally.

## 8.0.2

### Patch Changes

## 8.0.1

Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"crypto": false,
"stream": false
},
"version": "8.0.2",
"version": "8.1.0",
"main": "./index.js",
"typings": "./index.d.ts",
"types": "./index.d.ts"
Expand Down
7 changes: 7 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lit-protocol/constants

## 8.0.3

### Patch Changes

- Updated dependencies [9d60bfa]
- @lit-protocol/contracts@0.6.0

## 8.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tags": [
"universal"
],
"version": "8.0.2",
"version": "8.0.3",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}
7 changes: 6 additions & 1 deletion packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# @lit-protocol/contracts

## 0.6.0

### Minor Changes

- 9d60bfa: Converted viem from a bundled dependency to a peer dependency to avoid build errors from version conflicts (e.g., missing exports like sendCallsSync) and improve compatibility by reducing dependency lock-in. Consumers must now install compatible versions manually.

## 0.5.3

### Patch Changes

- release `naga-test` network support


## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/contracts",
"version": "0.5.3",
"version": "0.6.0",
"license": "MIT",
"homepage": "https://github.com/LIT-Protocol/js-sdk",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# @lit-protocol/e2e

## 2.0.0

### Patch Changes

- Updated dependencies [3179020]
- Updated dependencies [9d60bfa]
- @lit-protocol/auth@8.1.0
- @lit-protocol/lit-client@8.1.0
- @lit-protocol/networks@8.1.0
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/e2e",
"version": "1.0.13",
"version": "2.0.0",
"description": "Lit Protocol E2E testing package for running comprehensive integration tests",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
7 changes: 6 additions & 1 deletion packages/lit-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# @lit-protocol/lit-client

## 8.1.0

### Minor Changes

- 9d60bfa: Converted viem from a bundled dependency to a peer dependency to avoid build errors from version conflicts (e.g., missing exports like sendCallsSync) and improve compatibility by reducing dependency lock-in. Consumers must now install compatible versions manually.

## 8.0.2

### Patch Changes


## 8.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tags": [
"universal"
],
"version": "8.0.2",
"version": "8.1.0",
"main": "./index.js",
"typings": "./index.d.ts",
"types": "./index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/networks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lit-protocol/networks

## 8.1.0

### Minor Changes

- 9d60bfa: Converted viem from a bundled dependency to a peer dependency to avoid build errors from version conflicts (e.g., missing exports like sendCallsSync) and improve compatibility by reducing dependency lock-in. Consumers must now install compatible versions manually.

### Patch Changes

- Updated dependencies [9d60bfa]
- @lit-protocol/contracts@0.6.0

## 8.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tags": [
"universal"
],
"version": "8.0.2",
"version": "8.1.0",
"main": "./index.js",
"typings": "./index.d.ts",
"types": "./index.d.ts"
Expand Down