Skip to content

Commit d244620

Browse files
ci: release
1 parent 9a30607 commit d244620

29 files changed

Lines changed: 111 additions & 31 deletions

File tree

.changeset/registry-lifecycle.md

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

fixtures/perf-site/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @emdash-cms/fixture-perf-site
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9a30607`](https://github.com/emdash-cms/emdash/commit/9a30607791a2f27473b1d2fe7700291e0be1ea1c)]:
8+
- emdash@0.15.0
9+
- @emdash-cms/cloudflare@0.15.0
10+
311
## 0.0.10
412

513
### Patch Changes

fixtures/perf-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emdash-cms/fixture-perf-site",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"private": true,
55
"type": "module",
66
"description": "Fixture site for query-count perf snapshots. Runs under sqlite+node or d1+cloudflare based on EMDASH_FIXTURE_TARGET.",

infra/blog-demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @emdash-cms/perf-demo-site
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9a30607`](https://github.com/emdash-cms/emdash/commit/9a30607791a2f27473b1d2fe7700291e0be1ea1c)]:
8+
- emdash@0.15.0
9+
- @emdash-cms/cloudflare@0.15.0
10+
311
## 0.0.10
412

513
### Patch Changes

infra/blog-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emdash-cms/perf-demo-site",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"private": true,
55
"type": "module",
66
"scripts": {

infra/cache-demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @emdash-cms/cache-demo-site
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9a30607`](https://github.com/emdash-cms/emdash/commit/9a30607791a2f27473b1d2fe7700291e0be1ea1c)]:
8+
- emdash@0.15.0
9+
- @emdash-cms/cloudflare@0.15.0
10+
311
## 0.0.10
412

513
### Patch Changes

infra/cache-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emdash-cms/cache-demo-site",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/admin/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @emdash-cms/admin
22

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- [#1114](https://github.com/emdash-cms/emdash/pull/1114) [`9a30607`](https://github.com/emdash-cms/emdash/commit/9a30607791a2f27473b1d2fe7700291e0be1ea1c) Thanks [@ascorbic](https://github.com/ascorbic)! - Plugins installed from the experimental registry can now be uninstalled and updated from the admin, the same way marketplace plugins always could. The "uninstall is not yet available for registry plugins" placeholder is gone — registry plugin rows now show the same Uninstall and Update buttons.
8+
9+
The Plugins page's "updates available" indicator now covers registry plugins too. If the registry aggregator is unreachable, marketplace updates still load (and vice versa).
10+
11+
Updates that need newly-declared permissions, or that newly expose a public (unauthenticated) route, prompt for re-consent before installing the new version — matching the gate that marketplace updates already have.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies []:
16+
- @emdash-cms/blocks@0.15.0
17+
318
## 0.14.0
419

520
### Minor Changes

packages/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emdash-cms/admin",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Admin UI for EmDash CMS",
55
"type": "module",
66
"main": "dist/index.js",

packages/auth-atproto/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @emdash-cms/auth-atproto
22

3+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9a30607`](https://github.com/emdash-cms/emdash/commit/9a30607791a2f27473b1d2fe7700291e0be1ea1c)]:
8+
- emdash@0.15.0
9+
- @emdash-cms/auth@0.15.0
10+
311
## 0.2.7
412

513
### Patch Changes

0 commit comments

Comments
 (0)