0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -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", "name": "ghost-admin",
"version": "5.48.0", "version": "5.48.1",
"description": "Ember.js admin client for Ghost", "description": "Ember.js admin client for Ghost",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"homepage": "http://ghost.org", "homepage": "http://ghost.org",

View file

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

View file

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