From 5b27cfdf065004f16d73f9a375f5fd5819769825 Mon Sep 17 00:00:00 2001 From: anson Date: Tue, 16 Sep 2025 20:54:59 +0100 Subject: [PATCH 1/2] chore: update changeset configuration to ignore specific packages --- .changeset/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index c012f3d1d..6af75c6e8 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,8 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "minor", - "ignore": [] + "ignore": [ + "@lit-protocol/wrapped-keys", + "@lit-protocol/wrapped-keys-lit-actions" + ] } From fd7bc9ec1d78a2f6454eceda7696e5421c11b62e Mon Sep 17 00:00:00 2001 From: anson Date: Tue, 16 Sep 2025 20:56:06 +0100 Subject: [PATCH 2/2] chore: add new changeset for multiple package patches --- .changeset/small-suits-learn.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .changeset/small-suits-learn.md diff --git a/.changeset/small-suits-learn.md b/.changeset/small-suits-learn.md new file mode 100644 index 000000000..ba784daad --- /dev/null +++ b/.changeset/small-suits-learn.md @@ -0,0 +1,19 @@ +--- +'@lit-protocol/access-control-conditions': patch +'@lit-protocol/access-control-conditions-schemas': patch +'@lit-protocol/artillery': patch +'@lit-protocol/auth': patch +'@lit-protocol/auth-helpers': patch +'@lit-protocol/auth-services': patch +'@lit-protocol/constants': patch +'@lit-protocol/crypto': patch +'@lit-protocol/e2e': patch +'@lit-protocol/lit-client': patch +'@lit-protocol/logger': patch +'@lit-protocol/networks': patch +'@lit-protocol/schemas': patch +'@lit-protocol/types': patch +'@lit-protocol/wasm': patch +--- + +test changeset 4