From fca3ecc75a585d7218f1851dfbcc997406e8abbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 23:10:52 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/giant-adults-wonder.md | 12 ------------ packages/artillery/CHANGELOG.md | 7 +++++++ packages/artillery/package.json | 2 +- packages/auth-helpers/CHANGELOG.md | 6 ++++++ packages/auth-helpers/package.json | 2 +- packages/auth-services/CHANGELOG.md | 8 ++++++++ packages/auth-services/package.json | 2 +- packages/auth/CHANGELOG.md | 6 ++++++ packages/auth/package.json | 2 +- packages/constants/CHANGELOG.md | 8 ++++++++ packages/constants/package.json | 2 +- packages/contracts/CHANGELOG.md | 6 ++++++ packages/contracts/package.json | 2 +- packages/e2e/CHANGELOG.md | 10 ++++++++++ packages/e2e/package.json | 2 +- packages/lit-client/CHANGELOG.md | 6 ++++++ packages/lit-client/package.json | 2 +- packages/networks/CHANGELOG.md | 8 ++++++++ packages/networks/package.json | 2 +- 19 files changed, 74 insertions(+), 21 deletions(-) delete mode 100644 .changeset/giant-adults-wonder.md diff --git a/.changeset/giant-adults-wonder.md b/.changeset/giant-adults-wonder.md deleted file mode 100644 index afd202014..000000000 --- a/.changeset/giant-adults-wonder.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@lit-protocol/contracts': patch -'@lit-protocol/e2e': patch -'@lit-protocol/auth': patch -'@lit-protocol/auth-helpers': patch -'@lit-protocol/auth-services': patch -'@lit-protocol/constants': patch -'@lit-protocol/lit-client': patch -'@lit-protocol/networks': patch ---- - -Update the naga-dev staking address. users are expected to reinstall the SDK to apply this patch to continue using the naga-dev network. diff --git a/packages/artillery/CHANGELOG.md b/packages/artillery/CHANGELOG.md index b6c5d0b72..ffdfa3176 100644 --- a/packages/artillery/CHANGELOG.md +++ b/packages/artillery/CHANGELOG.md @@ -1,5 +1,12 @@ # @lit-protocol/artillery +## 0.0.6 + +### Patch Changes + +- Updated dependencies [6bd3394] + - @lit-protocol/e2e@3.0.1 + ## 0.0.5 ### Patch Changes diff --git a/packages/artillery/package.json b/packages/artillery/package.json index 0cd19f852..559cce272 100644 --- a/packages/artillery/package.json +++ b/packages/artillery/package.json @@ -1,6 +1,6 @@ { "name": "@lit-protocol/artillery", - "version": "0.0.5", + "version": "0.0.6", "private": true, "type": "commonjs", "dependencies": { diff --git a/packages/auth-helpers/CHANGELOG.md b/packages/auth-helpers/CHANGELOG.md index 931a5c30e..6fb327795 100644 --- a/packages/auth-helpers/CHANGELOG.md +++ b/packages/auth-helpers/CHANGELOG.md @@ -1,5 +1,11 @@ # @lit-protocol/auth-helpers +## 8.1.1 + +### Patch Changes + +- 6bd3394: Update the naga-dev staking address. users are expected to reinstall the SDK to apply this patch to continue using the naga-dev network. + ## 8.1.0 ### Minor Changes diff --git a/packages/auth-helpers/package.json b/packages/auth-helpers/package.json index 31ef6ae87..f675dcd1f 100644 --- a/packages/auth-helpers/package.json +++ b/packages/auth-helpers/package.json @@ -25,7 +25,7 @@ "crypto": false, "stream": false }, - "version": "8.1.0", + "version": "8.1.1", "main": "./src/index.js", "typings": "./src/index.d.ts", "dependencies": { diff --git a/packages/auth-services/CHANGELOG.md b/packages/auth-services/CHANGELOG.md index 05682cebc..c581dda42 100644 --- a/packages/auth-services/CHANGELOG.md +++ b/packages/auth-services/CHANGELOG.md @@ -1,5 +1,13 @@ # @lit-protocol/auth-services +## 2.0.5 + +### Patch Changes + +- 6bd3394: Update the naga-dev staking address. users are expected to reinstall the SDK to apply this patch to continue using the naga-dev network. +- Updated dependencies [6bd3394] + - @lit-protocol/contracts@0.7.1 + ## 2.0.4 ### Patch Changes diff --git a/packages/auth-services/package.json b/packages/auth-services/package.json index 9420a15dd..38aa9a4eb 100644 --- a/packages/auth-services/package.json +++ b/packages/auth-services/package.json @@ -1,6 +1,6 @@ { "name": "@lit-protocol/auth-services", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "type": "commonjs", "main": "./src/index.js", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index a2b547dff..bcf09b006 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @lit-protocol/auth +## 8.1.1 + +### Patch Changes + +- 6bd3394: Update the naga-dev staking address. users are expected to reinstall the SDK to apply this patch to continue using the naga-dev network. + ## 8.1.0 ### Minor Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index ca218a406..48bc0136d 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -44,7 +44,7 @@ "crypto": false, "stream": false }, - "version": "8.1.0", + "version": "8.1.1", "main": "./index.js", "typings": "./index.d.ts", "types": "./index.d.ts" diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index 6e1c2786f..088f3d521 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/CHANGELOG.md @@ -1,5 +1,13 @@ # @lit-protocol/constants +## 8.0.5 + +### Patch Changes + +- 6bd3394: Update the naga-dev staking address. users are expected to reinstall the SDK to apply this patch to continue using the naga-dev network. +- Updated dependencies [6bd3394] + - @lit-protocol/contracts@0.7.1 + ## 8.0.4 ### Patch Changes diff --git a/packages/constants/package.json b/packages/constants/package.json index 79397d36e..dfa598330 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -27,7 +27,7 @@ "tags": [ "universal" ], - "version": "8.0.4", + "version": "8.0.5", "main": "./src/index.js", "typings": "./src/index.d.ts" } diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md index d8c12eb0b..a72aad063 100644 --- a/packages/contracts/CHANGELOG.md +++ b/packages/contracts/CHANGELOG.md @@ -1,5 +1,11 @@ # @lit-protocol/contracts +## 0.7.1 + +### Patch Changes + +- 6bd3394: Update the naga-dev staking address. users are expected to reinstall the SDK to apply this patch to continue using the naga-dev network. + ## 0.7.0 ### Minor Changes diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 2dd2215a0..1c3f8ad4b 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@lit-protocol/contracts", - "version": "0.7.0", + "version": "0.7.1", "license": "MIT", "homepage": "https://github.com/LIT-Protocol/js-sdk", "repository": { diff --git a/packages/e2e/CHANGELOG.md b/packages/e2e/CHANGELOG.md index bb70ed0a2..9757981ad 100644 --- a/packages/e2e/CHANGELOG.md +++ b/packages/e2e/CHANGELOG.md @@ -1,5 +1,15 @@ # @lit-protocol/e2e +## 3.0.1 + +### Patch Changes + +- 6bd3394: Update the naga-dev staking address. users are expected to reinstall the SDK to apply this patch to continue using the naga-dev network. +- Updated dependencies [6bd3394] + - @lit-protocol/auth@8.1.1 + - @lit-protocol/lit-client@8.2.1 + - @lit-protocol/networks@8.2.1 + ## 3.0.0 ### Minor Changes diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 7117a1a40..7453df84f 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@lit-protocol/e2e", - "version": "3.0.0", + "version": "3.0.1", "description": "Lit Protocol E2E testing package for running comprehensive integration tests", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/lit-client/CHANGELOG.md b/packages/lit-client/CHANGELOG.md index fa64582f5..226063698 100644 --- a/packages/lit-client/CHANGELOG.md +++ b/packages/lit-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @lit-protocol/lit-client +## 8.2.1 + +### Patch Changes + +- 6bd3394: Update the naga-dev staking address. users are expected to reinstall the SDK to apply this patch to continue using the naga-dev network. + ## 8.2.0 ### Minor Changes diff --git a/packages/lit-client/package.json b/packages/lit-client/package.json index 7d62c6cba..f3f60e19a 100644 --- a/packages/lit-client/package.json +++ b/packages/lit-client/package.json @@ -21,7 +21,7 @@ "tags": [ "universal" ], - "version": "8.2.0", + "version": "8.2.1", "main": "./index.js", "typings": "./index.d.ts", "types": "./index.d.ts", diff --git a/packages/networks/CHANGELOG.md b/packages/networks/CHANGELOG.md index e3c349c38..a40db59e3 100644 --- a/packages/networks/CHANGELOG.md +++ b/packages/networks/CHANGELOG.md @@ -1,5 +1,13 @@ # @lit-protocol/networks +## 8.2.1 + +### Patch Changes + +- 6bd3394: Update the naga-dev staking address. users are expected to reinstall the SDK to apply this patch to continue using the naga-dev network. +- Updated dependencies [6bd3394] + - @lit-protocol/contracts@0.7.1 + ## 8.2.0 ### Minor Changes diff --git a/packages/networks/package.json b/packages/networks/package.json index 3daeab1da..695afe26a 100644 --- a/packages/networks/package.json +++ b/packages/networks/package.json @@ -37,7 +37,7 @@ "tags": [ "universal" ], - "version": "8.2.0", + "version": "8.2.1", "main": "./index.js", "typings": "./index.d.ts", "types": "./index.d.ts"