+
+
+
+

+ Nx Changelog +

+

+ All the Nx goodies in one page, sorted by release +

+
+
+
+ {renderedChangelog.map((changelog) => ( +
+
+
+
+ + + + + +
+
+

+ v{changelog.version} +

+

{changelog.date}

+
+
+
+
+
+ {changelog.content} + + + + {changelog.patches?.length > 0 && ( +

Patches

+ )} + {changelog.patches?.length > 0 && ( +
+ {changelog.patches?.map((version) => ( + + + + + {version} + + ))} +
+ )} +
+
+
+ ))} +
+
+