A CLI for publishing standard.site documents to ATProto sequoia.pub
standard site lexicon cli publishing

Release v0.3.3 #18

merged opened by stevedylan.dev targeting main from release-v0.3.3
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:ia2zdnhjaokf5lazhxrmj6eu/sh.tangled.repo.pull/3me3ikf3vfr22
+13 -3
Diff #0
+11 -1
CHANGELOG.md
··· 1 - ## [0.3.2] - 2026-02-04 2 3 ### ๐Ÿ› Bug Fixes 4 5 - Fixed issue with auth selection in init command 6 7 ## [0.3.1] - 2026-02-04 8 9 ### ๐Ÿ› Bug Fixes
··· 1 + ## [0.3.3.] - 2026-02-04 2 + 3 + ### โš™๏ธ Miscellaneous Tasks 4 + 5 + - Cleaned up remaining auth implementations 6 + - Format 7 + 8 + ## [0.3.2] - 2026-02-05 9 10 ### ๐Ÿ› Bug Fixes 11 12 - Fixed issue with auth selection in init command 13 14 + ### โš™๏ธ Miscellaneous Tasks 15 + 16 + - Release 0.3.2 17 ## [0.3.1] - 2026-02-04 18 19 ### ๐Ÿ› Bug Fixes
+1 -1
packages/cli/package.json
··· 1 { 2 "name": "sequoia-cli", 3 - "version": "0.3.2", 4 "type": "module", 5 "bin": { 6 "sequoia": "dist/index.js"
··· 1 { 2 "name": "sequoia-cli", 3 + "version": "0.3.3", 4 "type": "module", 5 "bin": { 6 "sequoia": "dist/index.js"
+1 -1
packages/cli/src/index.ts
··· 35 36 > https://tangled.org/stevedylan.dev/sequoia 37 `, 38 - version: "0.3.2", 39 cmds: { 40 auth: authCommand, 41 init: initCommand,
··· 35 36 > https://tangled.org/stevedylan.dev/sequoia 37 `, 38 + version: "0.3.3", 39 cmds: { 40 auth: authCommand, 41 init: initCommand,

History

1 round 0 comments
sign up or login to add to the discussion
stevedylan.dev submitted #0
1 commit
expand
chore: release 0.3.3
1/1 success
expand
expand 0 comments
pull request successfully merged