From 96af02724329960ed118bc93d0ee1148fc733d79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:23:00 +0000 Subject: [PATCH] chore: version packages --- .changeset/ci-cd-overhaul.md | 6 ------ package.json | 4 ++-- packages/every-plugin/CHANGELOG.md | 6 ++++++ packages/every-plugin/package.json | 2 +- packages/everything-dev/CHANGELOG.md | 6 ++++++ packages/everything-dev/package.json | 2 +- 6 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 .changeset/ci-cd-overhaul.md diff --git a/.changeset/ci-cd-overhaul.md b/.changeset/ci-cd-overhaul.md deleted file mode 100644 index a0c1f2fb..00000000 --- a/.changeset/ci-cd-overhaul.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"everything-dev": patch -"every-plugin": patch ---- - -Overhaul CI/CD workflow architecture: switch from `workflow_run` triggers to `repository_dispatch` chain to eliminate skipped runs, sequence Deploy after Release+Docker to prevent stale Railway redeploys, gate Docker on actual npm publishes, move framework tests from Release to CI with path-based filtering, add Playwright browser caching, fix unsafe `git rebase -X theirs` in deploy/staging retries, and remove duplicate GitHub release creation from Deploy. diff --git a/package.json b/package.json index ec3b7949..5c80bd45 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "@better-auth/api-key": "1.6.9", "@better-auth/passkey": "1.6.9", "better-near-auth": "1.7.2", - "every-plugin": "^2.9.5", - "everything-dev": "^1.51.4", + "every-plugin": "^2.9.6", + "everything-dev": "^1.51.5", "typescript": "^5.9.3", "vitest": "^4.1.8", "@libsql/client": "0.17.0", diff --git a/packages/every-plugin/CHANGELOG.md b/packages/every-plugin/CHANGELOG.md index 762cc1a5..80d7c061 100644 --- a/packages/every-plugin/CHANGELOG.md +++ b/packages/every-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # every-plugin +## 2.9.6 + +### Patch Changes + +- 6bc36f0: Overhaul CI/CD workflow architecture: switch from `workflow_run` triggers to `repository_dispatch` chain to eliminate skipped runs, sequence Deploy after Release+Docker to prevent stale Railway redeploys, gate Docker on actual npm publishes, move framework tests from Release to CI with path-based filtering, add Playwright browser caching, fix unsafe `git rebase -X theirs` in deploy/staging retries, and remove duplicate GitHub release creation from Deploy. + ## 2.9.5 ### Patch Changes diff --git a/packages/every-plugin/package.json b/packages/every-plugin/package.json index 1d8c232e..6f888787 100644 --- a/packages/every-plugin/package.json +++ b/packages/every-plugin/package.json @@ -1,6 +1,6 @@ { "name": "every-plugin", - "version": "2.9.5", + "version": "2.9.6", "type": "module", "publishConfig": { "access": "public" diff --git a/packages/everything-dev/CHANGELOG.md b/packages/everything-dev/CHANGELOG.md index 51de498c..21d89942 100644 --- a/packages/everything-dev/CHANGELOG.md +++ b/packages/everything-dev/CHANGELOG.md @@ -1,5 +1,11 @@ # everything-dev +## 1.51.5 + +### Patch Changes + +- 6bc36f0: Overhaul CI/CD workflow architecture: switch from `workflow_run` triggers to `repository_dispatch` chain to eliminate skipped runs, sequence Deploy after Release+Docker to prevent stale Railway redeploys, gate Docker on actual npm publishes, move framework tests from Release to CI with path-based filtering, add Playwright browser caching, fix unsafe `git rebase -X theirs` in deploy/staging retries, and remove duplicate GitHub release creation from Deploy. + ## 1.51.4 ### Patch Changes diff --git a/packages/everything-dev/package.json b/packages/everything-dev/package.json index 4b71073a..62b890a4 100644 --- a/packages/everything-dev/package.json +++ b/packages/everything-dev/package.json @@ -1,6 +1,6 @@ { "name": "everything-dev", - "version": "1.51.4", + "version": "1.51.5", "type": "module", "engines": { "node": ">=20.11"