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

Release v0.3.2 #16

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

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:ia2zdnhjaokf5lazhxrmj6eu/sh.tangled.repo.pull/3me376sfenf22
+24 -4
Diff #0
+8 -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 + 1 7 ## [0.3.1] - 2026-02-04 2 8 3 9 ### ๐Ÿ› Bug Fixes ··· 7 13 ### โš™๏ธ Miscellaneous Tasks 8 14 9 15 - Updated authentication ux 10 - 16 + - Release 0.3.1 17 + - Bumped version 11 18 ## [0.3.0] - 2026-02-04 12 19 13 20 ### ๐Ÿš€ Features
+14 -1
bun.lock
··· 24 24 }, 25 25 "packages/cli": { 26 26 "name": "sequoia-cli", 27 - "version": "0.2.1", 27 + "version": "0.3.2", 28 28 "bin": { 29 29 "sequoia": "dist/index.js", 30 30 }, ··· 47 47 "typescript": "^5", 48 48 }, 49 49 }, 50 + "packages/ui": { 51 + "name": "sequoia-ui", 52 + "version": "0.1.0", 53 + "devDependencies": { 54 + "@biomejs/biome": "^2.3.13", 55 + "@types/node": "^20", 56 + }, 57 + "peerDependencies": { 58 + "typescript": "^5", 59 + }, 60 + }, 50 61 }, 51 62 "packages": { 52 63 "@antfu/install-pkg": ["@antfu/install-pkg@1.1.0", "", { "dependencies": { "package-manager-detector": "^1.3.0", "tinyexec": "^1.0.1" } }, "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ=="], ··· 1359 1370 1360 1371 "sequoia-cli": ["sequoia-cli@workspace:packages/cli"], 1361 1372 1373 + "sequoia-ui": ["sequoia-ui@workspace:packages/ui"], 1374 + 1362 1375 "serve-static": ["serve-static@1.16.3", "", { "dependencies": { "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "parseurl": "~1.3.3", "send": "~0.19.1" } }, "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA=="], 1363 1376 1364 1377 "set-cookie-parser": ["set-cookie-parser@2.7.2", "", {}, "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw=="],
+1 -1
packages/cli/package.json
··· 1 1 { 2 2 "name": "sequoia-cli", 3 - "version": "0.3.1", 3 + "version": "0.3.2", 4 4 "type": "module", 5 5 "bin": { 6 6 "sequoia": "dist/index.js"
+1 -1
packages/cli/src/index.ts
··· 35 35 36 36 > https://tangled.org/stevedylan.dev/sequoia 37 37 `, 38 - version: "0.3.1", 38 + version: "0.3.2", 39 39 cmds: { 40 40 auth: authCommand, 41 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.2
1/1 success
expand
expand 0 comments
pull request successfully merged