a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm

chore: bump versions

mary.my.id 515c7f0c cc1f10dc

verified
Changed files
+7 -6
.changeset
packages
identity
-5
.changeset/metal-streets-rule.md
··· 1 - --- 2 - '@atcute/did-plc': patch 3 - --- 4 - 5 - add proper error handling and tests
+6
packages/identity/did-plc/CHANGELOG.md
··· 1 1 # @atcute/did-plc 2 2 3 + ## 0.3.1 4 + 5 + ### Patch Changes 6 + 7 + - cc1f10d: add proper error handling and tests 8 + 3 9 ## 0.3.0 4 10 5 11 ### Minor Changes
+1 -1
packages/identity/did-plc/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/did-plc", 4 - "version": "0.3.0", 4 + "version": "0.3.1", 5 5 "description": "validations, type definitions and schemas for did:plc operations", 6 6 "keywords": [ 7 7 "atproto",