Skip to content

Commit 4c592ab

Browse files
committed
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 2940fff commit 4c592ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/SwiftDocC/Model/Rendering/RenderNode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public struct RenderNode: VariantContainer {
109109
/// > Note: The patch value is currently unused and always set to `0`.
110110
public var schemaVersion = SemanticVersion(
111111
major: 0,
112-
minor: 1,
112+
minor: 2,
113113
patch: 0
114114
)
115115

Sources/SwiftDocC/SwiftDocC.docc/Resources/RenderNode.spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"description": "Render Node API",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"title": "Render Node API"
77
},
88
"paths": { },

0 commit comments

Comments
 (0)