Skip to content

Commit 783b40c

Browse files
committed
Published new versions
- @tryghost/[email protected] - @tryghost/[email protected] - @tryghost/[email protected] - @tryghost/[email protected]
1 parent d467e68 commit 783b40c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/logging/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/logging",
3-
"version": "2.4.20",
3+
"version": "2.4.21",
44
"repository": "https://github.com/TryGhost/framework/tree/main/packages/logging",
55
"author": "Ghost Foundation",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"@tryghost/bunyan-rotating-filestream": "^0.0.7",
3030
"@tryghost/elasticsearch": "^3.0.23",
3131
"@tryghost/http-stream": "^0.1.35",
32-
"@tryghost/pretty-stream": "^0.1.28",
32+
"@tryghost/pretty-stream": "^0.1.29",
3333
"@tryghost/root-utils": "^0.3.32",
3434
"bunyan": "^1.8.15",
3535
"bunyan-loggly": "^1.4.2",

packages/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/metrics",
3-
"version": "1.0.36",
3+
"version": "1.0.37",
44
"repository": "https://github.com/TryGhost/framework/tree/main/packages/metrics",
55
"author": "Ghost Foundation",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@tryghost/elasticsearch": "^3.0.23",
30-
"@tryghost/pretty-stream": "^0.1.28",
30+
"@tryghost/pretty-stream": "^0.1.29",
3131
"@tryghost/root-utils": "^0.3.32",
3232
"json-stringify-safe": "^5.0.1"
3333
}

packages/pretty-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/pretty-stream",
3-
"version": "0.1.28",
3+
"version": "0.1.29",
44
"repository": "https://github.com/TryGhost/framework/tree/main/packages/pretty-stream",
55
"author": "Ghost Foundation",
66
"license": "MIT",

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.50",
3+
"version": "0.1.51",
44
"repository": "https://github.com/TryGhost/framework/tree/main/packages/server",
55
"author": "Ghost Foundation",
66
"license": "MIT",
@@ -26,6 +26,6 @@
2626
},
2727
"dependencies": {
2828
"@tryghost/debug": "^0.1.34",
29-
"@tryghost/logging": "^2.4.20"
29+
"@tryghost/logging": "^2.4.21"
3030
}
3131
}

0 commit comments

Comments
 (0)