mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merged v5.61.1 into main
This commit is contained in:
commit
d7c0b2392b
3 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ghost-admin",
|
||||
"version": "5.61.0",
|
||||
"version": "5.61.1",
|
||||
"description": "Ember.js admin client for Ghost",
|
||||
"author": "Ghost Foundation",
|
||||
"homepage": "http://ghost.org",
|
||||
|
|
|
@ -34,8 +34,10 @@ content/themes/**
|
|||
content/themes/casper/yarn.lock
|
||||
node_modules/**
|
||||
core/server/lib/members/static/auth/node_modules/**
|
||||
**/*.db*
|
||||
*.db*
|
||||
**/*.db
|
||||
**/*.db-journal
|
||||
*.db
|
||||
*.db-journal
|
||||
.af*
|
||||
.git*
|
||||
.groc*
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ghost",
|
||||
"version": "5.61.0",
|
||||
"version": "5.61.1",
|
||||
"description": "The professional publishing platform",
|
||||
"author": "Ghost Foundation",
|
||||
"homepage": "https://ghost.org",
|
||||
|
|
Loading…
Add table
Reference in a new issue