Skip to content

Commit f710e84

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

File tree

8 files changed

+34
-14
lines changed

8 files changed

+34
-14
lines changed

.changeset/@graphql-mesh_transport-sqlite-7356-dependencies.md

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

.changeset/@graphql-mesh_tuql-7356-dependencies.md

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

examples/sqlite-chinook/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# chinook
22

3+
## 0.16.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`04f1c6e`](https://github.com/ardatan/graphql-mesh/commit/04f1c6e5014fec4715e12b84914e5cd89618faa5)]:
9+
- @graphql-mesh/tuql@0.100.4
10+
311
## 0.16.3
412

513
### Patch Changes

examples/sqlite-chinook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "chinook",
3-
"version": "0.16.3",
3+
"version": "0.16.4",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
77
"start": "mesh dev"
88
},
99
"dependencies": {
1010
"@graphql-mesh/cli": "0.92.2",
11-
"@graphql-mesh/tuql": "0.100.3",
11+
"@graphql-mesh/tuql": "0.100.4",
1212
"graphql": "16.9.0"
1313
},
1414
"resolutions": {

packages/legacy/handlers/tuql/CHANGELOG.md

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

3+
## 0.100.4
4+
5+
### Patch Changes
6+
7+
- [#7356](https://github.com/ardatan/graphql-mesh/pull/7356)
8+
[`04f1c6e`](https://github.com/ardatan/graphql-mesh/commit/04f1c6e5014fec4715e12b84914e5cd89618faa5)
9+
Thanks [@theguild-bot](https://github.com/theguild-bot)! - dependencies updates:
10+
- Updated dependency
11+
[`@omnigraph/sqlite@^0.3.3` ↗︎](https://www.npmjs.com/package/@omnigraph/sqlite/v/0.3.3) (from
12+
`^0.3.2`, in `dependencies`)
13+
314
## 0.100.3
415

516
### Patch Changes

packages/legacy/handlers/tuql/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/tuql",
3-
"version": "0.100.3",
3+
"version": "0.100.4",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/transports/sqlite/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- [#7356](https://github.com/ardatan/graphql-mesh/pull/7356)
8+
[`04f1c6e`](https://github.com/ardatan/graphql-mesh/commit/04f1c6e5014fec4715e12b84914e5cd89618faa5)
9+
Thanks [@theguild-bot](https://github.com/theguild-bot)! - dependencies updates:
10+
- Updated dependency
11+
[`@omnigraph/sqlite@^0.3.3` ↗︎](https://www.npmjs.com/package/@omnigraph/sqlite/v/0.3.3) (from
12+
`^0.3.2`, in `dependencies`)
13+
314
## 0.3.3
415

516
### Patch Changes

packages/transports/sqlite/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/transport-sqlite",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)