Skip to content

Commit b390e92

Browse files
committed
Published new versions
- @tryghost/[email protected] - @tryghost/[email protected] - @tryghost/[email protected] - @tryghost/[email protected] - @tryghost/[email protected] - @tryghost/[email protected]
1 parent d47e440 commit b390e92

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

packages/domain-events/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/domain-events",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -21,7 +21,7 @@
2121
"lib"
2222
],
2323
"devDependencies": {
24-
"@tryghost/logging": "^2.4.23",
24+
"@tryghost/logging": "^2.5.0",
2525
"c8": "8.0.1",
2626
"mocha": "10.8.2",
2727
"should": "13.2.3"

packages/job-manager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/job-manager",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"author": "Ghost Foundation",
55
"license": "MIT",
66
"publishConfig": {
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@breejs/later": "4.2.0",
3434
"@tryghost/errors": "^1.3.8",
35-
"@tryghost/logging": "^2.4.23",
35+
"@tryghost/logging": "^2.5.0",
3636
"bree": "6.5.0",
3737
"cron-validate": "1.4.5",
3838
"fastq": "1.19.1",

packages/logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/logging",
3-
"version": "2.4.23",
3+
"version": "2.5.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/TryGhost/framework.git",

packages/mw-error-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/mw-error-handler",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"author": "Ghost Foundation",
55
"license": "MIT",
66
"main": "index.js",

packages/prometheus-metrics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/prometheus-metrics",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/TryGhost/framework.git",
@@ -42,7 +42,7 @@
4242
"typescript": "5.8.3"
4343
},
4444
"dependencies": {
45-
"@tryghost/logging": "^2.4.23",
45+
"@tryghost/logging": "^2.5.0",
4646
"express": "4.21.2",
4747
"prom-client": "15.1.3",
4848
"stoppable": "1.1.0"

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/server",
3-
"version": "0.1.53",
3+
"version": "0.1.54",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/TryGhost/framework.git",
@@ -30,6 +30,6 @@
3030
},
3131
"dependencies": {
3232
"@tryghost/debug": "^0.1.35",
33-
"@tryghost/logging": "^2.4.23"
33+
"@tryghost/logging": "^2.5.0"
3434
}
3535
}

0 commit comments

Comments
 (0)