Skip to content

Commit 0c5b33a

Browse files
committed
chore: Release v0.7.0
1 parent 5936fb1 commit 0c5b33a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluidity",
33
"description": "An accordion based startpage.",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"private": true,
66
"homepage": "./",
77
"scripts": {

src/data/changelog.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ export interface ChangelogVersion {
2626
}
2727

2828
export const changelog: ChangelogVersion[] = [
29+
{
30+
version: "0.7.0",
31+
changes: [
32+
"Improved accordion item width to correctly fill screen",
33+
"Clip links with ellipsis when overflowing accordion content",
34+
"Migrate setup to modern tooling with automated github action releases",
35+
],
36+
},
2937
{
3038
version: "0.6.0",
3139
changes: [

0 commit comments

Comments
 (0)