Skip to content

Commit 2f03577

Browse files
chore(release): update monorepo packages versions
1 parent 9f204b0 commit 2f03577

File tree

9 files changed

+34
-12
lines changed

9 files changed

+34
-12
lines changed

.changeset/tricky-eyes-sneeze.md

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

examples/openapi-location-weather/CHANGELOG.md

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

3+
## 0.5.94
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9f204b0c]
8+
- @graphql-mesh/transform-cache@0.8.40
9+
310
## 0.5.93
411

512
### Patch Changes

examples/openapi-location-weather/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-location-weather-example",
3-
"version": "0.5.93",
3+
"version": "0.5.94",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"@graphql-mesh/config": "0.15.4",
2626
"@graphql-mesh/openapi": "0.16.0",
2727
"@graphql-mesh/runtime": "0.13.4",
28-
"@graphql-mesh/transform-cache": "0.8.39",
28+
"@graphql-mesh/transform-cache": "0.8.40",
2929
"@graphql-mesh/transform-rename": "0.8.10",
3030
"apollo-server": "^2.19.0",
3131
"express": "4.17.1",

examples/openapi-react-weatherbit/CHANGELOG.md

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

3+
## 0.3.68
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9f204b0c]
8+
- @graphql-mesh/transform-cache@0.8.40
9+
310
## 0.3.67
411

512
### Patch Changes

examples/openapi-react-weatherbit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-react-weatherbit",
3-
"version": "0.3.67",
3+
"version": "0.3.68",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.11.6",
@@ -18,7 +18,7 @@
1818
"@graphql-mesh/openapi": "0.16.0",
1919
"@graphql-mesh/cache-localforage": "0.5.1",
2020
"@graphql-mesh/merger-bare": "0.9.1",
21-
"@graphql-mesh/transform-cache": "0.8.39",
21+
"@graphql-mesh/transform-cache": "0.8.40",
2222
"graphql-subscriptions": "1.1.0",
2323
"graphql": "15.4.0"
2424
},

packages/container/CHANGELOG.md

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

3+
## 0.0.42
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9f204b0c]
8+
- @graphql-mesh/transform-cache@0.8.40
9+
310
## 0.0.41
411

512
### Patch Changes

packages/container/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@graphql-mesh/container",
33
"license": "MIT",
4-
"version": "0.0.41",
4+
"version": "0.0.42",
55
"scripts": {
66
"start": "graphql-mesh serve"
77
},
@@ -20,7 +20,7 @@
2020
"@graphql-mesh/transform-mock": "0.8.6",
2121
"@graphql-mesh/transform-prefix": "0.6.39",
2222
"@graphql-mesh/transform-encapsulate": "0.1.36",
23-
"@graphql-mesh/transform-cache": "0.8.39",
23+
"@graphql-mesh/transform-cache": "0.8.40",
2424
"@graphql-mesh/transform-filter-schema": "0.10.8",
2525
"@graphql-mesh/transform-extend": "0.6.6",
2626
"@graphql-mesh/transform-rename": "0.8.10",

packages/transforms/cache/CHANGELOG.md

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

3+
## 0.8.40
4+
5+
### Patch Changes
6+
7+
- 9f204b0c: Ensure cache transform respects subfield arguments.
8+
39
## 0.8.39
410

511
### Patch Changes

packages/transforms/cache/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/transform-cache",
3-
"version": "0.8.39",
3+
"version": "0.8.40",
44
"sideEffects": false,
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)