diff --git a/.changeset/cuddly-rats-yawn.md b/.changeset/cuddly-rats-yawn.md deleted file mode 100644 index 47f428f1e..000000000 --- a/.changeset/cuddly-rats-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lit-protocol/auth': patch ---- - -Allows `WalletClientAuthenticator.authenticate` to build SIWE messages with user-specified fields (`domain`, `uri`, `statement`, etc.) while still managing the nonce internally. diff --git a/.changeset/quiet-times-pay.md b/.changeset/quiet-times-pay.md deleted file mode 100644 index aa27882f1..000000000 --- a/.changeset/quiet-times-pay.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@lit-protocol/auth-helpers': minor -'@lit-protocol/lit-client': minor -'@lit-protocol/contracts': minor -'@lit-protocol/networks': minor -'@lit-protocol/auth': minor ---- - -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. diff --git a/packages/artillery/CHANGELOG.md b/packages/artillery/CHANGELOG.md index 3ab601fcd..8bcaeae1c 100644 --- a/packages/artillery/CHANGELOG.md +++ b/packages/artillery/CHANGELOG.md @@ -1 +1,7 @@ # @lit-protocol/artillery + +## 0.0.4 + +### Patch Changes + +- @lit-protocol/e2e@2.0.0 diff --git a/packages/artillery/package.json b/packages/artillery/package.json index eb342b6c2..ce0c48e76 100644 --- a/packages/artillery/package.json +++ b/packages/artillery/package.json @@ -1,6 +1,6 @@ { "name": "@lit-protocol/artillery", - "version": "0.0.3", + "version": "0.0.4", "private": true, "type": "commonjs", "dependencies": { diff --git a/packages/auth-helpers/CHANGELOG.md b/packages/auth-helpers/CHANGELOG.md index cb5e6db6e..931a5c30e 100644 --- a/packages/auth-helpers/CHANGELOG.md +++ b/packages/auth-helpers/CHANGELOG.md @@ -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 diff --git a/packages/auth-helpers/package.json b/packages/auth-helpers/package.json index bbfef727c..31ef6ae87 100644 --- a/packages/auth-helpers/package.json +++ b/packages/auth-helpers/package.json @@ -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": { diff --git a/packages/auth-services/CHANGELOG.md b/packages/auth-services/CHANGELOG.md index 76ac3d56d..1de3234ad 100644 --- a/packages/auth-services/CHANGELOG.md +++ b/packages/auth-services/CHANGELOG.md @@ -1 +1,8 @@ # @lit-protocol/auth-services + +## 2.0.3 + +### Patch Changes + +- Updated dependencies [9d60bfa] + - @lit-protocol/contracts@0.6.0 diff --git a/packages/auth-services/package.json b/packages/auth-services/package.json index 14073d1a1..95fee7738 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.2", + "version": "2.0.3", "license": "MIT", "type": "commonjs", "main": "./src/index.js", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index b0697e652..a2b547dff 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -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 diff --git a/packages/auth/package.json b/packages/auth/package.json index 83206dce1..ca218a406 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -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" diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index b0f8f3366..1d42b556c 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/CHANGELOG.md @@ -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 diff --git a/packages/constants/package.json b/packages/constants/package.json index 57dd3762f..3ec207ebf 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -27,7 +27,7 @@ "tags": [ "universal" ], - "version": "8.0.2", + "version": "8.0.3", "main": "./src/index.js", "typings": "./src/index.d.ts" } diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md index 63765f7da..bc8e0c98c 100644 --- a/packages/contracts/CHANGELOG.md +++ b/packages/contracts/CHANGELOG.md @@ -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 diff --git a/packages/contracts/package.json b/packages/contracts/package.json index b5a886261..4f505931b 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -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": { diff --git a/packages/e2e/CHANGELOG.md b/packages/e2e/CHANGELOG.md index af91d3b79..9a233adb8 100644 --- a/packages/e2e/CHANGELOG.md +++ b/packages/e2e/CHANGELOG.md @@ -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 diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 5117a6c68..18bd6b055 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -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", diff --git a/packages/lit-client/CHANGELOG.md b/packages/lit-client/CHANGELOG.md index 0896ee41d..5f7201d60 100644 --- a/packages/lit-client/CHANGELOG.md +++ b/packages/lit-client/CHANGELOG.md @@ -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 diff --git a/packages/lit-client/package.json b/packages/lit-client/package.json index e1371aed4..76a65a4af 100644 --- a/packages/lit-client/package.json +++ b/packages/lit-client/package.json @@ -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", diff --git a/packages/networks/CHANGELOG.md b/packages/networks/CHANGELOG.md index 25c226aec..7978f8aae 100644 --- a/packages/networks/CHANGELOG.md +++ b/packages/networks/CHANGELOG.md @@ -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 diff --git a/packages/networks/package.json b/packages/networks/package.json index cd2567b9f..51ff6df5a 100644 --- a/packages/networks/package.json +++ b/packages/networks/package.json @@ -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"