From 9575090d5cebe5a754a25ccfc7688b8d65c8e000 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 4 Jun 2022 21:36:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bumps=20to=202.1.0=20and=20updat?= =?UTF-8?q?es=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CHANGELOG.md | 3 +++ .github/LATEST_CHANGELOG.md | 19 ++----------------- package.json | 2 +- 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 527d4d00..4f2a8ac5 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## ✨ 2.0.9 Adds Multi-Page Support [PR #685](https://github.com/Lissy93/dashy/pull/685) +- Adds Widgets for AdGuard + ## ✨ 2.0.9 Adds Multi-Page Support [PR #663](https://github.com/Lissy93/dashy/pull/663) - Fix KeyCloak API URL (#564) - Fix guest has config access (#590) diff --git a/.github/LATEST_CHANGELOG.md b/.github/LATEST_CHANGELOG.md index 89e76a44..9660465e 100644 --- a/.github/LATEST_CHANGELOG.md +++ b/.github/LATEST_CHANGELOG.md @@ -1,17 +1,2 @@ -## ✨ 2.0.9 Adds Multi-Page Support [PR #663](https://github.com/Lissy93/dashy/pull/663) -- Fix KeyCloak API URL (#564) -- Fix guest has config access (#590) -- Fix collapsible content in multi-page support (#626) -- Fix layout and item size buttons ( #629) -- Refactor make request in RSS widget (#632) -- Fix material-design-icons header in schema (#640) -- Add option to hide seconds in clock widget (#644) -- Fix pageInfo not being read in router (#645) -- Fix startingView not honored (#646) -- Fix Status Check default (#651) -- Add option to hide image in SportsScores Widget (#654) -- Add Adventure-basic theme (#655) -- Write docs for sub-items (#657) -- Add Font-Awesome displaying as square to troubleshooting guide (#659) -- Show expand / collapse in context menu (#660) -- Only deploy new release when relevant files have changed +## ✨ 2.0.9 Adds Multi-Page Support [PR #685](https://github.com/Lissy93/dashy/pull/685) +- Adds Widgets for AdGuard diff --git a/package.json b/package.json index 73f73e72..64f6d7d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "2.0.9", + "version": "2.1.0", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)",