Skip to content

Commit 454c3fd

Browse files
committed
Release gel v2.2.0 and @gel/generate v0.7.1
1 parent 760b834 commit 454c3fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/gel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gel",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "The official Node.js client library for Gel",
55
"homepage": "https://geldata.com/docs",
66
"author": "Gel <[email protected]>",

packages/generate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gel/generate",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Gel code generators for TS/JavaScript",
55
"homepage": "https://geldata.com/docs",
66
"author": "Gel <[email protected]>",
@@ -18,15 +18,15 @@
1818
],
1919
"bin": "dist/cli.js",
2020
"peerDependencies": {
21-
"gel": "^2.0.1"
21+
"gel": "^2.2.0"
2222
},
2323
"devDependencies": {
2424
"@repo/tsconfig": "*",
2525
"@types/jest": "^29.5.12",
2626
"@types/node": "^20.12.13",
2727
"conditional-type-checks": "^1.0.6",
2828
"esbuild": "^0.21.4",
29-
"gel": "^2.1.1",
29+
"gel": "^2.2.0",
3030
"jest": "^29.7.0",
3131
"ts-jest": "^29.1.4",
3232
"tsx": "^4.11.0",

0 commit comments

Comments
 (0)