Skip to content

Commit e9282d0

Browse files
authored
Merge pull request #966 from LIT-Protocol/changeset-release/naga
chore(release): version packages
2 parents a7d6805 + a89ad4c commit e9282d0

File tree

20 files changed

+78
-28
lines changed

20 files changed

+78
-28
lines changed

.changeset/cuddly-rats-yawn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-times-pay.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/artillery/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# @lit-protocol/artillery
2+
3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- @lit-protocol/e2e@2.0.0

packages/artillery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/artillery",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"type": "commonjs",
66
"dependencies": {

packages/auth-helpers/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# @lit-protocol/auth-helpers
22

3+
## 8.1.0
4+
5+
### Minor Changes
6+
7+
- 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+
39
## 8.0.2
410

511
### Patch Changes
612

7-
813
## 8.0.1
914

1015
### Patch Changes
1116

12-
1317
## 8.0.0
1418

1519
### Major Changes

packages/auth-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"crypto": false,
2626
"stream": false
2727
},
28-
"version": "8.0.2",
28+
"version": "8.1.0",
2929
"main": "./src/index.js",
3030
"typings": "./src/index.d.ts",
3131
"dependencies": {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# @lit-protocol/auth-services
2+
3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9d60bfa]
8+
- @lit-protocol/contracts@0.6.0

packages/auth-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/auth-services",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"license": "MIT",
55
"type": "commonjs",
66
"main": "./src/index.js",

packages/auth/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# @lit-protocol/auth
22

3-
## 8.0.2
3+
## 8.1.0
4+
5+
### Minor Changes
6+
7+
- 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.
48

59
### Patch Changes
610

11+
- 3179020: Allows `WalletClientAuthenticator.authenticate` to build SIWE messages with user-specified fields (`domain`, `uri`, `statement`, etc.) while still managing the nonce internally.
12+
13+
## 8.0.2
14+
15+
### Patch Changes
716

817
## 8.0.1
918

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"crypto": false,
4545
"stream": false
4646
},
47-
"version": "8.0.2",
47+
"version": "8.1.0",
4848
"main": "./index.js",
4949
"typings": "./index.d.ts",
5050
"types": "./index.d.ts"

0 commit comments

Comments
 (0)