Skip to content

Commit

Permalink
Release @gel/generate 0.6.2 (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh authored Mar 5, 2025
1 parent deb74d4 commit aad5627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/generate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gel/generate",
"version": "0.6.1",
"version": "0.6.2",
"description": "Gel code generators for TS/JavaScript",
"homepage": "https://geldata.com/docs",
"author": "Gel <info@geldata.com>",
Expand All @@ -18,14 +18,14 @@
],
"bin": "dist/cli.js",
"peerDependencies": {
"gel": "^2.0.0-rc"
"gel": "^2.0.1"
},
"devDependencies": {
"@repo/tsconfig": "*",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.13",
"conditional-type-checks": "^1.0.6",
"gel": "^2.0.0",
"gel": "^2.0.1",
"esbuild": "^0.21.4",
"globby": "^14.0.1",
"jest": "^29.7.0",
Expand Down

0 comments on commit aad5627

Please sign in to comment.