Skip to content

Commit f2f4182

Browse files
authored
Merge pull request #982 from LIT-Protocol/changeset-release/naga
chore(release): version packages
2 parents 3b8d247 + 1cd595d commit f2f4182

File tree

9 files changed

+30
-10
lines changed

9 files changed

+30
-10
lines changed

.changeset/big-tools-study.md

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

packages/artillery/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lit-protocol/artillery
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- @lit-protocol/e2e@3.0.2
8+
39
## 0.0.6
410

511
### Patch Changes

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.6",
3+
"version": "0.0.7",
44
"private": true,
55
"type": "commonjs",
66
"dependencies": {

packages/e2e/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @lit-protocol/e2e
22

3+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0d20cbf]
8+
- @lit-protocol/lit-client@8.2.2
9+
- @lit-protocol/networks@8.2.2
10+
311
## 3.0.1
412

513
### Patch Changes

packages/e2e/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/e2e",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Lit Protocol E2E testing package for running comprehensive integration tests",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/lit-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lit-protocol/lit-client
22

3+
## 8.2.2
4+
5+
### Patch Changes
6+
7+
- 0d20cbf: Node operations (pkpSign, decrypt, executeJs, session key signing) now emit request-aware errors, letting users share a requestID for log correlation.
8+
39
## 8.2.1
410

511
### Patch Changes

packages/lit-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tags": [
2222
"universal"
2323
],
24-
"version": "8.2.1",
24+
"version": "8.2.2",
2525
"main": "./index.js",
2626
"typings": "./index.d.ts",
2727
"types": "./index.d.ts",

packages/networks/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lit-protocol/networks
22

3+
## 8.2.2
4+
5+
### Patch Changes
6+
7+
- 0d20cbf: Node operations (pkpSign, decrypt, executeJs, session key signing) now emit request-aware errors, letting users share a requestID for log correlation.
8+
39
## 8.2.1
410

511
### Patch Changes

packages/networks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"tags": [
3838
"universal"
3939
],
40-
"version": "8.2.1",
40+
"version": "8.2.2",
4141
"main": "./index.js",
4242
"typings": "./index.d.ts",
4343
"types": "./index.d.ts"

0 commit comments

Comments
 (0)