Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/ci-cd-overhaul.md

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/every-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/every-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "every-plugin",
"version": "2.9.5",
"version": "2.9.6",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/everything-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/everything-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "everything-dev",
"version": "1.51.4",
"version": "1.51.5",
"type": "module",
"engines": {
"node": ">=20.11"
Expand Down