Skip to content
Open
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: 2 additions & 3 deletions UPGRADE_GUIDE_V2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand All @@ -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
Expand Down