Skip to content

Commit

Permalink
Published new versions
Browse files Browse the repository at this point in the history
 - @tryghost/[email protected]
 - @tryghost/[email protected]
 - @tryghost/[email protected]
  • Loading branch information
daniellockyer committed Mar 4, 2022
1 parent c1c5550 commit 9a3d5b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/mongo-knex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryghost/mongo-knex",
"version": "0.6.0",
"version": "0.6.1",
"description": "tbc",
"repository": "https://github.com/TryGhost/NQL/tree/main/packages/mongo-knex",
"author": "Ghost Foundation",
Expand Down
2 changes: 1 addition & 1 deletion packages/nql-lang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryghost/nql-lang",
"version": "0.2.0",
"version": "0.2.1",
"description": "tbc",
"repository": "https://github.com/TryGhost/NQL/tree/main/packages/nql-lang",
"author": "Ghost Foundation",
Expand Down
8 changes: 4 additions & 4 deletions packages/nql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryghost/nql",
"version": "0.8.1",
"version": "0.8.2",
"description": "tbc",
"repository": "https://github.com/TryGhost/NQL/tree/main/packages/nql",
"author": "Ghost Foundation",
Expand All @@ -12,7 +12,7 @@
"test": "c8 --all --100 --reporter text --reporter html --reporter cobertura mocha ./test/**/*.test.js --exit"
},
"publishConfig": {
"access": "public"
"access": "public"
},
"devDependencies": {
"@vscode/sqlite3": "5.0.7",
Expand All @@ -28,9 +28,9 @@
"sinon": "13.0.1"
},
"dependencies": {
"@tryghost/mongo-knex": "^0.6.0",
"@tryghost/mongo-knex": "^0.6.1",
"@tryghost/mongo-utils": "^0.3.3",
"@tryghost/nql-lang": "^0.2.0",
"@tryghost/nql-lang": "^0.2.1",
"mingo": "^2.2.2"
}
}

0 comments on commit 9a3d5b5

Please sign in to comment.