Skip to content

Commit

Permalink
feat: make the upcoming release an major one, new accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Aug 14, 2024
1 parent 6322e44 commit 2be872f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 2.6.0 (upcoming)
## 3.0.0 (upcoming)

### Breaking Changes

- Remove fallback for "Make navigation links' URL be provided with `url` not `link`"

### Feature(s)

Expand All @@ -18,6 +22,8 @@

- Add an option to make authors not be displayed

- New Accent Color

## Cleanup(s)

- Make grammer mistakes to have red underline
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const info = {
title: "Aplós",
description:
"A sleek, contemporary, and purposefully designed theme and template",
accentColor: "#55B458",
accentColor: "#FF686B",
};

// https://vitepress.dev/reference/site-config
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
font-size: 2.5rem;

@media (prefers-color-scheme: dark) {
background: linear-gradient(95deg, #55b458 32.27%, #a7ffaa 68.51%);
background: linear-gradient(95deg, #FF686B 32.27%, #FFADAF 68.51%);
background-clip: text;
-webkit-text-fill-color: transparent;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aplos",
"version": "2.6.0-1",
"version": "3.0.0-0",
"type": "module",
"description": "A sleek, contemporary, and purposefully designed VitePress theme",
"main": "index.ts",
Expand Down

0 comments on commit 2be872f

Please sign in to comment.