Skip to content

Commit a6d0d74

Browse files
franklinschmportiz08
authored andcommitted
Increment render node version for variantOverrides
Increments the patch value of the render node schema to 0.2.0 to account for addition of the top-level `variantOverrides` property.
1 parent 8ec3cfc commit a6d0d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/schema-version-check.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
export const CURRENT_SUPPORTED_SCHEMA = {
1212
major: 0,
13-
minor: 1,
13+
minor: 2,
1414
patch: 0,
1515
};
1616

0 commit comments

Comments
 (0)