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

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump versions

Mary 527f3edb 4f592528

+21 -10
-7
.changeset/sweet-actors-rhyme.md
··· 1 - --- 2 - '@atcute/bluesky': patch 3 - '@atcute/ozone': patch 4 - '@atcute/client': patch 5 - --- 6 - 7 - pull latest Bluesky lexicons
+6
packages/core/client/CHANGELOG.md
··· 1 1 # @atcute/client 2 2 3 + ## 3.0.1 4 + 5 + ### Patch Changes 6 + 7 + - 4f59252: pull latest Bluesky lexicons 8 + 3 9 ## 3.0.0 4 10 5 11 this version contains breaking changes to the lexicon type definitions.
+1 -1
packages/core/client/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/client", 4 - "version": "3.0.0", 4 + "version": "3.0.1", 5 5 "description": "lightweight and cute API client for AT Protocol", 6 6 "license": "MIT", 7 7 "repository": {
+6
packages/definitions/bluesky/CHANGELOG.md
··· 1 1 # @atcute/bluesky 2 2 3 + ## 2.0.1 4 + 5 + ### Patch Changes 6 + 7 + - 4f59252: pull latest Bluesky lexicons 8 + 3 9 ## 2.0.0 4 10 5 11 ### Major Changes
+1 -1
packages/definitions/bluesky/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/bluesky", 4 - "version": "2.0.0", 4 + "version": "2.0.1", 5 5 "description": "Bluesky type definitions for atcute", 6 6 "license": "MIT", 7 7 "repository": {
+6
packages/definitions/ozone/CHANGELOG.md
··· 1 1 # @atcute/ozone 2 2 3 + ## 2.0.1 4 + 5 + ### Patch Changes 6 + 7 + - 4f59252: pull latest Bluesky lexicons 8 + 3 9 ## 2.0.0 4 10 5 11 ### Major Changes
+1 -1
packages/definitions/ozone/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/ozone", 4 - "version": "2.0.0", 4 + "version": "2.0.1", 5 5 "description": "Ozone type definitions for atcute", 6 6 "license": "MIT", 7 7 "repository": {