From faa9db341b5d04ceb1c1ed1dea14a6668883983c Mon Sep 17 00:00:00 2001 From: Jeremy Valentine <38669521+valentine195@users.noreply.github.com> Date: Sun, 27 Mar 2022 13:25:13 -0400 Subject: [PATCH] Fantasy Calendar Release: v2.3.3 --- CHANGELOG.md | 7 +++++++ docs/docs/CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3767bf8..44f0acf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.3.3](https://github.com/valentine195/obsidian-fantasy-calendar/compare/2.3.2...2.3.3) (2022-03-27) + + +### Bug Fixes + +* Fixes leap day condition modal CSS placement issue ([3ef8f5f](https://github.com/valentine195/obsidian-fantasy-calendar/commit/3ef8f5f94a50a5800c83f3a13f86839a665240b2)) + ### [2.3.2](https://github.com/valentine195/obsidian-fantasy-calendar/compare/2.3.1...2.3.2) (2022-03-22) diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 3767bf8..44f0acf 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.3.3](https://github.com/valentine195/obsidian-fantasy-calendar/compare/2.3.2...2.3.3) (2022-03-27) + + +### Bug Fixes + +* Fixes leap day condition modal CSS placement issue ([3ef8f5f](https://github.com/valentine195/obsidian-fantasy-calendar/commit/3ef8f5f94a50a5800c83f3a13f86839a665240b2)) + ### [2.3.2](https://github.com/valentine195/obsidian-fantasy-calendar/compare/2.3.1...2.3.2) (2022-03-22) diff --git a/manifest.json b/manifest.json index b2acd9e..5320b9e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "fantasy-calendar", "name": "Fantasy Calendar", - "version": "2.3.2", + "version": "2.3.3", "minAppVersion": "0.12.10", "author": "Jeremy Valentine", "description": "Fantasy calendars in Obsidian!", diff --git a/package-lock.json b/package-lock.json index 8fd70ac..a28c09a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fantasy-calendar", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fantasy-calendar", - "version": "2.3.2", + "version": "2.3.3", "license": "MIT", "dependencies": { "@popperjs/core": "^2.10.2", diff --git a/package.json b/package.json index 7d81eb5..d519b8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fantasy-calendar", - "version": "2.3.2", + "version": "2.3.3", "description": "Create fantasy calendars in Obsidian!", "main": "main.js", "scripts": {