diff --git a/.changeset/protocol-three-hard-cut.md b/.changeset/protocol-three-hard-cut.md deleted file mode 100644 index fb15f9f..0000000 --- a/.changeset/protocol-three-hard-cut.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@understudy/protocol": minor -"@understudy/connector": minor ---- - -Release protocol 3, remove the cloud-secret command and credential connector, -and add the `semantic-elements-v1` capability. - -Add bounded semantic capture, deterministic find, inspect, continuation, -same-document deltas, fixed action failures, device-policy, physical-window -inventory, suspended-session adoption, attended-idle, and extension-local -payment-card command contracts. Card submission returns only fixed not-started -or outcome-unknown results. diff --git a/packages/connector/CHANGELOG.md b/packages/connector/CHANGELOG.md index f52409a..77989d5 100644 --- a/packages/connector/CHANGELOG.md +++ b/packages/connector/CHANGELOG.md @@ -1,5 +1,23 @@ # @understudy/connector +## 0.6.0 + +### Minor Changes + +- 72b482d: Release protocol 3, remove the cloud-secret command and credential connector, + and add the `semantic-elements-v1` capability. + + Add bounded semantic capture, deterministic find, inspect, continuation, + same-document deltas, fixed action failures, device-policy, physical-window + inventory, suspended-session adoption, attended-idle, and extension-local + payment-card command contracts. Card submission returns only fixed not-started + or outcome-unknown results. + +### Patch Changes + +- Updated dependencies [72b482d] + - @understudy/protocol@0.9.0 + ## 0.5.1 ### Patch Changes diff --git a/packages/connector/package.json b/packages/connector/package.json index e347377..2775f38 100644 --- a/packages/connector/package.json +++ b/packages/connector/package.json @@ -1,6 +1,6 @@ { "name": "@understudy/connector", - "version": "0.5.1", + "version": "0.6.0", "type": "module", "description": "Reference @proofoftech/breakwater connectors for the Understudy browser-execution service: observe and act, approval-gated via flowsafe grants", "main": "./dist/index.js", diff --git a/packages/protocol/CHANGELOG.md b/packages/protocol/CHANGELOG.md index 7ce453d..741df19 100644 --- a/packages/protocol/CHANGELOG.md +++ b/packages/protocol/CHANGELOG.md @@ -1,5 +1,18 @@ # @understudy/protocol +## 0.9.0 + +### Minor Changes + +- 72b482d: Release protocol 3, remove the cloud-secret command and credential connector, + and add the `semantic-elements-v1` capability. + + Add bounded semantic capture, deterministic find, inspect, continuation, + same-document deltas, fixed action failures, device-policy, physical-window + inventory, suspended-session adoption, attended-idle, and extension-local + payment-card command contracts. Card submission returns only fixed not-started + or outcome-unknown results. + ## 0.8.0 ### Minor Changes diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 34e0299..a41b98e 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@understudy/protocol", - "version": "0.8.0", + "version": "0.9.0", "type": "module", "description": "The understudy browser-execution command protocol: zod-4 Command/Event discriminated unions shared by the service, the extension driver, and consumer connectors", "main": "./dist/index.js",