docs(core): adding Nx 17.2 changelogs (#21837)

This commit is contained in:
Zachary DeRose 2024-02-16 11:15:14 -05:00 committed by GitHub
parent 90ba36696e
commit 9c4d5005ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
docs/changelog/17_2_0.md Normal file
View File

@ -0,0 +1,17 @@
# Nx 17.2
[Read the 17.2 release blog post](https://blog.nrwl.io/nx-17-2-update-b8f23ec42cbb?source=friends_link&sk=b2ea5cd1e07352936556a6ef5431a091)
{% youtube
src="https://www.youtube.com/embed/cWIFVWKhpHQ"
title="Nx 17.2 Has Landed!!"
/%}
## New Features:
{% cards cols="2" %}
{% card title="Module Federation Updates" type="external" url="https://github.com/nrwl/nx/pull/20006" /%}
{% card title="Nx Release Programmatic API" type="document" url="features/manage-releases#using-the-programmatic-api-for-nx-release" /%}
{% card title="Angular 17 Support" type="external" url="https://github.com/nrwl/nx/pull/19689" /%}
{% card title="Nx Canary Releases" type="external" url="https://github.com/nrwl/nx/pull/20540" /%}
{% /cards %}