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 version

Mary a77073ce 287a157d

+14 -8
-6
.changeset/shy-rockets-throw.md
··· 1 - --- 2 - '@atcute/ozone': patch 3 - '@atcute/lex-cli': patch 4 - --- 5 - 6 - account for unions with no members
+6
packages/core/lex-cli/CHANGELOG.md
··· 1 1 # @atcute/lex-cli 2 2 3 + ## 1.1.1 4 + 5 + ### Patch Changes 6 + 7 + - 287a157: account for unions with no members 8 + 3 9 ## 1.1.0 4 10 5 11 ### Minor Changes
+1 -1
packages/core/lex-cli/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/lex-cli", 4 - "version": "1.1.0", 4 + "version": "1.1.1", 5 5 "description": "cli tool to generate 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.2 4 + 5 + ### Patch Changes 6 + 7 + - 287a157: account for unions with no members 8 + 3 9 ## 2.0.1 4 10 5 11 ### Patch Changes
+1 -1
packages/definitions/ozone/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/ozone", 4 - "version": "2.0.1", 4 + "version": "2.0.2", 5 5 "description": "Ozone type definitions for atcute", 6 6 "license": "MIT", 7 7 "repository": {