From 598dc2b56b847d449dd5be6b7d92220988db3e70 Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Wed, 29 Nov 2023 23:13:10 +0000 Subject: [PATCH] Polly is no longer retired (#47) --- package-lock.json | 4 ++-- package.json | 2 +- src/ambassadors/core.ts | 53 ++++++++++++++++++++--------------------- 3 files changed, 29 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a934fe..01140c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alveusgg/data", - "version": "0.24.0", + "version": "0.25.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@alveusgg/data", - "version": "0.24.0", + "version": "0.25.0", "license": "SEE LICENSE IN LICENSE.md", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.2.0", diff --git a/package.json b/package.json index ac8d1b2..bb90f81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alveusgg/data", - "version": "0.24.0", + "version": "0.25.0", "private": true, "license": "SEE LICENSE IN LICENSE.md", "repository": { diff --git a/src/ambassadors/core.ts b/src/ambassadors/core.ts index 81d7c15..9c99da8 100644 --- a/src/ambassadors/core.ts +++ b/src/ambassadors/core.ts @@ -745,6 +745,32 @@ const ambassadors = { homepage: null, plush: null, }, + polly: { + name: "Polly", + alternate: [], + class: Class.Aves, + species: "Silkie Chicken", + scientific: "Gallus gallus domesticus", + sex: "Female", + birth: null, + arrival: "2022-08", + retired: null, + iucn: { + id: null, + status: "NE", + }, + enclosure: "nutrition", + story: "Polly was rehomed from another owner.", + mission: + "She is an ambassador for the agricultural industry and how people can use consumer choice to impact the environment in a positive way.", + native: { + text: "China (Domesticated)", + source: "https://en.wikipedia.org/wiki/Silkie", + }, + clips: [], + homepage: null, + plush: null, + }, bb: { name: "BB", alternate: ["Bonus Bug"], @@ -1048,33 +1074,6 @@ const ambassadors = { homepage: null, plush: null, }, - polly: { - name: "Polly", - alternate: [], - class: Class.Aves, - species: "Silkie Chicken", - scientific: "Gallus gallus domesticus", - sex: "Female", - birth: null, - arrival: "2022-08", - retired: "2022-11", - iucn: { - id: null, - status: "NE", - }, - enclosure: "chickens", - story: - "Polly was rehomed from another owner.\n\nWe had hoped that Polly would grow to be larger so she could join our other chickens, but unfortunately she did not and so was retired from being an ambassador in November 2022 and now lives at Maya's Tiny House.", - mission: - "She is an ambassador for the agricultural industry and how people can use consumer choice to impact the environment in a positive way.", - native: { - text: "China (Domesticated)", - source: "https://en.wikipedia.org/wiki/Silkie", - }, - clips: [], - homepage: null, - plush: null, - }, ducky: { name: "Ducky", alternate: [],