Skip to content

Commit 73f934f

Browse files
Version Packages (#485)
Co-authored-by: atrib-release-bot[bot] <287326160+atrib-release-bot[bot]@users.noreply.github.com>
1 parent 6f6ca5f commit 73f934f

19 files changed

Lines changed: 74 additions & 14 deletions

File tree

.changeset/verify-readme-writing-pass.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/agent/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @atrib/agent
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6f6ca5f]
8+
- @atrib/verify@0.8.2
9+
310
## 0.3.1
411

512
### Patch Changes

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atrib/agent",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/integration/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @atrib/integration
22

3+
## 0.0.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6f6ca5f]
8+
- @atrib/verify@0.8.2
9+
- @atrib/agent@0.3.2
10+
- @atrib/sdk@0.1.2
11+
- @atrib/archive-node@0.1.36
12+
- @atrib/graph-node@0.1.36
13+
314
## 0.0.39
415

516
### Patch Changes

packages/integration/examples/cloudflare-agents/live-client-proof/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @atrib/cloudflare-live-client-proof
22

3+
## 0.0.20
4+
5+
### Patch Changes
6+
7+
- @atrib/agent@0.3.2
8+
39
## 0.0.19
410

511
### Patch Changes

packages/integration/examples/cloudflare-agents/live-client-proof/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atrib/cloudflare-live-client-proof",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"private": true,
55
"type": "module",
66
"description": "Live Cloudflare Agent.addMcpServer proof for atrib client attribution.",

packages/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atrib/integration",
3-
"version": "0.0.39",
3+
"version": "0.0.40",
44
"description": "Cross-package integration tests and runnable framework examples for atrib's verifiable action layer.",
55
"license": "Apache-2.0",
66
"repository": {

packages/sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @atrib/sdk
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6f6ca5f]
8+
- @atrib/verify@0.8.2
9+
- @atrib/verify-mcp@0.2.20
10+
311
## 0.1.1
412

513
### Patch Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atrib/sdk",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/verify/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @atrib/verify
22

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- 6f6ca5f: Docs: rewrite the degradation-section tailing-negation fragment ("no throw") into a full clause as part of the repo-wide writing-rules pass. No code or API changes.
8+
39
## 0.8.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)