Skip to content

Commit

Permalink
[skip ci] Change in @jbrowse/core to force version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Sep 18, 2024
1 parent 3845ef2 commit b9a5250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1426,8 +1426,7 @@ export function gatherOverlaps(regions: BasicFeature[], w = 5000) {
}

export function stripAlpha(str: string) {
const c = colord(str)
return c.alpha(1).toHex()
return colord(str).alpha(1).toHex()
}

export function getStrokeProps(str: string) {
Expand Down
1 change: 1 addition & 0 deletions website/release_announcement_drafts/v2.15.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Re-publish

0 comments on commit b9a5250

Please sign in to comment.