From 119f8cba94cf8dc76bdca52f70a94c9a94b2b140 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 00:18:21 +0000 Subject: [PATCH] Version Packages --- .changeset/mock-unfollow.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/mock-unfollow.md diff --git a/.changeset/mock-unfollow.md b/.changeset/mock-unfollow.md deleted file mode 100644 index 7788bfd..0000000 --- a/.changeset/mock-unfollow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@germ-network/atprotoclient": minor ---- - -Add `unfollow(did:)` to the mock repo and `unfollow(did:from:)` to MockPDS — the inverse of `follow`, removing the matching follow record. Lets tests construct a "not followed" social-graph state (the anchor-route silence-and-relay case). MockAtmosphere parity is added in AtprotoOAuth. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5775fbe..a970020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @germ-network/atprotoclient +## 0.7.0 + +### Minor Changes + +- [#44](https://github.com/germ-network/AtprotoClient/pull/44) [`5a80abf`](https://github.com/germ-network/AtprotoClient/commit/5a80abfee6e76ac48a7bdad32db84028cb072c00) Thanks [@germ-mark](https://github.com/germ-mark)! - Add `unfollow(did:)` to the mock repo and `unfollow(did:from:)` to MockPDS — the inverse of `follow`, removing the matching follow record. Lets tests construct a "not followed" social-graph state (the anchor-route silence-and-relay case). MockAtmosphere parity is added in AtprotoOAuth. + ## 0.6.0 ### Minor Changes diff --git a/package.json b/package.json index 683ec0c..bc5f80f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@germ-network/atprotoclient", "private": true, - "version": "0.6.0", + "version": "0.7.0", "engines": { "node": ">=24" },