diff --git a/.changeset/cli-generate-password.md b/.changeset/cli-generate-password.md deleted file mode 100644 index 504dc40a..00000000 --- a/.changeset/cli-generate-password.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@getcirrus/pds": minor ---- - -Add option to auto-generate a password during `pds init` and `pds secret password`, with clipboard copy support diff --git a/.changeset/pds-dashboard.md b/.changeset/pds-dashboard.md deleted file mode 100644 index 64acd812..00000000 --- a/.changeset/pds-dashboard.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@getcirrus/pds": minor ---- - -Add live terminal dashboard for PDS monitoring via `pds dashboard`. Shows repository stats, federation sync status, firehose subscribers with IPs, real-time event log, and notifications. Also adds a web dashboard at `/status`. diff --git a/packages/pds/CHANGELOG.md b/packages/pds/CHANGELOG.md index 1b4ef202..356861e2 100644 --- a/packages/pds/CHANGELOG.md +++ b/packages/pds/CHANGELOG.md @@ -1,5 +1,13 @@ # @getcirrus/pds +## 0.11.0 + +### Minor Changes + +- [#137](https://github.com/ascorbic/cirrus/pull/137) [`90e9771`](https://github.com/ascorbic/cirrus/commit/90e9771f61ad74b276d10cda7b9a900f72691605) Thanks [@ascorbic](https://github.com/ascorbic)! - Add option to auto-generate a password during `pds init` and `pds secret password`, with clipboard copy support + +- [#136](https://github.com/ascorbic/cirrus/pull/136) [`287c971`](https://github.com/ascorbic/cirrus/commit/287c971cb82ee41519c51f2528641093bd304172) Thanks [@ascorbic](https://github.com/ascorbic)! - Add live terminal dashboard for PDS monitoring via `pds dashboard`. Shows repository stats, federation sync status, firehose subscribers with IPs, real-time event log, and notifications. Also adds a web dashboard at `/status`. + ## 0.10.6 ### Patch Changes diff --git a/packages/pds/package.json b/packages/pds/package.json index 361a3326..3d464394 100644 --- a/packages/pds/package.json +++ b/packages/pds/package.json @@ -1,6 +1,6 @@ { "name": "@getcirrus/pds", - "version": "0.10.6", + "version": "0.11.0", "description": "Cirrus – A single-user AT Protocol PDS on Cloudflare Workers", "type": "module", "main": "dist/index.js",