Published new versions

- @tryghost/adapter-manager@0.2.31
 - @tryghost/api-version-compatibility-service@0.3.0
 - @tryghost/bootstrap-socket@0.2.20
 - @tryghost/config-url-helpers@0.1.8
 - @tryghost/constants@1.0.5
 - @tryghost/database-info@0.3.5
 - @tryghost/email-content-generator@0.1.2
 - @tryghost/image-transform@1.0.32
 - @tryghost/job-manager@0.8.24
 - @tryghost/limit-service@1.1.3
 - @tryghost/minifier@0.1.15
 - @tryghost/moleculer-service-from-class@0.2.26
 - @tryghost/mw-api-version-mismatch@0.1.4
 - @tryghost/mw-error-handler@1.0.1
 - @tryghost/mw-session-from-token@0.1.32
 - @tryghost/mw-update-user-last-seen@0.1.6
 - @tryghost/package-json@1.0.21
 - @tryghost/pretty-cli@1.2.27
 - @tryghost/promise@0.1.18
 - @tryghost/release-utils@0.7.15
 - @tryghost/security@0.3.1
 - @tryghost/session-service@0.1.42
 - @tryghost/settings-path-manager@0.1.7
 - @tryghost/update-check-service@0.3.4
 - @tryghost/version-notifications-data-service@0.1.2
 - @tryghost/zip@1.1.25
This commit is contained in:
Naz 2022-05-09 18:25:48 +08:00
parent a730b63ee0
commit c5b8d073d7
26 changed files with 28 additions and 28 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/adapter-manager",
"version": "0.2.30",
"version": "0.2.31",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/adapter-manager",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/api-version-compatibility-service",
"version": "0.2.0",
"version": "0.3.0",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/api-version-compatibility-service",
"author": "Ghost Foundation",
"license": "MIT",
@ -26,6 +26,6 @@
"sinon": "14.0.0"
},
"dependencies": {
"@tryghost/email-content-generator": "^0.1.1"
"@tryghost/email-content-generator": "^0.1.2"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/bootstrap-socket",
"version": "0.2.19",
"version": "0.2.20",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/bootstrap-socket",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/config-url-helpers",
"version": "0.1.7",
"version": "0.1.8",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/config-url-helpers",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/constants",
"version": "1.0.4",
"version": "1.0.5",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/constants",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/database-info",
"version": "0.3.4",
"version": "0.3.5",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/database-info",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/email-content-generator",
"version": "0.1.1",
"version": "0.1.2",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/email-content-generator",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/image-transform",
"version": "1.0.31",
"version": "1.0.32",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/image-transform",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/job-manager",
"version": "0.8.23",
"version": "0.8.24",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/job-manager",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/limit-service",
"version": "1.1.2",
"version": "1.1.3",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/limit-service",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/minifier",
"version": "0.1.14",
"version": "0.1.15",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/minifier",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/moleculer-service-from-class",
"version": "0.2.25",
"version": "0.2.26",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/moleculer-service-from-class",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/mw-api-version-mismatch",
"version": "0.1.3",
"version": "0.1.4",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-api-version-mismatch",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/mw-error-handler",
"version": "1.0.0",
"version": "1.0.1",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-error-handler",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/mw-session-from-token",
"version": "0.1.31",
"version": "0.1.32",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-session-from-token",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/mw-update-user-last-seen",
"version": "0.1.5",
"version": "0.1.6",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-update-user-last-seen",
"author": "Ghost Foundation",
"license": "MIT",
@ -25,6 +25,6 @@
"sinon": "14.0.0"
},
"dependencies": {
"@tryghost/constants": "^1.0.4"
"@tryghost/constants": "^1.0.5"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/package-json",
"version": "1.0.20",
"version": "1.0.21",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/package-json",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/pretty-cli",
"version": "1.2.26",
"version": "1.2.27",
"description": "A mini-module to style a sywac instance in a standard way",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/pretty-cli",
"author": "Ghost Foundation",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/promise",
"version": "0.1.17",
"version": "0.1.18",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/promise",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/release-utils",
"version": "0.7.14",
"version": "0.7.15",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/release-utils",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/security",
"version": "0.3.0",
"version": "0.3.1",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/security",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/session-service",
"version": "0.1.41",
"version": "0.1.42",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/session-service",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/settings-path-manager",
"version": "0.1.6",
"version": "0.1.7",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/settings-path-manager",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/update-check-service",
"version": "0.3.3",
"version": "0.3.4",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/update-check-service",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/version-notifications-data-service",
"version": "0.1.1",
"version": "0.1.2",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/version-notifications-data-service",
"author": "Ghost Foundation",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/zip",
"version": "1.1.24",
"version": "1.1.25",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/zip",
"author": "Ghost Foundation",
"license": "MIT",