Skip to content

Commit

Permalink
docs(core): update deprecated version number (#15491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Mar 7, 2023
1 parent 5d69c4e commit e358849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workspace/src/utilities/run-tasks-in-serial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { GeneratorCallback } from '@nrwl/devkit';
/**
* Run tasks in serial
*
* @deprecated This function will be removed from `@nrwl/workspace` in a future version. Prefer importing it from `@nrwl/devkit`.
* @deprecated This function will be removed from `@nrwl/workspace` in version 17. Prefer importing it from `@nrwl/devkit`.
* @param tasks The tasks to run in serial.
*/
export function runTasksInSerial(
Expand Down

1 comment on commit e358849

@vercel
Copy link

@vercel vercel bot commented on e358849 Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.