0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merged v5.48.1 into main

This commit is contained in:
Ghost CI 2023-05-18 17:31:39 +00:00
commit 1914605705
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ghost-admin",
"version": "5.48.0",
"version": "5.48.1",
"description": "Ember.js admin client for Ghost",
"author": "Ghost Foundation",
"homepage": "http://ghost.org",

View file

@ -49,7 +49,7 @@ module.exports = class TierRepository {
*/
toPrimitive(tier) {
return {
...tier,
...tier.toJSON(),
active: (tier.status === 'active'),
type: tier.type,
id: tier.id.toHexString()

View file

@ -1,6 +1,6 @@
{
"name": "ghost",
"version": "5.48.0",
"version": "5.48.1",
"description": "The professional publishing platform",
"author": "Ghost Foundation",
"homepage": "https://ghost.org",