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:
@@ -1,6 +1,6 @@
|
||||
# @emdash-cms/plugin-embeds
|
||||
|
||||
## 1.0.0
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
Reference in New Issue
Block a user