Skip to content

Commit

Permalink
Merge branch 'release/v2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudgge committed Jan 9, 2025
2 parents 5b6f960 + b584d1c commit 0a61a83
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.2](https://github.com/cloudogu/warp-menu/releases/tag/v2.0.2)
### Changed
- Use the same font-stack for warp-menu as in the "CES-Tailwind"-theme (#54)

## [v2.0.1](https://github.com/cloudogu/warp-menu/releases/tag/v2.0.1)
### Changed
- Relicense to AGPL-3.0-only
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WARP_MENU_VERSION:=v2.0.1
WARP_MENU_VERSION:=v2.0.2
ZIPFILE_NAME:=warp-$(WARP_MENU_VERSION).zip
SHA_FILE_NAME:=$(ZIPFILE_NAME).sha256

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": "warp-menu",
"version": "2.0.1",
"version": "2.0.2",
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/generated.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ html,
-o-tab-size: 4;
tab-size: 4;
/* 3 */
font-family: Droid Sans, Calibri, sans-serif;
font-family: Calibri, Gill Sans, Gill Sans MT, Liberation Sans, Carlito, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
/* 4 */
font-feature-settings: normal;
/* 5 */
Expand Down

0 comments on commit 0a61a83

Please sign in to comment.