Skip to content

Commit

Permalink
Merge pull request #439 from fvtt-fria-ligan/changeset-release/main
Browse files Browse the repository at this point in the history
Version Package
  • Loading branch information
aMediocreDad authored Jul 22, 2024
2 parents cad9d70 + f54b15c commit fb73ebb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-glasses-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-walls-join.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "forbidden-lands",
"version": "12.0.1",
"version": "12.0.2",
"private": true,
"description": "<p align=\"center\">\r <a href=\"https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/latest\" target=\"_blank\"><img alt=\"system version\" src=\"https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffvtt-fria-ligan%2Fforbidden-lands-foundry-vtt%2Fmain%2Fsystem.json&label=Version&query=$.version&colorB=blue\"/></a>\r <a href=\"https://foundryvtt.com\" target=\"_blank\">\r <img src=\"https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffvtt-fria-ligan%2Fforbidden-lands-foundry-vtt%2Fmain%2Fsystem.json&label=Foundry&query=$.compatibleCoreVersion&colorB=blue\" alt=\"foundry-compatibility-version\" style=\"max-width:100%;\"/>\r </a>\r <a href=\"https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/graphs/commit-activity\" target=\"_blank\">\r <img alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\"/>\r </a>\r <a href=\"https://gitlocalize.com/repo/5750/whole_project?utm_source=badge\" target=\"_blank\"><img alt=\"Localization\" src=\"https://gitlocalize.com/repo/5750/whole_project/badge.svg\" /></a>\r <a href=\"https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/blob/main/LICENSE\" target=\"_blank\">\r <img alt=\"License: GPL\" src=\"https://img.shields.io/github/license/fvtt-fria-ligan/forbidden-lands-foundry-vtt\"/>\r </a>\r <br/>\r <br/>\r <img src=\"https://user-images.githubusercontent.com/9851733/108728684-1a954b00-752a-11eb-9138-6fab6f83b2a8.jpg\" alt=\"Logo\" style=\"max-width:100%;\" />\r </p>",
"homepage": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt#readme",
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -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: <em>\"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!\"</em>",
"version": "12.0.1",
"version": "12.0.2",
"authors": [
{
"name": "aMediocreDad",
Expand Down Expand Up @@ -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"
}

0 comments on commit fb73ebb

Please sign in to comment.