Skip to content

Commit a570798

Browse files
chore(release): update monorepo packages versions (#4627)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4ddb957 commit a570798

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/@graphql-mesh_neo4j-4623-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/neo4j-example/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# neo4j-example
22

3+
## 0.7.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8cbf918a8`](https://github.com/Urigo/graphql-mesh/commit/8cbf918a84b451843b591f866fa21956d0089d0c)]:
8+
- @graphql-mesh/neo4j@0.20.22
9+
310
## 0.7.3
411

512
### Patch Changes

examples/neo4j-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "neo4j-example",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
77
"start": "mesh dev"
88
},
99
"dependencies": {
1010
"@graphql-mesh/cli": "0.78.28",
11-
"@graphql-mesh/neo4j": "0.20.21",
11+
"@graphql-mesh/neo4j": "0.20.22",
1212
"@graphql-mesh/cache-file": "0.9.33",
1313
"graphql": "16.6.0"
1414
},

packages/handlers/neo4j/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-mesh/neo4j
22

3+
## 0.20.22
4+
5+
### Patch Changes
6+
7+
- [#4623](https://github.com/Urigo/graphql-mesh/pull/4623) [`8cbf918a8`](https://github.com/Urigo/graphql-mesh/commit/8cbf918a84b451843b591f866fa21956d0089d0c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`@neo4j/[email protected]` ↗︎](https://www.npmjs.com/package/@neo4j/graphql/v/3.9.0) (from `3.8.0`, in `dependencies`)
9+
310
## 0.20.21
411

512
### Patch Changes

packages/handlers/neo4j/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-mesh/neo4j",
3-
"version": "0.20.21",
3+
"version": "0.20.22",
44
"sideEffects": false,
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)