Merge pull request #4 from emdash-cms/changeset-release/main
ci: release
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"create-emdash": patch
|
||||
---
|
||||
|
||||
Fix create-emdash to use all available templates from the new standalone templates repo. Templates are now selected in two steps: platform (Node.js or Cloudflare Workers) then template type (blog, starter, marketing, portfolio, blank). Downloads from `emdash-cms/templates` instead of the old monorepo path.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"emdash": patch
|
||||
---
|
||||
|
||||
Fix virtual module resolution errors when emdash is installed from npm on Cloudflare. The esbuild dependency pre-bundler was encountering `virtual:emdash/*` imports while crawling dist files and failing to resolve them. These are now excluded from the optimizeDeps scan.
|
||||
11
demos/cloudflare/CHANGELOG.md
Normal file
11
demos/cloudflare/CHANGELOG.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# @emdash-cms/demo-cloudflare
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
- @emdash-cms/cloudflare@0.0.2
|
||||
- @emdash-cms/plugin-forms@0.0.2
|
||||
- @emdash-cms/plugin-webhook-notifier@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/demo-cloudflare",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
9
demos/playground/CHANGELOG.md
Normal file
9
demos/playground/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# @emdash-cms/playground
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
- @emdash-cms/cloudflare@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/playground",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
12
demos/plugins-demo/CHANGELOG.md
Normal file
12
demos/plugins-demo/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# emdash-plugins-demo
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
- @emdash-cms/plugin-api-test@0.0.2
|
||||
- @emdash-cms/plugin-audit-log@0.0.2
|
||||
- @emdash-cms/plugin-embeds@0.0.2
|
||||
- @emdash-cms/plugin-webhook-notifier@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "emdash-plugins-demo",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
8
demos/postgres/CHANGELOG.md
Normal file
8
demos/postgres/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/demo-postgres
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/demo-postgres",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
9
demos/preview/CHANGELOG.md
Normal file
9
demos/preview/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# @emdash-cms/demo-preview
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
- @emdash-cms/cloudflare@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/demo-preview",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
10
demos/simple/CHANGELOG.md
Normal file
10
demos/simple/CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# emdash-demo
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
- @emdash-cms/plugin-audit-log@0.0.2
|
||||
- @emdash-cms/plugin-color@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "emdash-demo",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"emdash": {
|
||||
|
||||
8
packages/cloudflare/CHANGELOG.md
Normal file
8
packages/cloudflare/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/cloudflare
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/cloudflare",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Cloudflare adapters for EmDash - D1, R2, Access, and Worker Loader sandbox",
|
||||
"type": "module",
|
||||
"main": "dist/index.mjs",
|
||||
|
||||
7
packages/core/CHANGELOG.md
Normal file
7
packages/core/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# emdash
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2](https://github.com/emdash-cms/emdash/pull/2) [`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d) Thanks [@ascorbic](https://github.com/ascorbic)! - Fix virtual module resolution errors when emdash is installed from npm on Cloudflare. The esbuild dependency pre-bundler was encountering `virtual:emdash/*` imports while crawling dist files and failing to resolve them. These are now excluded from the optimizeDeps scan.
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "emdash",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Astro-native CMS with WordPress migration support",
|
||||
"type": "module",
|
||||
"main": "dist/index.mjs",
|
||||
|
||||
7
packages/create-emdash/CHANGELOG.md
Normal file
7
packages/create-emdash/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# create-emdash
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3](https://github.com/emdash-cms/emdash/pull/3) [`2dc5815`](https://github.com/emdash-cms/emdash/commit/2dc5815f031459c48cfaffec84aea1ed7b9cf7fb) Thanks [@ascorbic](https://github.com/ascorbic)! - Fix create-emdash to use all available templates from the new standalone templates repo. Templates are now selected in two steps: platform (Node.js or Cloudflare Workers) then template type (blog, starter, marketing, portfolio, blank). Downloads from `emdash-cms/templates` instead of the old monorepo path.
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-emdash",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Create a new EmDash CMS project",
|
||||
"type": "module",
|
||||
"bin": "./dist/index.mjs",
|
||||
|
||||
8
packages/plugins/ai-moderation/CHANGELOG.md
Normal file
8
packages/plugins/ai-moderation/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/plugin-ai-moderation
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-ai-moderation",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "AI-powered comment moderation plugin for EmDash CMS using Cloudflare Workers AI (Llama Guard)",
|
||||
"type": "module",
|
||||
"main": "src/descriptor.ts",
|
||||
|
||||
8
packages/plugins/api-test/CHANGELOG.md
Normal file
8
packages/plugins/api-test/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/plugin-api-test
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-api-test",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Test plugin that exercises all EmDash plugin APIs",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
8
packages/plugins/atproto/CHANGELOG.md
Normal file
8
packages/plugins/atproto/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/plugin-atproto
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-atproto",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "AT Protocol / standard.site syndication plugin for EmDash CMS",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
@@ -8,7 +8,9 @@
|
||||
".": "./src/index.ts",
|
||||
"./sandbox": "./src/sandbox-entry.ts"
|
||||
},
|
||||
"files": ["src"],
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"keywords": [
|
||||
"emdash",
|
||||
"cms",
|
||||
|
||||
8
packages/plugins/audit-log/CHANGELOG.md
Normal file
8
packages/plugins/audit-log/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/plugin-audit-log
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-audit-log",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Audit logging plugin for EmDash CMS - tracks content changes",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
8
packages/plugins/color/CHANGELOG.md
Normal file
8
packages/plugins/color/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/plugin-color
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-color",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Color picker field widget for EmDash CMS",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
@@ -8,8 +8,17 @@
|
||||
".": "./src/index.ts",
|
||||
"./admin": "./src/admin.tsx"
|
||||
},
|
||||
"files": ["src"],
|
||||
"keywords": ["emdash", "cms", "plugin", "color", "picker", "field-widget"],
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"keywords": [
|
||||
"emdash",
|
||||
"cms",
|
||||
"plugin",
|
||||
"color",
|
||||
"picker",
|
||||
"field-widget"
|
||||
],
|
||||
"author": "Matt Kane",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
||||
8
packages/plugins/embeds/CHANGELOG.md
Normal file
8
packages/plugins/embeds/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/plugin-embeds
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-embeds",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Embed blocks for EmDash CMS - YouTube, Vimeo, Twitter, Bluesky, Mastodon, and more",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
8
packages/plugins/forms/CHANGELOG.md
Normal file
8
packages/plugins/forms/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/plugin-forms
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-forms",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Forms plugin for EmDash CMS - build forms, collect submissions, send notifications",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
@@ -11,7 +11,9 @@
|
||||
"./client": "./src/client/index.ts",
|
||||
"./styles": "./src/styles/forms.css"
|
||||
},
|
||||
"files": ["src"],
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"keywords": [
|
||||
"emdash",
|
||||
"cms",
|
||||
|
||||
8
packages/plugins/marketplace-test/CHANGELOG.md
Normal file
8
packages/plugins/marketplace-test/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/plugin-marketplace-test
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-marketplace-test",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Test plugin for end-to-end marketplace publishing and audit workflow testing",
|
||||
"type": "module",
|
||||
"main": "dist/index.mjs",
|
||||
@@ -12,13 +12,21 @@
|
||||
},
|
||||
"./sandbox": "./dist/sandbox-entry.mjs"
|
||||
},
|
||||
"files": ["dist"],
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsdown src/index.ts src/sandbox-entry.ts --format esm --dts --clean",
|
||||
"dev": "tsdown src/index.ts src/sandbox-entry.ts --format esm --dts --watch",
|
||||
"typecheck": "tsgo --noEmit"
|
||||
},
|
||||
"keywords": ["emdash", "cms", "plugin", "test", "marketplace"],
|
||||
"keywords": [
|
||||
"emdash",
|
||||
"cms",
|
||||
"plugin",
|
||||
"test",
|
||||
"marketplace"
|
||||
],
|
||||
"author": "Matt Kane",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
8
packages/plugins/sandboxed-test/CHANGELOG.md
Normal file
8
packages/plugins/sandboxed-test/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/plugin-sandboxed-test
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-sandboxed-test",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Test plugin for sandboxed plugin system",
|
||||
"type": "module",
|
||||
"main": "dist/index.mjs",
|
||||
|
||||
8
packages/plugins/webhook-notifier/CHANGELOG.md
Normal file
8
packages/plugins/webhook-notifier/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/plugin-webhook-notifier
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-webhook-notifier",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Webhook notification plugin for EmDash CMS - posts to external URLs on content changes",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
8
templates/blank/CHANGELOG.md
Normal file
8
templates/blank/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/template-blank
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/template-blank",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
11
templates/blog-cloudflare/CHANGELOG.md
Normal file
11
templates/blog-cloudflare/CHANGELOG.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# @emdash-cms/template-blog-cloudflare
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
- @emdash-cms/cloudflare@0.0.2
|
||||
- @emdash-cms/plugin-forms@0.0.2
|
||||
- @emdash-cms/plugin-webhook-notifier@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/template-blog-cloudflare",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
9
templates/blog/CHANGELOG.md
Normal file
9
templates/blog/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# @emdash-cms/template-blog
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
- @emdash-cms/plugin-audit-log@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/template-blog",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"emdash": {
|
||||
|
||||
9
templates/marketing-cloudflare/CHANGELOG.md
Normal file
9
templates/marketing-cloudflare/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# @emdash-cms/template-marketing-cloudflare
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
- @emdash-cms/cloudflare@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/template-marketing-cloudflare",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
8
templates/marketing/CHANGELOG.md
Normal file
8
templates/marketing/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/template-marketing
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/template-marketing",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"emdash": {
|
||||
|
||||
9
templates/portfolio-cloudflare/CHANGELOG.md
Normal file
9
templates/portfolio-cloudflare/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# @emdash-cms/template-portfolio-cloudflare
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
- @emdash-cms/cloudflare@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/template-portfolio-cloudflare",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"emdash": {
|
||||
|
||||
8
templates/portfolio/CHANGELOG.md
Normal file
8
templates/portfolio/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/template-portfolio
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/template-portfolio",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"emdash": {
|
||||
|
||||
9
templates/starter-cloudflare/CHANGELOG.md
Normal file
9
templates/starter-cloudflare/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# @emdash-cms/template-starter-cloudflare
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
- @emdash-cms/cloudflare@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/template-starter-cloudflare",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
8
templates/starter/CHANGELOG.md
Normal file
8
templates/starter/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @emdash-cms/template-starter
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d)]:
|
||||
- emdash@0.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@emdash-cms/template-starter",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user