From c90b101acd3e612ddf9a5cd032d29ed5ac1b15e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 23:33:30 +0000 Subject: [PATCH] Version Packages --- .changeset/atproto-service-auth.md | 5 ----- .changeset/lexicon-tooling.md | 5 ----- .changeset/public-read-service.md | 5 ----- packages/contrail/CHANGELOG.md | 8 ++++++++ packages/contrail/package.json | 2 +- 5 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 .changeset/atproto-service-auth.md delete mode 100644 .changeset/lexicon-tooling.md delete mode 100644 .changeset/public-read-service.md diff --git a/.changeset/atproto-service-auth.md b/.changeset/atproto-service-auth.md deleted file mode 100644 index 51ea2de..0000000 --- a/.changeset/atproto-service-auth.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atmo-dev/contrail": minor ---- - -Add discoverable AT Protocol service authentication, unified authenticated clients for PDS and provider methods, and automatic authoritative update notifications after tracked record writes. diff --git a/.changeset/lexicon-tooling.md b/.changeset/lexicon-tooling.md deleted file mode 100644 index 4d56fd9..0000000 --- a/.changeset/lexicon-tooling.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atmo-dev/contrail": minor ---- - -Restore deterministic query-Lexicon generation from Contrail config, add drift checking, and orchestrate source pulling and TypeScript generation through Atcute. diff --git a/.changeset/public-read-service.md b/.changeset/public-read-service.md deleted file mode 100644 index a6bb312..0000000 --- a/.changeset/public-read-service.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atmo-dev/contrail": minor ---- - -Add self-describing anonymous read-through services with verified contracts, durable ordered-source positions, cacheable Lexicon discovery, and a safe `contrail connect` workflow for typed independent clients. diff --git a/packages/contrail/CHANGELOG.md b/packages/contrail/CHANGELOG.md index 747816c..84b1908 100644 --- a/packages/contrail/CHANGELOG.md +++ b/packages/contrail/CHANGELOG.md @@ -1,5 +1,13 @@ # @atmo-dev/contrail +## 0.16.0 + +### Minor Changes + +- 9baa877: Add discoverable AT Protocol service authentication, unified authenticated clients for PDS and provider methods, and automatic authoritative update notifications after tracked record writes. +- 6d6c750: Restore deterministic query-Lexicon generation from Contrail config, add drift checking, and orchestrate source pulling and TypeScript generation through Atcute. +- aad30e2: Add self-describing anonymous read-through services with verified contracts, durable ordered-source positions, cacheable Lexicon discovery, and a safe `contrail connect` workflow for typed independent clients. + ## 0.15.0 ### Minor Changes diff --git a/packages/contrail/package.json b/packages/contrail/package.json index 23e19c9..035abc2 100644 --- a/packages/contrail/package.json +++ b/packages/contrail/package.json @@ -1,6 +1,6 @@ { "name": "@atmo-dev/contrail", - "version": "0.15.0", + "version": "0.16.0", "description": "Index AT Protocol records with typed XRPC endpoints. Cloudflare Workers + D1, SvelteKit, Node.js.", "type": "module", "sideEffects": false, -- 2.51.2