Skip to content

Commit 6e41b30

Browse files
authored
docs(nx): Version error in documentation page (#29440)
Original text was: e.g. `[email protected]` and `@nx/[email protected]` should be used together. Surely it should be... e.g. `[email protected]` and `@nx/[email protected]` should be used together.
1 parent 8516634 commit 6e41b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shared/reference/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This page covers the releases of the Nx tooling itself. If you are looking for guidance on releasing your project with Nx Release, [see the documentation on managing releases](/features/manage-releases).
55
{% /callout %}
66

7-
The `nx` package, and all packages under the `@nx` namespace which live alongside each other in the [https://github.com/nrwl/nx](https://github.com/nrwl/nx) repository, are released together in lockstep. You should always use matching versions of the `nx` package and the `@nx` packages, e.g. `[email protected]` and `@nx/js@20.2.0` should be used together.
7+
The `nx` package, and all packages under the `@nx` namespace which live alongside each other in the [https://github.com/nrwl/nx](https://github.com/nrwl/nx) repository, are released together in lockstep. You should always use matching versions of the `nx` package and the `@nx` packages, e.g. `[email protected]` and `@nx/js@19.2.0` should be used together.
88

99
Major Nx versions are released as the _latest_ every six months, typically around April and October.
1010
After each major version release, the _previous_ major version moves to long-term support (LTS) for 12 months, after

0 commit comments

Comments
 (0)