From 359279266c93feda3877a103d83b37ee81ec359b Mon Sep 17 00:00:00 2001 From: Shark that walks like a man <106829671+stwlam@users.noreply.github.com> Date: Tue, 9 Jan 2024 04:39:15 -0600 Subject: [PATCH] Release Notes 5.12.3 (#12890) --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- static/system.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a5e0340dbc..f8849992478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 5.12.3 + +### Bugfixes + +- (stwlam) Add Versatile Mental as weapon trait +- (stwlam) Fix display of free-action and reaction glyphs on spell-sheet header +- (stwlam) Fix rendering of notes in rerolled check messages +- (stwlam) Fix sidebar scrolling and skills editing on simple NPC sheet +- (stwlam) Fix Unprepare Formula listener on PC sheet +- (stwlam) Re-render PC sheet for all users viewing it upon resting for the night + +### Data Updates + +- (CitySim) Fix transposed Dimension spells in remaster journal +- (Dire Weasel) Limit display of roll notes from Death Warden Dwarf heritage to certain outcomes +- (Dire Weasel) Add spell effect for Precious Metals +- (Rigo) Update Death Warden Dwarf's note to remaster text + ## 5.12.2 ### Bugfixes diff --git a/package-lock.json b/package-lock.json index 509db929d89..09f31e48efb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "5.12.2", + "version": "5.12.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "5.12.2", + "version": "5.12.3", "license": "Apache-2.0", "dependencies": { "@codemirror/autocomplete": "^6.11.1", diff --git a/package.json b/package.json index 953bb5b8f8f..a574b95549a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "5.12.2", + "version": "5.12.3", "description": "", "private": true, "type": "module", diff --git a/static/system.json b/static/system.json index c4bf6fb46d0..96e46f8007f 100644 --- a/static/system.json +++ b/static/system.json @@ -2,7 +2,7 @@ "id": "pf2e", "title": "Pathfinder Second Edition", "description": "A community contributed game system for Pathfinder Second Edition", - "version": "5.12.2", + "version": "5.12.3", "license": "./LICENSE", "compatibility": { "minimum": "11.311",