From 02d41d3054905c2b8307a51351aaddd1df3130a3 Mon Sep 17 00:00:00 2001 From: pathum25 Date: Fri, 31 Jul 2026 03:02:13 +0800 Subject: [PATCH] Revise UPGRADE_GUIDE_V2 for internal packages Updated upgrade guide to reflect internal packages and search-and-replace patterns. --- UPGRADE_GUIDE_V2.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/UPGRADE_GUIDE_V2.md b/UPGRADE_GUIDE_V2.md index 1a3da62e1..cadc73837 100644 --- a/UPGRADE_GUIDE_V2.md +++ b/UPGRADE_GUIDE_V2.md @@ -74,8 +74,7 @@ import ( "charm.land/bubbles/v2/timer" "charm.land/bubbles/v2/viewport" ) -``` - +`` > **Note:** The `runeutil` and `memoization` packages are now internal and no longer importable. **Search-and-replace pattern:** @@ -84,7 +83,7 @@ import ( github.com/charmbracelet/bubbles/ → charm.land/bubbles/v2/ github.com/charmbracelet/bubbles → charm.land/bubbles/v2 ``` - +pathum23/github --- ## 2. Global Patterns