We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5936fb1 commit 0c5b33aCopy full SHA for 0c5b33a
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "fluidity",
3
"description": "An accordion based startpage.",
4
- "version": "0.6.0",
+ "version": "0.7.0",
5
"private": true,
6
"homepage": "./",
7
"scripts": {
src/data/changelog.tsx
@@ -26,6 +26,14 @@ export interface ChangelogVersion {
26
}
27
28
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
+ },
37
38
version: "0.6.0",
39
changes: [
0 commit comments