Skip to content

Commit

Permalink
Test release: fix the release for config and loaders (#2733)
Browse files Browse the repository at this point in the history
* Test release: fix the release for config and loaders

* fix?

* config version

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
TuvalSimha and github-actions[bot] authored May 26, 2024
1 parent de81e5b commit 087d3ec
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 17 deletions.
10 changes: 10 additions & 0 deletions .changeset/@graphql-inspector_commands-2733-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@graphql-inspector/commands': patch
---
dependencies updates:
- Updated dependency [`@graphql-inspector/config@^4.0.0`
↗︎](https://www.npmjs.com/package/@graphql-inspector/config/v/4.0.0) (from `5.0.0`, in
`peerDependencies`)
- Updated dependency [`@graphql-inspector/loaders@^4.0.0`
↗︎](https://www.npmjs.com/package/@graphql-inspector/loaders/v/4.0.0) (from `5.0.0`, in
`peerDependencies`)
7 changes: 7 additions & 0 deletions .changeset/@graphql-inspector_loaders-2733-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-inspector/loaders': patch
---
dependencies updates:
- Updated dependency [`@graphql-inspector/config@^4.0.0`
↗︎](https://www.npmjs.com/package/@graphql-inspector/config/v/4.0.0) (from `5.0.0`, in
`peerDependencies`)
6 changes: 6 additions & 0 deletions .changeset/small-seas-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-inspector/config': patch
'@graphql-inspector/loaders': patch
---

Fix release version for Loaders and Config packages.
6 changes: 3 additions & 3 deletions packages/commands/commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"prepack": "bob prepack"
},
"peerDependencies": {
"@graphql-inspector/config": "5.0.0",
"@graphql-inspector/loaders": "5.0.0",
"@graphql-inspector/config": "^4.0.0",
"@graphql-inspector/loaders": "^4.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"yargs": "17.7.2"
},
Expand All @@ -77,4 +77,4 @@
"typescript": {
"definition": "dist/typings/index.d.ts"
}
}
}
4 changes: 2 additions & 2 deletions packages/loaders/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prepack": "bob prepack"
},
"peerDependencies": {
"@graphql-inspector/config": "5.0.0",
"@graphql-inspector/config": "^4.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand All @@ -82,4 +82,4 @@
"typescript": {
"definition": "dist/typings/index.d.ts"
}
}
}
27 changes: 15 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 087d3ec

Please sign in to comment.