From 03ef0ae0fdc328373681be8309f689e650a4b200 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:02:43 +0000 Subject: [PATCH] Version Packages --- .changeset/heavy-pianos-shout.md | 5 ----- .changeset/violet-clocks-listen.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/heavy-pianos-shout.md delete mode 100644 .changeset/violet-clocks-listen.md diff --git a/.changeset/heavy-pianos-shout.md b/.changeset/heavy-pianos-shout.md deleted file mode 100644 index 827917c..0000000 --- a/.changeset/heavy-pianos-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@germ-network/atprototypes": patch ---- - -preserve the body-decode error when a recognized response fails to parse diff --git a/.changeset/violet-clocks-listen.md b/.changeset/violet-clocks-listen.md deleted file mode 100644 index ee5c5c0..0000000 --- a/.changeset/violet-clocks-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@germ-network/atprototypes": patch ---- - -add JSONDecoder.atproto (dataDecodingStrategy .atprotoBase64) accepting the data model's unpadded base64, route XRPC response parsing through it, and emit $bytes unpadded diff --git a/CHANGELOG.md b/CHANGELOG.md index db6aee5..4a7868f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @germ-network/atprototypes +## 0.4.7 + +### Patch Changes + +- [#49](https://github.com/germ-network/AtprotoTypes/pull/49) [`7575e37`](https://github.com/germ-network/AtprotoTypes/commit/7575e372c9a3cc839219febe9ae5e45baa40d0e6) Thanks [@germ-mark](https://github.com/germ-mark)! - preserve the body-decode error when a recognized response fails to parse + +- [#48](https://github.com/germ-network/AtprotoTypes/pull/48) [`4036c82`](https://github.com/germ-network/AtprotoTypes/commit/4036c827e6a4a5294c66b248aec5999c92a03063) Thanks [@germ-mark](https://github.com/germ-mark)! - add JSONDecoder.atproto (dataDecodingStrategy .atprotoBase64) accepting the data model's unpadded base64, route XRPC response parsing through it, and emit $bytes unpadded + ## 0.4.6 ### Patch Changes diff --git a/package.json b/package.json index 50efb6d..0eb2e73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@germ-network/atprototypes", "private": true, - "version": "0.4.6", + "version": "0.4.7", "engines": { "node": ">=24" },