Merge pull request #10 from emdash-cms/changeset-release/main

ci: release
This commit is contained in:
Matt Kane
2026-04-01 14:33:18 +01:00
committed by GitHub
61 changed files with 251 additions and 44 deletions

View File

@@ -1,5 +0,0 @@
---
"@emdash-cms/admin": patch
---
Update branding

View File

@@ -1,5 +0,0 @@
---
"create-emdash": patch
---
Fix spinner hanging during dependency installation by using async exec instead of execSync, which was blocking the event loop and preventing the spinner animation from updating.

View File

@@ -1,5 +0,0 @@
---
"emdash": patch
---
Fix crash on fresh deployments when the first request hits a public page before setup has run. The middleware now detects an empty database and redirects to the setup wizard instead of letting template helpers query missing tables.

View File

@@ -1,5 +1,15 @@
# @emdash-cms/demo-cloudflare # @emdash-cms/demo-cloudflare
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
- @emdash-cms/cloudflare@0.0.3
- @emdash-cms/plugin-forms@0.0.3
- @emdash-cms/plugin-webhook-notifier@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/demo-cloudflare", "name": "@emdash-cms/demo-cloudflare",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -1,5 +1,13 @@
# @emdash-cms/playground # @emdash-cms/playground
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
- @emdash-cms/cloudflare@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/playground", "name": "@emdash-cms/playground",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -1,5 +1,16 @@
# emdash-plugins-demo # emdash-plugins-demo
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
- @emdash-cms/plugin-api-test@0.0.3
- @emdash-cms/plugin-audit-log@0.0.3
- @emdash-cms/plugin-embeds@0.0.3
- @emdash-cms/plugin-webhook-notifier@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "emdash-plugins-demo", "name": "emdash-plugins-demo",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -1,5 +1,12 @@
# @emdash-cms/demo-postgres # @emdash-cms/demo-postgres
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/demo-postgres", "name": "@emdash-cms/demo-postgres",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -1,5 +1,13 @@
# @emdash-cms/demo-preview # @emdash-cms/demo-preview
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
- @emdash-cms/cloudflare@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/demo-preview", "name": "@emdash-cms/demo-preview",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -1,5 +1,14 @@
# emdash-demo # emdash-demo
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
- @emdash-cms/plugin-audit-log@0.0.3
- @emdash-cms/plugin-color@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "emdash-demo", "name": "emdash-demo",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"emdash": { "emdash": {

View File

@@ -0,0 +1,7 @@
# @emdash-cms/admin
## 0.0.2
### Patch Changes
- [#8](https://github.com/emdash-cms/emdash/pull/8) [`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214) Thanks [@ascorbic](https://github.com/ascorbic)! - Update branding

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/admin", "name": "@emdash-cms/admin",
"version": "0.0.1", "version": "0.0.2",
"description": "Admin UI for EmDash CMS", "description": "Admin UI for EmDash CMS",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/cloudflare # @emdash-cms/cloudflare
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/cloudflare", "name": "@emdash-cms/cloudflare",
"version": "0.0.2", "version": "0.0.3",
"description": "Cloudflare adapters for EmDash - D1, R2, Access, and Worker Loader sandbox", "description": "Cloudflare adapters for EmDash - D1, R2, Access, and Worker Loader sandbox",
"type": "module", "type": "module",
"main": "dist/index.mjs", "main": "dist/index.mjs",

View File

@@ -1,5 +1,14 @@
# emdash # emdash
## 0.0.3
### Patch Changes
- [#8](https://github.com/emdash-cms/emdash/pull/8) [`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214) Thanks [@ascorbic](https://github.com/ascorbic)! - Fix crash on fresh deployments when the first request hits a public page before setup has run. The middleware now detects an empty database and redirects to the setup wizard instead of letting template helpers query missing tables.
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- @emdash-cms/admin@0.0.2
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "emdash", "name": "emdash",
"version": "0.0.2", "version": "0.0.3",
"description": "Astro-native CMS with WordPress migration support", "description": "Astro-native CMS with WordPress migration support",
"type": "module", "type": "module",
"main": "dist/index.mjs", "main": "dist/index.mjs",

View File

@@ -1,5 +1,11 @@
# create-emdash # create-emdash
## 0.0.4
### Patch Changes
- [#7](https://github.com/emdash-cms/emdash/pull/7) [`2022b77`](https://github.com/emdash-cms/emdash/commit/2022b773414a34de05677c776f4f4324f43a54e2) Thanks [@ascorbic](https://github.com/ascorbic)! - Fix spinner hanging during dependency installation by using async exec instead of execSync, which was blocking the event loop and preventing the spinner animation from updating.
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "create-emdash", "name": "create-emdash",
"version": "0.0.3", "version": "0.0.4",
"description": "Create a new EmDash CMS project", "description": "Create a new EmDash CMS project",
"type": "module", "type": "module",
"bin": "./dist/index.mjs", "bin": "./dist/index.mjs",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-ai-moderation # @emdash-cms/plugin-ai-moderation
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-ai-moderation", "name": "@emdash-cms/plugin-ai-moderation",
"version": "0.0.2", "version": "0.0.3",
"description": "AI-powered comment moderation plugin for EmDash CMS using Cloudflare Workers AI (Llama Guard)", "description": "AI-powered comment moderation plugin for EmDash CMS using Cloudflare Workers AI (Llama Guard)",
"type": "module", "type": "module",
"main": "src/descriptor.ts", "main": "src/descriptor.ts",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-api-test # @emdash-cms/plugin-api-test
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,7 +1,7 @@
{ {
"name": "@emdash-cms/plugin-api-test", "name": "@emdash-cms/plugin-api-test",
"private": true, "private": true,
"version": "0.0.2", "version": "0.0.3",
"description": "Test plugin that exercises all EmDash plugin APIs", "description": "Test plugin that exercises all EmDash plugin APIs",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-atproto # @emdash-cms/plugin-atproto
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-atproto", "name": "@emdash-cms/plugin-atproto",
"version": "0.0.2", "version": "0.0.3",
"description": "AT Protocol / standard.site syndication plugin for EmDash CMS", "description": "AT Protocol / standard.site syndication plugin for EmDash CMS",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-audit-log # @emdash-cms/plugin-audit-log
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-audit-log", "name": "@emdash-cms/plugin-audit-log",
"version": "0.0.2", "version": "0.0.3",
"description": "Audit logging plugin for EmDash CMS - tracks content changes", "description": "Audit logging plugin for EmDash CMS - tracks content changes",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-color # @emdash-cms/plugin-color
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-color", "name": "@emdash-cms/plugin-color",
"version": "0.0.2", "version": "0.0.3",
"description": "Color picker field widget for EmDash CMS", "description": "Color picker field widget for EmDash CMS",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-embeds # @emdash-cms/plugin-embeds
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-embeds", "name": "@emdash-cms/plugin-embeds",
"version": "0.0.2", "version": "0.0.3",
"description": "Embed blocks for EmDash CMS - YouTube, Vimeo, Twitter, Bluesky, Mastodon, and more", "description": "Embed blocks for EmDash CMS - YouTube, Vimeo, Twitter, Bluesky, Mastodon, and more",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-forms # @emdash-cms/plugin-forms
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-forms", "name": "@emdash-cms/plugin-forms",
"version": "0.0.2", "version": "0.0.3",
"description": "Forms plugin for EmDash CMS - build forms, collect submissions, send notifications", "description": "Forms plugin for EmDash CMS - build forms, collect submissions, send notifications",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-marketplace-test # @emdash-cms/plugin-marketplace-test
## 0.1.2
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.1.1 ## 0.1.1
### Patch Changes ### Patch Changes

View File

@@ -1,7 +1,7 @@
{ {
"name": "@emdash-cms/plugin-marketplace-test", "name": "@emdash-cms/plugin-marketplace-test",
"private": true, "private": true,
"version": "0.1.1", "version": "0.1.2",
"description": "Test plugin for end-to-end marketplace publishing and audit workflow testing", "description": "Test plugin for end-to-end marketplace publishing and audit workflow testing",
"type": "module", "type": "module",
"main": "dist/index.mjs", "main": "dist/index.mjs",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-sandboxed-test # @emdash-cms/plugin-sandboxed-test
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,7 +1,7 @@
{ {
"name": "@emdash-cms/plugin-sandboxed-test", "name": "@emdash-cms/plugin-sandboxed-test",
"private": true, "private": true,
"version": "0.0.2", "version": "0.0.3",
"description": "Test plugin for sandboxed plugin system", "description": "Test plugin for sandboxed plugin system",
"type": "module", "type": "module",
"main": "dist/index.mjs", "main": "dist/index.mjs",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/plugin-webhook-notifier # @emdash-cms/plugin-webhook-notifier
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-webhook-notifier", "name": "@emdash-cms/plugin-webhook-notifier",
"version": "0.0.2", "version": "0.0.3",
"description": "Webhook notification plugin for EmDash CMS - posts to external URLs on content changes", "description": "Webhook notification plugin for EmDash CMS - posts to external URLs on content changes",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",

View File

@@ -1,5 +1,12 @@
# @emdash-cms/template-blank # @emdash-cms/template-blank
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/template-blank", "name": "@emdash-cms/template-blank",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -1,5 +1,15 @@
# @emdash-cms/template-blog-cloudflare # @emdash-cms/template-blog-cloudflare
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
- @emdash-cms/cloudflare@0.0.3
- @emdash-cms/plugin-forms@0.0.3
- @emdash-cms/plugin-webhook-notifier@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/template-blog-cloudflare", "name": "@emdash-cms/template-blog-cloudflare",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -1,5 +1,13 @@
# @emdash-cms/template-blog # @emdash-cms/template-blog
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
- @emdash-cms/plugin-audit-log@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/template-blog", "name": "@emdash-cms/template-blog",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"emdash": { "emdash": {

View File

@@ -1,5 +1,13 @@
# @emdash-cms/template-marketing-cloudflare # @emdash-cms/template-marketing-cloudflare
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
- @emdash-cms/cloudflare@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/template-marketing-cloudflare", "name": "@emdash-cms/template-marketing-cloudflare",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -1,5 +1,12 @@
# @emdash-cms/template-marketing # @emdash-cms/template-marketing
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/template-marketing", "name": "@emdash-cms/template-marketing",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"emdash": { "emdash": {

View File

@@ -1,5 +1,13 @@
# @emdash-cms/template-portfolio-cloudflare # @emdash-cms/template-portfolio-cloudflare
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
- @emdash-cms/cloudflare@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/template-portfolio-cloudflare", "name": "@emdash-cms/template-portfolio-cloudflare",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"emdash": { "emdash": {

View File

@@ -1,5 +1,12 @@
# @emdash-cms/template-portfolio # @emdash-cms/template-portfolio
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/template-portfolio", "name": "@emdash-cms/template-portfolio",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"emdash": { "emdash": {

View File

@@ -1,5 +1,13 @@
# @emdash-cms/template-starter-cloudflare # @emdash-cms/template-starter-cloudflare
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
- @emdash-cms/cloudflare@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/template-starter-cloudflare", "name": "@emdash-cms/template-starter-cloudflare",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@@ -1,5 +1,12 @@
# @emdash-cms/template-starter # @emdash-cms/template-starter
## 0.0.3
### Patch Changes
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- emdash@0.0.3
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/template-starter", "name": "@emdash-cms/template-starter",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {