Skip to content

Commit fc14f9e

Browse files
committed
chore: revert manual CHANGELOG and version bumps (release-please owns them)
Both CHANGELOG.md and plugin.json version are auto-managed by release-please for plugins/* (see release-please-config.json extra-files: [{ jsonpath: "$.version" }] and existing release PRs #158/#160/#163). Manual edits race with the next release PR. Skill relocations and the plugin.json `skills` array change remain intact — they're the actual fix release-please will pick up via the fix(...) commits already on this branch.
1 parent 6bc2d5c commit fc14f9e

4 files changed

Lines changed: 2 additions & 16 deletions

File tree

plugins/better-auth/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-auth",
3-
"version": "1.2.1",
3+
"version": "1.2.0",
44
"description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
55
"author": {
66
"name": "Better Auth",

plugins/better-auth/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Changelog
22

3-
## [1.2.1] - 2026-04-29
4-
5-
6-
### Bug Fixes
7-
8-
* **better-auth:** move hand-written `use-better-auth` skill from `.agents/skills/` to `skills/` per repo convention. `.agents/skills/` is reserved for vendor-managed skills.sh-installed skills tracked in `skills-lock.json`. The `skills` field in `plugin.json` now uses array form `["./skills/", "./.agents/skills/"]` so both default and vendor paths load. No skill content changed.
9-
103
## [1.2.0](https://github.com/pleaseai/claude-code-plugins/compare/better-auth-v1.1.0...better-auth-v1.2.0) (2026-04-23)
114

125

plugins/mastra/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mastra",
3-
"version": "1.3.1",
3+
"version": "1.3.0",
44
"description": "Official agent skills for coding agents working with the Mastra AI framework",
55
"author": {
66
"name": "Mastra AI",

plugins/mastra/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Changelog
22

3-
## [1.3.1] - 2026-04-29
4-
5-
6-
### Bug Fixes
7-
8-
* **mastra:** move hand-written `use-mastra` skill from `.agents/skills/` to `skills/` per repo convention. `.agents/skills/` is reserved for vendor-managed skills.sh-installed skills tracked in `skills-lock.json`. The `skills` field in `plugin.json` now uses array form `["./skills/", "./.agents/skills/"]` so both default and vendor paths load. No skill content changed.
9-
103
## [1.3.0](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.2.0...mastra-v1.3.0) (2026-04-23)
114

125

0 commit comments

Comments
 (0)