diff --git a/.changeset/funny-glasses-double.md b/.changeset/funny-glasses-double.md deleted file mode 100644 index 8dcadcae..00000000 --- a/.changeset/funny-glasses-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"forbidden-lands": patch ---- - -Dark mode is now toggled through the Foundry core settings (which use the browser settings as default). Fixes to some rendering issues in dark mode diff --git a/.changeset/smart-walls-join.md b/.changeset/smart-walls-join.md deleted file mode 100644 index db07e100..00000000 --- a/.changeset/smart-walls-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"forbidden-lands": patch ---- - -Solved a regression in initial v12 update where party sheets would not link to character and reference sheets. diff --git a/CHANGELOG.md b/CHANGELOG.md index c9cfce13..225bc03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 12.0.2 + +### Patch Changes + +- [#437](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/pull/437) [`c26b1ff`](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/c26b1ff6ca6fb2bad8d2451d052afc9b287da719) Thanks [@aMediocreDad](https://github.com/aMediocreDad)! - Dark mode is now toggled through the Foundry core settings (which use the browser settings as default). Fixes to some rendering issues in dark mode + +- [#438](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/pull/438) [`cad9d70`](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/cad9d701398582ff4f5525a698720d4131aa07fe) Thanks [@aMediocreDad](https://github.com/aMediocreDad)! - Solved a regression in initial v12 update where party sheets would not link to character and reference sheets. + ## 12.0.1 ### Patch Changes diff --git a/package.json b/package.json index 6dda008d..e8f77778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forbidden-lands", - "version": "12.0.1", + "version": "12.0.2", "private": true, "description": "

\r \"system\r \r \"foundry-compatibility-version\"\r \r \r \"Maintenance\"\r \r \"Localization\"\r \r \"License:\r \r
\r
\r \"Logo\"\r

", "homepage": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt#readme", diff --git a/system.json b/system.json index 3c1e513c..6fc4d8d4 100644 --- a/system.json +++ b/system.json @@ -3,7 +3,7 @@ "name": "forbidden-lands", "title": "Forbidden Lands", "description": "'Round the beggar from Varassa all sat in a ring, and by the campfire they sat and heard his song. About walkers and wolfkin and every terrible thing, and of his fear he sang to them all night long: \"There is something beyond the mountains, beyond the howls beyond the mist, there is something behind the veils, behind hearts cold as stone. Hearken, something walks and whispers, walks and lures you in and whimpers: Come to us, for this earth shall ever be ours and ours alone!\"", - "version": "12.0.1", + "version": "12.0.2", "authors": [ { "name": "aMediocreDad", @@ -110,6 +110,6 @@ "socket": true, "url": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt", "manifest": "https://raw.githubusercontent.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/main/system.json", - "download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v12.0.1/forbidden-lands.zip", + "download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v12.0.2/forbidden-lands.zip", "license": "LICENSE" }