Skip to content

Commit 304788d

Browse files
ci: release (#142)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6cc3cfc commit 304788d

5 files changed

Lines changed: 14 additions & 8 deletions

File tree

.changeset/dashboard-demo.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/create-pds/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-pds
22

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- [#140](https://github.com/ascorbic/cirrus/pull/140) [`6cc3cfc`](https://github.com/ascorbic/cirrus/commit/6cc3cfcedfcde0faa99a1374daeb5534e4e082a1) Thanks [@ascorbic](https://github.com/ascorbic)! - Improve CLI dashboard design
8+
39
## 0.0.11
410

511
### Patch Changes

packages/create-pds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-pds",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "Create a new Cirrus AT Protocol PDS on Cloudflare Workers",
55
"type": "module",
66
"bin": {

packages/pds/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @getcirrus/pds
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- [#140](https://github.com/ascorbic/cirrus/pull/140) [`6cc3cfc`](https://github.com/ascorbic/cirrus/commit/6cc3cfcedfcde0faa99a1374daeb5534e4e082a1) Thanks [@ascorbic](https://github.com/ascorbic)! - Improve CLI dashboard design
8+
39
## 0.11.0
410

511
### Minor Changes

packages/pds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getcirrus/pds",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Cirrus – A single-user AT Protocol PDS on Cloudflare Workers",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)