fix: set all plugin versions to 0.1.0 (not 1.0.0)

Changesets treats minor on 0.0.x as a major bump per semver convention.
All packages should be 0.1.0 for the first beta release.
This commit is contained in:
Matt Kane
2026-04-01 16:10:06 +01:00
parent 2463da9556
commit de70c72aa8
14 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
# @emdash-cms/plugin-ai-moderation # @emdash-cms/plugin-ai-moderation
## 1.0.0 ## 0.1.0
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-ai-moderation", "name": "@emdash-cms/plugin-ai-moderation",
"version": "1.0.0", "version": "0.1.0",
"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,6 +1,6 @@
# @emdash-cms/plugin-atproto # @emdash-cms/plugin-atproto
## 1.0.0 ## 0.1.0
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-atproto", "name": "@emdash-cms/plugin-atproto",
"version": "1.0.0", "version": "0.1.0",
"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,6 +1,6 @@
# @emdash-cms/plugin-audit-log # @emdash-cms/plugin-audit-log
## 1.0.0 ## 0.1.0
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-audit-log", "name": "@emdash-cms/plugin-audit-log",
"version": "1.0.0", "version": "0.1.0",
"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,6 +1,6 @@
# @emdash-cms/plugin-color # @emdash-cms/plugin-color
## 1.0.0 ## 0.1.0
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-color", "name": "@emdash-cms/plugin-color",
"version": "1.0.0", "version": "0.1.0",
"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,6 +1,6 @@
# @emdash-cms/plugin-embeds # @emdash-cms/plugin-embeds
## 1.0.0 ## 0.1.0
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-embeds", "name": "@emdash-cms/plugin-embeds",
"version": "1.0.0", "version": "0.1.0",
"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,6 +1,6 @@
# @emdash-cms/plugin-forms # @emdash-cms/plugin-forms
## 1.0.0 ## 0.1.0
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-forms", "name": "@emdash-cms/plugin-forms",
"version": "1.0.0", "version": "0.1.0",
"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,6 +1,6 @@
# @emdash-cms/plugin-webhook-notifier # @emdash-cms/plugin-webhook-notifier
## 1.0.0 ## 0.1.0
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@emdash-cms/plugin-webhook-notifier", "name": "@emdash-cms/plugin-webhook-notifier",
"version": "1.0.0", "version": "0.1.0",
"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",