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:
parent
9da9757f1f
commit
badd6d8f97
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue