Skip to content

Commit

Permalink
Version bump (#461)
Browse files Browse the repository at this point in the history
* Bump

* Change files
  • Loading branch information
vejrj authored Oct 24, 2024
1 parent be63f90 commit e49d75c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Bump",
"packageName": "@graphitation/cli",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Bump",
"packageName": "@graphitation/supermassive",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Bump",
"packageName": "@graphitation/ts-codegen",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphitation/cli",
"license": "MIT",
"version": "1.11.5",
"version": "1.12.0",
"bin": {
"supermassive": "./bin/supermassive.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/supermassive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphitation/supermassive",
"license": "MIT",
"version": "3.5.6",
"version": "3.6.1",
"main": "./src/index.ts",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphitation/ts-codegen",
"license": "MIT",
"version": "2.11.4",
"version": "2.12.0",
"main": "./src/index.ts",
"repository": {
"type": "git",
Expand Down

0 comments on commit e49d75c

Please sign in to comment.