mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Merge branch 'release' into develop
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "habitica",
|
"name": "habitica",
|
||||||
"version": "4.225.2",
|
"version": "4.225.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "habitica",
|
"name": "habitica",
|
||||||
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
||||||
"version": "4.225.2",
|
"version": "4.225.3",
|
||||||
"main": "./website/server/index.js",
|
"main": "./website/server/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.17.8",
|
"@babel/core": "^7.17.8",
|
||||||
|
|||||||
@@ -128,6 +128,6 @@
|
|||||||
"achievementZodiacZookeeperText": "Has hatched all the zodiac pets: Rat, Cow, Bunny, Snake, Horse, Sheep, Monkey, Rooster, Wolf, Tiger, Flying Pig, and Dragon!",
|
"achievementZodiacZookeeperText": "Has hatched all the zodiac pets: Rat, Cow, Bunny, Snake, Horse, Sheep, Monkey, Rooster, Wolf, Tiger, Flying Pig, and Dragon!",
|
||||||
"achievementZodiacZookeeperModalText": "You collected all the zodiac pets!",
|
"achievementZodiacZookeeperModalText": "You collected all the zodiac pets!",
|
||||||
"achievementBirdsOfAFeather": "Birds of a Feather",
|
"achievementBirdsOfAFeather": "Birds of a Feather",
|
||||||
"achievementBirdsOfAFeatherText": "Has hatched all the flying pets: Flying Pig, Owl, Parrot, Pterodactyl, Gryphon, and Falcon.",
|
"achievementBirdsOfAFeatherText": "Has hatched all the flying pets: Flying Pig, Owl, Parrot, Pterodactyl, Gryphon, Falcon, Peacock, and Rooster.",
|
||||||
"achievementBirdsOfAFeatherModalText":"You collected all the flying pets!"
|
"achievementBirdsOfAFeatherModalText":"You collected all the flying pets!"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -148,6 +148,7 @@ export default new Schema({
|
|||||||
shadyCustomer: Boolean,
|
shadyCustomer: Boolean,
|
||||||
shadeOfItAll: Boolean,
|
shadeOfItAll: Boolean,
|
||||||
zodiacZookeeper: Boolean,
|
zodiacZookeeper: Boolean,
|
||||||
|
birdsOfAFeather: Boolean,
|
||||||
// Onboarding Guide
|
// Onboarding Guide
|
||||||
createdTask: Boolean,
|
createdTask: Boolean,
|
||||||
completedTask: Boolean,
|
completedTask: Boolean,
|
||||||
|
|||||||
Reference in New Issue
Block a user