2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Published new versions

- @tryghost/adapter-manager@0.1.9
 - @tryghost/errors@0.2.2
 - @tryghost/image-transform@1.0.2
 - @tryghost/session-service@0.1.7
 - @tryghost/vhost-middleware@1.0.7
This commit is contained in:
Daniel Lockyer 2020-08-10 17:10:00 +01:00
parent 33e070a152
commit 26452f0d3a
5 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/adapter-manager",
"version": "0.1.8",
"version": "0.1.9",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/adapter-manager",
"author": "Ghost Foundation",
"license": "MIT",
@ -30,6 +30,6 @@
"typescript": "3.9.7"
},
"dependencies": {
"@tryghost/errors": "^0.2.1"
"@tryghost/errors": "^0.2.2"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/errors",
"version": "0.2.1",
"version": "0.2.2",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/errors",
"author": "Ghost Foundation",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/image-transform",
"version": "1.0.1",
"version": "1.0.2",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/image-transform",
"author": "Ghost Foundation",
"license": "MIT",
@ -24,7 +24,7 @@
"sinon": "9.0.2"
},
"dependencies": {
"@tryghost/errors": "^0.2.1",
"@tryghost/errors": "^0.2.2",
"bluebird": "3.7.2",
"fs-extra": "9.0.1"
},

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/session-service",
"version": "0.1.6",
"version": "0.1.7",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/session-service",
"author": "Ghost Foundation",
"license": "MIT",
@ -31,6 +31,6 @@
"typescript": "3.9.7"
},
"dependencies": {
"@tryghost/errors": "^0.2.1"
"@tryghost/errors": "^0.2.2"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/vhost-middleware",
"version": "1.0.6",
"version": "1.0.7",
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/vhost-middleware",
"author": "Ghost Foundation",
"license": "MIT",