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-webhook-notifier
## 1.0.0
## 0.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"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",
"type": "module",
"main": "src/index.ts",