Skip to content

Commit 511fb88

Browse files
committed
Published new versions
- @tryghost/mongo-knex@0.9.2 - @tryghost/mongo-utils@0.6.3 - @tryghost/nql@0.12.8 - @tryghost/nql-lang@0.6.4
1 parent 319d20a commit 511fb88

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

packages/mongo-knex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/mongo-knex",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "tbc",
55
"repository": "https://github.com/TryGhost/NQL/tree/main/packages/mongo-knex",
66
"author": "Ghost Foundation",

packages/mongo-utils/package.json

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

packages/nql-lang/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/nql-lang",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "tbc",
55
"repository": "https://github.com/TryGhost/NQL/tree/main/packages/nql-lang",
66
"author": "Ghost Foundation",

packages/nql/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryghost/nql",
3-
"version": "0.12.7",
3+
"version": "0.12.8",
44
"description": "tbc",
55
"repository": "https://github.com/TryGhost/NQL/tree/main/packages/nql",
66
"author": "Ghost Foundation",
@@ -28,9 +28,9 @@
2828
"sqlite3": "5.1.6"
2929
},
3030
"dependencies": {
31-
"@tryghost/mongo-knex": "^0.9.1",
32-
"@tryghost/mongo-utils": "^0.6.2",
33-
"@tryghost/nql-lang": "^0.6.3",
31+
"@tryghost/mongo-knex": "^0.9.2",
32+
"@tryghost/mongo-utils": "^0.6.3",
33+
"@tryghost/nql-lang": "^0.6.4",
3434
"mingo": "^2.2.2"
3535
}
3636
}

0 commit comments

Comments
 (0)