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 .changeset/version-suffix-patch-context.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/tsgo": patch
---

Make the TypeScript-Go version suffix patch apply across upstream TypeScript version literal changes.
4 changes: 1 addition & 3 deletions _patches/021-core-version-suffix.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ diff --git a/internal/core/version.go b/internal/core/version.go
index 9e04cb52c..639d3ee9a 100644
--- a/internal/core/version.go
+++ b/internal/core/version.go
@@ -7,8 +7,14 @@ import (
// This is a var so it can be overridden by ldflags.
var version = "7.0.0-dev"
@@ -10,6 +10,12 @@

+var versionSuffix string
+
Expand Down
Loading