📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-05-29 08:33:53 +00:00
parent fdb52f1e96
commit 06e0d13d57
1615 changed files with 232858 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Changesets
This folder is managed by [@changesets/cli](https://github.com/changesets/changesets).
## Adding a changeset
When you make changes to a plugin, run:
```bash
bun changeset
```
This will prompt you to:
1. Select which plugin(s) changed
2. Choose the bump type (patch/minor/major)
3. Write a summary of the changes
Commit the generated changeset file with your changes.
## Version bumping
When changesets are merged to main, CI will create a "Version Packages" PR that:
- Bumps versions in package.json files
- Updates CHANGELOG.md files
- Syncs versions to marketplace.json
Merging that PR creates git tags for each released plugin.
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"access": "restricted",
"baseBranch": "main"
}