Skip to content

Commit 67d6a96

Browse files
ci: release
1 parent 88f544d commit 67d6a96

30 files changed

Lines changed: 143 additions & 47 deletions

.changeset/fine-tables-mix.md

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

.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 [[`88f544d`](https://github.com/emdash-cms/emdash/commit/88f544db4b8e2f30060a3b4d670ff72aa8760d61), [`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: 2 additions & 2 deletions
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.",
@@ -21,7 +21,7 @@
2121
"astro": "catalog:",
2222
"better-sqlite3": "catalog:",
2323
"emdash": "workspace:*",
24-
"kysely": "^0.29.0",
24+
"kysely": "^0.29.0",
2525
"react": "catalog:",
2626
"react-dom": "catalog:"
2727
},

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 [[`88f544d`](https://github.com/emdash-cms/emdash/commit/88f544db4b8e2f30060a3b4d670ff72aa8760d61), [`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 [[`88f544d`](https://github.com/emdash-cms/emdash/commit/88f544db4b8e2f30060a3b4d670ff72aa8760d61), [`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",

0 commit comments

Comments
 (0)