0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Shipped comments-ui@0.24.0

no issue

- bumped minor to delay comments-ui update until next Ghost release
- includes numerous styling fixes, display of replies when editing a comment, and updates to in-reply-to snippets when deleting/hiding comments
This commit is contained in:
Kevin Ansfield 2024-12-02 23:19:44 +00:00
parent 9da9757f1f
commit badd6d8f97
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/comments-ui", "name": "@tryghost/comments-ui",
"version": "0.23.1", "version": "0.24.0",
"license": "MIT", "license": "MIT",
"repository": "git@github.com:TryGhost/comments-ui.git", "repository": "git@github.com:TryGhost/comments-ui.git",
"author": "Ghost Foundation", "author": "Ghost Foundation",

View file

@ -210,7 +210,7 @@
}, },
"comments": { "comments": {
"url": "https://cdn.jsdelivr.net/ghost/comments-ui@~{version}/umd/comments-ui.min.js", "url": "https://cdn.jsdelivr.net/ghost/comments-ui@~{version}/umd/comments-ui.min.js",
"version": "0.23" "version": "0.24"
}, },
"signupForm": { "signupForm": {
"url": "https://cdn.jsdelivr.net/ghost/signup-form@~{version}/umd/signup-form.min.js", "url": "https://cdn.jsdelivr.net/ghost/signup-form@~{version}/umd/signup-form.min.js",