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
5 changes: 5 additions & 0 deletions packages/cli/cli/changes/5.27.6/bump-generator-cli-0.9.29.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- summary: |
Bump @fern-api/generator-cli to 0.9.29, which includes @fern-api/replay
0.15.1 with fixes for fallback patch anchoring, composite-patch survival,
and FileOwnership divergence.
type: chore
5 changes: 5 additions & 0 deletions packages/cli/cli/changes/5.27.7/bump-generator-cli-0.9.30.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- summary: |
Bump @fern-api/generator-cli to 0.9.30, which includes @fern-api/replay
0.15.2 with a fix for customer commits on merged regen branches surviving
replay detection.
type: chore
18 changes: 18 additions & 0 deletions packages/cli/cli/versions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# yaml-language-server: $schema=../../../fern-versions-yml.schema.json
- version: 5.27.7
changelogEntry:
- summary: |
Bump @fern-api/generator-cli to 0.9.30, which includes @fern-api/replay
0.15.2 with a fix for customer commits on merged regen branches surviving
replay detection.
type: chore
createdAt: "2026-05-17"
irVersion: 66
- version: 5.27.6
changelogEntry:
- summary: |
Bump @fern-api/generator-cli to 0.9.29, which includes @fern-api/replay
0.15.1 with fixes for fallback patch anchoring, composite-patch survival,
and FileOwnership divergence.
type: chore
createdAt: "2026-05-17"
irVersion: 66
- version: 5.27.5
changelogEntry:
- summary: |
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@fern-api/docker-utils": "workspace:*",
"@fern-api/logger": "workspace:*",
"@fern-api/logging-execa": "workspace:*",
"@fern-api/replay": "0.15.0",
"@fern-api/replay": "0.15.2",
"@fern-api/task-context": "workspace:*",
"@octokit/rest": "catalog:",
"es-toolkit": "catalog:",
Expand Down
14 changes: 14 additions & 0 deletions packages/generator-cli/versions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# yaml-language-server: $schema=../../versions-yml.schema.json
- changelogEntry:
- summary: |
Bump @fern-api/replay to 0.15.2.
type: chore
createdAt: "2026-05-17"
version: 0.9.30

- changelogEntry:
- summary: |
Bump @fern-api/replay to 0.15.1.
type: chore
createdAt: "2026-05-17"
version: 0.9.29

- changelogEntry:
- summary: |
Set explicit author and committer on API-created commits to the Fern bot
Expand Down
18 changes: 16 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading