diff --git a/releases/next/docs/animated.html b/releases/next/docs/animated.html
index 7cbdc40a923..a13fae1f35c 100644
--- a/releases/next/docs/animated.html
+++ b/releases/next/docs/animated.html
@@ -91,6 +91,7 @@ or calling setValue) will stop any previous ones.
Sets an offset that is applied on top of whatever value is set, whether via
setValue, an animation, or Animated.event. Useful for compensating
things like the start of a pan gesture.
Merges the offset value into the base value and resets the offset to zero. +The final output of the value is unchanged.
Sets the offset value to the base value, and resets the base value to zero. The final output of the value is unchanged.
Adds an asynchronous listener to the value so you can observe updates from animations. This is useful because there is no way to synchronously read the value because it might be driven natively.
Stops any running animation or tracking. callback is invoked with the
diff --git a/versions.html b/versions.html
index 48d35768a33..b8b4a98d01c 100644
--- a/versions.html
+++ b/versions.html
@@ -1,4 +1,4 @@
-