Skip to content

Commit

Permalink
Merge branch 'develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Jul 3, 2024
2 parents 60d5aaa + 04554c5 commit 4a5427b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "5.26.0",
"version": "5.26.1",
"main": "./website/server/index.js",
"dependencies": {
"@babel/core": "^7.22.10",
Expand Down
2 changes: 1 addition & 1 deletion website/common/locales/ja/gear.json
Original file line number Diff line number Diff line change
Expand Up @@ -2859,7 +2859,7 @@
"armorArmoireBasketballUniformText": "バスケットボールのユニフォーム",
"weaponArmoirePaintbrushText": "絵筆",
"armorSpecialSpring2023HealerText": "ユリの葉のガウン",
"armorArmoireBasketballUniformNotes": "このユニフォームの背中に何がプリントされているのか気になりますか?もちろん、それはあなたのラッキーナンバーです!知覚が<%= per %>、力が<%= str %>上がります。ラッキー宝箱:昔懐かしいバスケットボールセット(アイテム1/2)。",
"armorArmoireBasketballUniformNotes": "このユニフォームの背中に何がプリントされているのか気になりますか?もちろん、それはあなたのラッキーナンバーです!知覚が<%= per %>、力が上がります。ラッキー宝箱:昔懐かしいバスケットボールセット(アイテム1/2)。",
"headMystery202301Text": "勇敢な妖狐の耳",
"backMystery202301Text": "武勇の五尾",
"backMystery202302Notes": "このしっぽを付ければ、素敵な一日になること間違いなし!カルー!カライ!効果なし。2023年2月有料会員アイテム。",
Expand Down
2 changes: 1 addition & 1 deletion website/common/script/content/constants/releaseDates.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const ARMOIRE_RELEASE_DATES = {

export const EGGS_RELEASE_DATES = {
Giraffe: { year: 2024, month: 6, day: 1 },
Chameleon: { year: 2024, month: 7, day: 1 },
Chameleon: { year: 2024, month: 7, day: 14 },
};

export const HATCHING_POTIONS_RELEASE_DATES = {
Expand Down

0 comments on commit 4a5427b

Please sign in to comment.