From f3cd46114569e9197ac2bd145c34ddd5903894b6 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Mon, 31 Jan 2022 15:23:16 -0600 Subject: [PATCH 1/3] 4.219.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55543b1a85..632c112e82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.218.0", + "version": "4.219.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bf715ff464..ecd16e6089 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "habitica", "description": "A habit tracker app which treats your goals like a Role Playing Game.", - "version": "4.218.0", + "version": "4.219.0", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.16.12", From 2ae36f64ad15955617bcff67108007facd5dfde1 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Mon, 31 Jan 2022 19:17:08 -0600 Subject: [PATCH 2/3] fix(birthday): market cake --- website/common/script/content/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/index.js b/website/common/script/content/index.js index f697d8d9c6..4784651deb 100644 --- a/website/common/script/content/index.js +++ b/website/common/script/content/index.js @@ -187,7 +187,7 @@ api.specialMounts = stable.specialMounts; api.mountInfo = stable.mountInfo; // For seasonal events, change this constant: -const FOOD_SEASON = moment().isBefore('2021-11-02T20:00-04:00') ? 'Candy' : 'Normal'; +const FOOD_SEASON = moment().isBefore('2021-02-01T20:00-05:00') ? 'Cake' : 'Normal'; api.food = { Meat: { From e2450b69b26d97f98930a0ded58669cf5a72af78 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Mon, 31 Jan 2022 19:17:15 -0600 Subject: [PATCH 3/3] 4.219.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 632c112e82..485a5f6ea0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.219.0", + "version": "4.219.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ecd16e6089..320735f5b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "habitica", "description": "A habit tracker app which treats your goals like a Role Playing Game.", - "version": "4.219.0", + "version": "4.219.1", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.16.12",