Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gql-svc committed Nov 13, 2024
1 parent e9a3425 commit 78b20d5
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 19 deletions.

This file was deleted.

This file was deleted.

21 changes: 21 additions & 0 deletions packages/cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@graphitation/cli",
"entries": [
{
"date": "Wed, 13 Nov 2024 20:52:03 GMT",
"version": "1.13.0-alpha.4",
"tag": "@graphitation/cli_v1.13.0-alpha.4",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@graphitation/cli",
"commit": "e9a34254f389d06042d7deb11bca819dd2d642ed",
"comment": "Solution cleanup - new cli parameters and inheritance fixes"
},
{
"author": "beachball",
"package": "@graphitation/cli",
"comment": "Bump @graphitation/ts-codegen to v2.13.0-alpha.5",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 11 Nov 2024 14:13:12 GMT",
"version": "1.13.0-alpha.3",
Expand Down
11 changes: 10 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @graphitation/cli

<!-- This log was last generated on Mon, 11 Nov 2024 14:13:12 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 13 Nov 2024 20:52:03 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.13.0-alpha.4

Wed, 13 Nov 2024 20:52:03 GMT

### Changes

- Solution cleanup - new cli parameters and inheritance fixes ([email protected])
- Bump @graphitation/ts-codegen to v2.13.0-alpha.5

## 1.13.0-alpha.3

Mon, 11 Nov 2024 14:13:12 GMT
Expand Down
4 changes: 2 additions & 2 deletions 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.13.0-alpha.3",
"version": "1.13.0-alpha.4",
"bin": {
"supermassive": "./bin/supermassive.js"
},
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@graphitation/supermassive-extractors": "^2.2.5",
"@graphitation/ts-codegen": "^2.13.0-alpha.4",
"@graphitation/ts-codegen": "^2.13.0-alpha.5",
"commander": "^8.3.0",
"fast-glob": "^3.2.12",
"graphql": "^15.6.1"
Expand Down
15 changes: 15 additions & 0 deletions packages/ts-codegen/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@graphitation/ts-codegen",
"entries": [
{
"date": "Wed, 13 Nov 2024 20:52:03 GMT",
"version": "2.13.0-alpha.5",
"tag": "@graphitation/ts-codegen_v2.13.0-alpha.5",
"comments": {
"prerelease": [
{
"author": "[email protected]",
"package": "@graphitation/ts-codegen",
"commit": "e9a34254f389d06042d7deb11bca819dd2d642ed",
"comment": "Solution cleanup - new cli parameters and inheritance fixes"
}
]
}
},
{
"date": "Mon, 11 Nov 2024 14:13:12 GMT",
"version": "2.13.0-alpha.4",
Expand Down
10 changes: 9 additions & 1 deletion packages/ts-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @graphitation/ts-codegen

<!-- This log was last generated on Mon, 11 Nov 2024 14:13:12 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 13 Nov 2024 20:52:03 GMT and should not be manually modified. -->

<!-- Start content -->

## 2.13.0-alpha.5

Wed, 13 Nov 2024 20:52:03 GMT

### Changes

- Solution cleanup - new cli parameters and inheritance fixes ([email protected])

## 2.13.0-alpha.4

Mon, 11 Nov 2024 14:13:12 GMT
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.13.0-alpha.4",
"version": "2.13.0-alpha.5",
"main": "./src/index.ts",
"repository": {
"type": "git",
Expand Down

0 comments on commit 78b20d5

Please sign in to comment.