Skip to content

Commit 6eb39d2

Browse files
committed
chore(schemas): increment version numbers for cache schemas
1 parent 60ee96b commit 6eb39d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/mgt-components/src/graph/cacheStores.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const schemas = {
2424
userFilters: 'userFilters',
2525
cardState: 'cardState'
2626
},
27-
version: 4
27+
version: 5
2828
},
2929
photos: {
3030
name: 'photos',
@@ -43,15 +43,15 @@ export const schemas = {
4343
groupPeople: 'groupPeople',
4444
peopleQuery: 'peopleQuery'
4545
},
46-
version: 3
46+
version: 4
4747
},
4848
groups: {
4949
name: 'groups',
5050
stores: {
5151
groups: 'groups',
5252
groupsQuery: 'groupsQuery'
5353
},
54-
version: 5
54+
version: 6
5555
},
5656
get: {
5757
name: 'responses',
@@ -65,7 +65,7 @@ export const schemas = {
6565
stores: {
6666
responses: 'responses'
6767
},
68-
version: 2
68+
version: 3
6969
},
7070
files: {
7171
name: 'files',

0 commit comments

Comments
 (0)