Skip to content

Commit b0110e8

Browse files
authored
Merge pull request #13 from emdash-cms/changeset-release/main
ci: release
2 parents dad55bb + 53329df commit b0110e8

File tree

41 files changed

+169
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+169
-66
lines changed

.changeset/beta-release.md

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

.changeset/dull-hats-repair.md

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

demos/cloudflare/wrangler.jsonc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// See: https://github.com/withastro/astro/issues/14511
88
"compatibility_flags": ["nodejs_compat", "disable_nodejs_process_v2"],
99
// Static assets served from dist/
10-
"assets": {
11-
"directory": "./dist",
12-
},
1310
"routes": [
1411
{
1512
"pattern": "demo.emdashcms.com",

demos/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "astro dev",
88
"build": "astro build",
99
"preview": "astro preview",
10-
"deploy": "astro build && wrangler deploy",
10+
"deploy": "wrangler deploy",
1111
"typecheck": "astro check"
1212
},
1313
"dependencies": {

demos/playground/wrangler.jsonc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"compatibility_flags": ["nodejs_compat"],
66
// Custom entrypoint that exports EmDashPreviewDB
77
"main": "./src/worker.ts",
8-
"assets": {
9-
"directory": "./dist",
10-
},
118
"durable_objects": {
129
"bindings": [
1310
{

demos/preview/wrangler.jsonc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"main": "./src/worker.ts",
66
"compatibility_date": "2026-01-14",
77
"compatibility_flags": ["nodejs_compat", "disable_nodejs_process_v2"],
8-
"assets": {
9-
"directory": "./dist",
10-
},
118
// Durable Object for preview databases
129
"durable_objects": {
1310
"bindings": [

packages/admin/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
12+
- @emdash-cms/blocks@0.1.0
13+
314
## 0.0.2
415

516
### Patch 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.0.2",
3+
"version": "0.1.0",
44
"description": "Admin UI for EmDash CMS",
55
"type": "module",
66
"main": "dist/index.js",

packages/auth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @emdash-cms/auth
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release

packages/auth/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/auth",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Passkey-first authentication for EmDash",
55
"type": "module",
66
"main": "dist/index.mjs",

0 commit comments

Comments
 (0)