Skip to content

Commit e89e3f1

Browse files
committed
Bump versions
1 parent 4452401 commit e89e3f1

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.changeset/five-symbols-pay.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphql-mesh/cache-inmemory-lru': minor
3+
'@graphql-mesh/cache-localforage': patch
4+
---
5+
6+
Bump the versions to prevent the conflict between older versions

packages/cache/inmemory-lru/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/cache-inmemory-lru",
3-
"version": "0.0.16",
3+
"version": "0.6.18",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/cache/localforage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"graphql": "*"
3636
},
3737
"dependencies": {
38-
"@graphql-mesh/cache-inmemory-lru": "^0.0.16",
38+
"@graphql-mesh/cache-inmemory-lru": "^0.6.18",
3939
"@graphql-mesh/types": "^0.103.19",
4040
"@graphql-mesh/utils": "^0.103.19",
4141
"localforage": "1.10.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6489,7 +6489,7 @@ __metadata:
64896489
languageName: unknown
64906490
linkType: soft
64916491

6492-
"@graphql-mesh/cache-inmemory-lru@npm:^0.0.16, @graphql-mesh/cache-inmemory-lru@workspace:packages/cache/inmemory-lru":
6492+
"@graphql-mesh/cache-inmemory-lru@npm:^0.6.18, @graphql-mesh/cache-inmemory-lru@workspace:packages/cache/inmemory-lru":
64936493
version: 0.0.0-use.local
64946494
resolution: "@graphql-mesh/cache-inmemory-lru@workspace:packages/cache/inmemory-lru"
64956495
dependencies:
@@ -6507,7 +6507,7 @@ __metadata:
65076507
version: 0.0.0-use.local
65086508
resolution: "@graphql-mesh/cache-localforage@workspace:packages/cache/localforage"
65096509
dependencies:
6510-
"@graphql-mesh/cache-inmemory-lru": "npm:^0.0.16"
6510+
"@graphql-mesh/cache-inmemory-lru": "npm:^0.6.18"
65116511
"@graphql-mesh/types": "npm:^0.103.19"
65126512
"@graphql-mesh/utils": "npm:^0.103.19"
65136513
graphql: "npm:16.10.0"

0 commit comments

Comments
 (0)