File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export default function WhatsNew() {
6565 { new Date ( release . published_at ) . toLocaleDateString ( ) }
6666 </ span >
6767 </ div >
68- < div className = "mt-4 prose prose-neutral dark:prose-invert text-ink-1000" >
68+ < div className = "mt-4 mb-4 prose prose-neutral dark:prose-invert text-ink-1000" >
6969 < ReactMarkdown >
7070 { formatPullLinks ( release . body || "_No release notes provided._" ) }
7171 </ ReactMarkdown >
@@ -86,7 +86,7 @@ function formatPullLinks(text = "") {
8686 / h t t p s : \/ \/ g i t h u b \. c o m \/ C o m p a s s C o n n e c t i o n s \/ C o m p a s s \/ p u l l \/ ( \d + ) / g,
8787 ( _ , num ) => `[#${ num } ](https://github.com/CompassConnections/Compass/pull/${ num } )` )
8888 . replace (
89- / h t t p s : \/ \/ g i t h u b \. c o m \/ C o m p a s s C o n n e c t i o n s \/ C o m p a s s \/ c o m p a r e \/ ( [ \w . - ] + \. \. \. [ \w . - ] + ) / g,
90- ( _ , range ) => `[ ${ range } ](https://github.com/CompassConnections/Compass/compare/ ${ range } )` )
89+ / \* * F u l l C h a n g e l o g \* * : h t t p s : \/ \/ g i t h u b \. c o m \/ C o m p a s s C o n n e c t i o n s \/ C o m p a s s \/ c o m p a r e \/ ( [ \w . - ] + \. \. \. [ \w . - ] + ) / g,
90+ '' )
9191}
9292
You can’t perform that action at this time.
0 commit comments