From d6714c43c095c157ad86a7305ddc5c0cf0c60d0a Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 15 Mar 2021 15:43:55 -0500 Subject: [PATCH 1/2] feat(content): set up for bundle release --- website/common/script/content/bundles.js | 2 +- website/common/script/content/constants/events.js | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/website/common/script/content/bundles.js b/website/common/script/content/bundles.js index ceaa0cc395..97985190a8 100644 --- a/website/common/script/content/bundles.js +++ b/website/common/script/content/bundles.js @@ -160,7 +160,7 @@ const bundles = { 'yarn', ], canBuy () { - return moment().isBetween('2019-06-10', '2019-07-03'); + return moment().isBetween('2021-03-16T08:00-05:00', '2021-03-31T20:00-05:00'); }, type: 'quests', value: 7, diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 45b8a36de4..43c4f85ef1 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -8,14 +8,10 @@ const gemsPromo = { '84gems': 125, }; -// IMPORTANT: The end date should be one to two days AFTER the actual end of -// the event, to allow people in different timezones to still buy the -// event gear up until at least the actual end of the event. -// Unless we want a precise ending, for example during a Gems sale / promotion. export const EVENTS = { noCurrentEvent2021: { start: '2021-02-16T08:00-05:00', - end: '2021-03-07T08:00-05:00', + end: '2021-03-23T08:00-05:00', season: 'normal', }, valentines2021: { From cd87d7d60552a68f055e7ebebb2c4e857240d4a8 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 15 Mar 2021 15:44:06 -0500 Subject: [PATCH 2/2] 4.184.3 --- 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 5001ab5286..777c8a785b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.184.2", + "version": "4.184.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6f1dc9543f..9216e6f915 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.184.2", + "version": "4.184.3", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.12.10",