From 99543b5a016dc7d79553b39cf50ee5c87c99671f Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Mon, 13 May 2024 12:55:21 -0400 Subject: [PATCH] docs(core): update rescope message from Nx 19 to 20 (#23349) ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes # --- docs/shared/recipes/rescope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/recipes/rescope.md b/docs/shared/recipes/rescope.md index 9dc821d8af..6ddd586184 100644 --- a/docs/shared/recipes/rescope.md +++ b/docs/shared/recipes/rescope.md @@ -64,4 +64,4 @@ All other packages keep the same name, but change scope from `@nrwl` to `@nx`. ## @nrwl Scope End of Life -Starting in version 19, the `@nrwl` scoped packages will no longer be published to npm. Only the `@nx` scoped packages will be available on the npm registry. +Starting in version 20, the `@nrwl` scoped packages will no longer be published to npm. Only the `@nx` scoped packages will be available on the npm registry.