···11----
22-'@atcute/did-plc': patch
33----
44-55-add new limits for verificationMethods
-5
.changeset/ripe-dryers-work.md
···11----
22-'@atcute/did-plc': patch
33----
44-55-allow did:key using other key types for verificationMethods
-5
.changeset/rude-symbols-fly.md
···11----
22-'@atcute/identity': patch
33----
44-55-mark the regex exports as deprecated
-7
.changeset/wet-bears-try.md
···11----
22-'@atcute/oauth-browser-client': patch
33----
44-55-check if retried request returns a new nonce
66-77-in case the authorization server is set up to always return a new nonce every request.
···11# @atcute/did-plc
2233+## 0.1.6
44+55+### Patch Changes
66+77+- 1bdc0bd: add new limits for verificationMethods
88+- 1f7e06e: allow did:key using other key types for verificationMethods
99+- Updated dependencies [2fe5658]
1010+- Updated dependencies [c1582e0]
1111+ - @atcute/identity@1.0.3
1212+313## 0.1.5
414515### Patch Changes
+1-1
packages/identity/did-plc/package.json
···11{
22 "type": "module",
33 "name": "@atcute/did-plc",
44- "version": "0.1.5",
44+ "version": "0.1.6",
55 "description": "validations, type definitions and schemas for did:plc operations",
66 "keywords": [
77 "atproto",
+7
packages/identity/identity/CHANGELOG.md
···11# @atcute/identity
2233+## 1.0.3
44+55+### Patch Changes
66+77+- 2fe5658: introduce `isKeyDid` for checking did:key identifiers
88+- c1582e0: mark the regex exports as deprecated
99+310## 1.0.2
411512### Patch Changes
+1-1
packages/identity/identity/package.json
···11{
22 "type": "module",
33 "name": "@atcute/identity",
44- "version": "1.0.2",
44+ "version": "1.0.3",
55 "description": "syntax, type definitions and schemas for atproto handles, DIDs and DID documents",
66 "keywords": [
77 "atproto",
+15
packages/oauth/browser-client/CHANGELOG.md
···11# @atcute/oauth-browser-client
2233+## 1.0.26
44+55+### Patch Changes
66+77+- 691f5cc: remove `iss` field from dpop jwt tokens
88+- 1fd2796: remove redundant check before request instantiation
99+- 9870d55: check if retried request returns a new nonce
1010+1111+ in case the authorization server is set up to always return a new nonce every request.
1212+1313+- Updated dependencies [2fe5658]
1414+- Updated dependencies [c1582e0]
1515+ - @atcute/identity@1.0.3
1616+ - @atcute/client@4.0.4
1717+318## 1.0.25
419520### Patch Changes