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 f608e2ad 1b72c8c5

+7 -6
-5
.changeset/pink-clubs-take.md
··· 1 - --- 2 - "@atcute/util-text": minor 3 - --- 4 - 5 - drop native binaries
+6
packages/misc/util-text/CHANGELOG.md
··· 1 1 # @atcute/util-text 2 2 3 + ## 1.3.0 4 + 5 + ### Minor Changes 6 + 7 + - 1b72c8c: drop native binaries 8 + 3 9 ## 1.2.0 4 10 5 11 ### Minor Changes
+1 -1
packages/misc/util-text/package.json
··· 1 1 { 2 2 "name": "@atcute/util-text", 3 - "version": "1.2.0", 3 + "version": "1.3.0", 4 4 "description": "internal text utilities", 5 5 "license": "0BSD", 6 6 "repository": {