Skip to content

Commit

Permalink
Published new versions
Browse files Browse the repository at this point in the history
 - @tryghost/bookshelf-collision@0.1.29
 - @tryghost/bookshelf-custom-query@0.1.16
 - @tryghost/bookshelf-eager-load@0.1.19
 - @tryghost/bookshelf-filter@0.5.1
 - @tryghost/bookshelf-has-posts@0.1.20
 - @tryghost/bookshelf-include-count@0.3.2
 - @tryghost/bookshelf-order@0.1.16
 - @tryghost/bookshelf-pagination@0.1.32
 - @tryghost/bookshelf-plugins@0.6.2
 - @tryghost/bookshelf-search@0.1.16
 - @tryghost/bookshelf-transaction-events@0.2.1
 - @tryghost/config@0.2.12
 - @tryghost/database-info@0.3.13
 - @tryghost/debug@0.1.20
 - @tryghost/elasticsearch@3.0.7
 - @tryghost/errors@1.2.19
 - @tryghost/express-test@0.11.7
 - @tryghost/http-cache-utils@0.1.5
 - @tryghost/http-stream@0.1.15
 - @tryghost/jest-snapshot@0.4.7
 - @tryghost/logging@2.3.5
 - @tryghost/metrics@1.0.19
 - @tryghost/nodemailer@0.3.30
 - @tryghost/pretty-cli@1.2.32
 - @tryghost/pretty-stream@0.1.14
 - @tryghost/promise@0.3.0
 - @tryghost/request@0.1.33
 - @tryghost/root-utils@0.3.18
 - @tryghost/server@0.1.28
 - @tryghost/tpl@0.1.20
 - @tryghost/validator@0.1.31
 - @tryghost/version@0.1.18
 - @tryghost/webhook-mock-receiver@0.2.2
 - @tryghost/zip@1.1.30
  • Loading branch information
ErisDS committed Dec 2, 2022
1 parent c04e55d commit a8f4f74
Show file tree
Hide file tree
Showing 34 changed files with 76 additions and 76 deletions.
4 changes: 2 additions & 2 deletions packages/bookshelf-collision/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/bookshelf-collision",
"version": "0.1.28",
"version": "0.1.29",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-collision",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"sinon": "15.0.0"
},
"dependencies": {
"@tryghost/errors": "^1.2.18",
"@tryghost/errors": "^1.2.19",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.33"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/bookshelf-custom-query/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/bookshelf-custom-query",
"version": "0.1.15",
"version": "0.1.16",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-custom-query",
"author": "Ghost Foundation",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/bookshelf-eager-load/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/bookshelf-eager-load",
"version": "0.1.18",
"version": "0.1.19",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-eager-load",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"sinon": "15.0.0"
},
"dependencies": {
"@tryghost/debug": "^0.1.19",
"@tryghost/debug": "^0.1.20",
"lodash": "^4.17.21"
}
}
8 changes: 4 additions & 4 deletions packages/bookshelf-filter/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/bookshelf-filter",
"version": "0.5.0",
"version": "0.5.1",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-filter",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -24,9 +24,9 @@
"sinon": "15.0.0"
},
"dependencies": {
"@tryghost/debug": "^0.1.19",
"@tryghost/errors": "^1.2.18",
"@tryghost/debug": "^0.1.20",
"@tryghost/errors": "^1.2.19",
"@tryghost/nql": "^0.11.0",
"@tryghost/tpl": "^0.1.19"
"@tryghost/tpl": "^0.1.20"
}
}
4 changes: 2 additions & 2 deletions packages/bookshelf-has-posts/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/bookshelf-has-posts",
"version": "0.1.19",
"version": "0.1.20",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-has-posts",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"sinon": "15.0.0"
},
"dependencies": {
"@tryghost/debug": "^0.1.19",
"@tryghost/debug": "^0.1.20",
"lodash": "^4.17.21"
}
}
4 changes: 2 additions & 2 deletions packages/bookshelf-include-count/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/bookshelf-include-count",
"version": "0.3.1",
"version": "0.3.2",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-include-count",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"sinon": "15.0.0"
},
"dependencies": {
"@tryghost/debug": "^0.1.19",
"@tryghost/debug": "^0.1.20",
"lodash": "^4.17.21"
}
}
2 changes: 1 addition & 1 deletion packages/bookshelf-order/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/bookshelf-order",
"version": "0.1.15",
"version": "0.1.16",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-order",
"author": "Ghost Foundation",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/bookshelf-pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/bookshelf-pagination",
"version": "0.1.31",
"version": "0.1.32",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-pagination",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -25,8 +25,8 @@
"sinon": "15.0.0"
},
"dependencies": {
"@tryghost/errors": "^1.2.18",
"@tryghost/tpl": "^0.1.19",
"@tryghost/errors": "^1.2.19",
"@tryghost/tpl": "^0.1.20",
"lodash": "^4.17.21"
}
}
22 changes: 11 additions & 11 deletions packages/bookshelf-plugins/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/bookshelf-plugins",
"version": "0.6.1",
"version": "0.6.2",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-plugins",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -24,15 +24,15 @@
"sinon": "15.0.0"
},
"dependencies": {
"@tryghost/bookshelf-collision": "^0.1.28",
"@tryghost/bookshelf-custom-query": "^0.1.15",
"@tryghost/bookshelf-eager-load": "^0.1.18",
"@tryghost/bookshelf-filter": "^0.5.0",
"@tryghost/bookshelf-has-posts": "^0.1.19",
"@tryghost/bookshelf-include-count": "^0.3.1",
"@tryghost/bookshelf-order": "^0.1.15",
"@tryghost/bookshelf-pagination": "^0.1.31",
"@tryghost/bookshelf-search": "^0.1.15",
"@tryghost/bookshelf-transaction-events": "^0.2.0"
"@tryghost/bookshelf-collision": "^0.1.29",
"@tryghost/bookshelf-custom-query": "^0.1.16",
"@tryghost/bookshelf-eager-load": "^0.1.19",
"@tryghost/bookshelf-filter": "^0.5.1",
"@tryghost/bookshelf-has-posts": "^0.1.20",
"@tryghost/bookshelf-include-count": "^0.3.2",
"@tryghost/bookshelf-order": "^0.1.16",
"@tryghost/bookshelf-pagination": "^0.1.32",
"@tryghost/bookshelf-search": "^0.1.16",
"@tryghost/bookshelf-transaction-events": "^0.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/bookshelf-search/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/bookshelf-search",
"version": "0.1.15",
"version": "0.1.16",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-search",
"author": "Ghost Foundation",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/bookshelf-transaction-events/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/bookshelf-transaction-events",
"version": "0.2.0",
"version": "0.2.1",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-transaction-events",
"author": "Ghost Foundation",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/config",
"version": "0.2.11",
"version": "0.2.12",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/config",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"sinon": "15.0.0"
},
"dependencies": {
"@tryghost/root-utils": "^0.3.17",
"@tryghost/root-utils": "^0.3.18",
"nconf": "^0.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/database-info/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/database-info",
"version": "0.3.12",
"version": "0.3.13",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/database-info",
"author": "Ghost Foundation",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/debug/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/debug",
"version": "0.1.19",
"version": "0.1.20",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/debug",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"sinon": "15.0.0"
},
"dependencies": {
"@tryghost/root-utils": "^0.3.17",
"@tryghost/root-utils": "^0.3.18",
"debug": "^4.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/elasticsearch/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/elasticsearch",
"version": "3.0.6",
"version": "3.0.7",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/elasticsearch",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@elastic/elasticsearch": "8.5.0",
"@tryghost/debug": "^0.1.19",
"@tryghost/debug": "^0.1.20",
"split2": "4.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/errors/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/errors",
"version": "1.2.18",
"version": "1.2.19",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/errors",
"author": "Ghost Foundation",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/express-test/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/express-test",
"version": "0.11.6",
"version": "0.11.7",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/express-test",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"sinon": "15.0.0"
},
"dependencies": {
"@tryghost/jest-snapshot": "^0.4.6",
"@tryghost/jest-snapshot": "^0.4.7",
"cookiejar": "^2.1.3",
"reqresnext": "^1.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/http-cache-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/http-cache-utils",
"version": "0.1.4",
"version": "0.1.5",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/http-cache-utils",
"author": "Ghost Foundation",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/http-stream/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/http-stream",
"version": "0.1.14",
"version": "0.1.15",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/http-stream",
"author": "Ghost Foundation",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"sinon": "15.0.0"
},
"dependencies": {
"@tryghost/errors": "^1.2.18",
"@tryghost/request": "^0.1.32"
"@tryghost/errors": "^1.2.19",
"@tryghost/request": "^0.1.33"
}
}
4 changes: 2 additions & 2 deletions packages/jest-snapshot/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/jest-snapshot",
"version": "0.4.6",
"version": "0.4.7",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/jest-snapshot",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@jest/expect": "^28.0.1",
"@jest/expect-utils": "^28.0.1",
"@tryghost/errors": "^1.2.18",
"@tryghost/errors": "^1.2.19",
"jest-snapshot": "^29.0.0"
}
}
10 changes: 5 additions & 5 deletions packages/logging/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/logging",
"version": "2.3.4",
"version": "2.3.5",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/logging",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -27,10 +27,10 @@
},
"dependencies": {
"@tryghost/bunyan-rotating-filestream": "^0.0.7",
"@tryghost/elasticsearch": "^3.0.6",
"@tryghost/http-stream": "^0.1.14",
"@tryghost/pretty-stream": "^0.1.13",
"@tryghost/root-utils": "^0.3.17",
"@tryghost/elasticsearch": "^3.0.7",
"@tryghost/http-stream": "^0.1.15",
"@tryghost/pretty-stream": "^0.1.14",
"@tryghost/root-utils": "^0.3.18",
"bunyan": "^1.8.15",
"bunyan-loggly": "^1.4.2",
"fs-extra": "^10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/metrics/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/metrics",
"version": "1.0.18",
"version": "1.0.19",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/metrics",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -26,9 +26,9 @@
"sinon": "15.0.0"
},
"dependencies": {
"@tryghost/elasticsearch": "^3.0.6",
"@tryghost/pretty-stream": "^0.1.13",
"@tryghost/root-utils": "^0.3.17",
"@tryghost/elasticsearch": "^3.0.7",
"@tryghost/pretty-stream": "^0.1.14",
"@tryghost/root-utils": "^0.3.18",
"json-stringify-safe": "^5.0.1"
},
"optionalDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nodemailer/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/nodemailer",
"version": "0.3.29",
"version": "0.3.30",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/nodemailer",
"author": "Ghost Foundation",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@aws-sdk/client-ses": "^3.31.0",
"@tryghost/errors": "^1.2.18",
"@tryghost/errors": "^1.2.19",
"nodemailer": "^6.6.3",
"nodemailer-direct-transport": "^3.3.2",
"nodemailer-mailgun-transport": "^2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/pretty-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/pretty-cli",
"version": "1.2.31",
"version": "1.2.32",
"description": "A mini-module to style a sywac instance in a standard way",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/pretty-cli",
"author": "Ghost Foundation",
Expand Down
2 changes: 1 addition & 1 deletion packages/pretty-stream/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/pretty-stream",
"version": "0.1.13",
"version": "0.1.14",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/pretty-stream",
"author": "Ghost Foundation",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/promise/package.json
@@ -1,6 +1,6 @@
{
"name": "@tryghost/promise",
"version": "0.2.1",
"version": "0.3.0",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/promise",
"author": "Ghost Foundation",
"license": "MIT",
Expand Down

0 comments on commit a8f4f74

Please sign in to comment.