mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Shipped comments-ui@0.22.0
no issue - includes updates behind `commentImprovements` flag - bumped to 0.22 to avoid changes going live before next Ghost release
This commit is contained in:
parent
5bbb98b661
commit
46bdbaa3b8
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tryghost/comments-ui",
|
"name": "@tryghost/comments-ui",
|
||||||
"version": "0.21.10",
|
"version": "0.22.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.21"
|
"version": "0.22"
|
||||||
},
|
},
|
||||||
"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