Skip to content

Commit 23f6cba

Browse files
chore(release): update monorepo packages versions (#1655)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3f9ebc7 commit 23f6cba

6 files changed

+17
-25
lines changed

.changeset/fresh-bikes-kneel.md

-5
This file was deleted.

.changeset/graphql-config-1499-dependencies.md

-7
This file was deleted.

.changeset/graphql-config-1574-dependencies.md

-7
This file was deleted.

.changeset/shaggy-streets-see.md

-5
This file was deleted.

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change log
22

3+
## 5.1.4
4+
5+
### Patch Changes
6+
7+
- [#1631](https://github.com/graphql-hive/graphql-config/pull/1631) [`790cfc1`](https://github.com/graphql-hive/graphql-config/commit/790cfc1df60ad2738b0c0ed71436c4bbbfbc248c) Thanks [@aaronadamsCA](https://github.com/aaronadamsCA)! - support top-level await
8+
9+
- [#1499](https://github.com/graphql-hive/graphql-config/pull/1499) [`7f80597`](https://github.com/graphql-hive/graphql-config/commit/7f80597838415fe291a92d56a5ce552e91407a9e) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
11+
- Updated dependency [`minimatch@^10.0.0` ↗︎](https://www.npmjs.com/package/minimatch/v/10.0.0) (from `^9.0.5`, in `dependencies`)
12+
13+
- [#1574](https://github.com/graphql-hive/graphql-config/pull/1574) [`c8efc31`](https://github.com/graphql-hive/graphql-config/commit/c8efc31f2697491b8b7dadc55b176949a09592b9) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
14+
15+
- Updated dependency [`cosmiconfig@^9.0.0` ↗︎](https://www.npmjs.com/package/cosmiconfig/v/9.0.0) (from `^8.1.0`, in `dependencies`)
16+
17+
- [#1725](https://github.com/graphql-hive/graphql-config/pull/1725) [`3f9ebc7`](https://github.com/graphql-hive/graphql-config/commit/3f9ebc702768dcbe5829940a78e618dc3ce0266d) Thanks [@eddeee888](https://github.com/eddeee888)! - Bump @graphql-tools/load to ^8.1.0 to support better error handling
18+
319
## 5.1.3
420

521
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-config",
3-
"version": "5.1.3",
3+
"version": "5.1.4",
44
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",
55
"sideEffects": false,
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)