Skip to content

Commit 49b6a64

Browse files
committed
Moved CTA card from alpha to private beta
ref https://linear.app/ghost/issue/PLG-365 - bumps Koenig packages to bring the CTA card behind the private beta labs flag
1 parent d07e9d8 commit 49b6a64

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ghost/admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@tryghost/helpers": "1.1.90",
5151
"@tryghost/kg-clean-basic-html": "4.2.0",
5252
"@tryghost/kg-converters": "1.1.0",
53-
"@tryghost/koenig-lexical": "1.6.1",
53+
"@tryghost/koenig-lexical": "1.6.2",
5454
"@tryghost/limit-service": "1.2.14",
5555
"@tryghost/members-csv": "0.0.0",
5656
"@tryghost/nql": "0.12.7",
@@ -217,4 +217,4 @@
217217
}
218218
}
219219
}
220-
}
220+
}

ghost/core/test/integration/services/email-service/cards.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ describe('Can send cards via email', function () {
191191
'extended-text', // not a card
192192
'extended-quote', // not a card
193193
'extended-heading', // not a card
194-
'call-to-action', // behind the contentVisibilityAlpha labs flag
194+
'call-to-action', // behind the contentVisibility labs flag
195195
// not a card and shouldn't be present in published posts / emails
196196
'tk',
197197
'at-link',

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8092,10 +8092,10 @@
80928092
dependencies:
80938093
semver "^7.7.0"
80948094

8095-
"@tryghost/[email protected].1":
8096-
version "1.6.1"
8097-
resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.6.1.tgz#13ec7fc78e812ca73a3f2d916151eb23e8c7c5a2"
8098-
integrity sha512-47mScaOHs9DRFWMMYW6XMGLkuLr5Njw5Mkzh4L0y8zjwtQzt09ghJ8oLRAjvsSXK4S3yc6Uzjfmq8oO4ZBYPtA==
8095+
"@tryghost/[email protected].2":
8096+
version "1.6.2"
8097+
resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.6.2.tgz#56a8f9fff146880488e4576dc4517c5d635bee9d"
8098+
integrity sha512-Q5ChN3wGHT4LRRGokJrr9126e2pFpCwZo5HbZJNS/kiC3QdPUExEBLal/4OyHYXrMAij2hrT8lLDAzWgOJRAwQ==
80998099

81008100
"@tryghost/[email protected]":
81018101
version "1.2.14"

0 commit comments

Comments
 (0)