Skip to content

Commit 6bd050e

Browse files
Introduce spring converter patches (#111)
2 parents 6e0c936 + 776bfa4 commit 6bd050e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Sources/StitchSchemaKit/V27/Patch_V27.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,10 @@ public enum Patch_V27: StitchSchemaVersionable {
180180
curveToUnpack = "Curve To Unpack",
181181
mathExpression = "Math Expression",
182182
qrCodeDetection = "QR Code Detection",
183-
delayOne
183+
delayOne,
184+
springFromDurationAndBounce = "Duration and Bounce Converter",
185+
springFromResponseAndDampingRatio = "Response and Damping Ratio Converter",
186+
springFromSettlingDurationAndDampingRatio = "Settling Duration and Damping Ratio Converter"
184187
}
185188
}
186189

0 commit comments

Comments
 (0)