@nrwl/react 16.1.3 → 16.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
- ## @nrwl/react has been deprecated!
1
+ ## @nrwl/react has been renamed to @nx/react!
2
2
 
3
- @nrwl/react has been deprecated in favor of [@nx/react](https://www.npmjs.com/package/@nx/react). Please use that instead.
3
+ @nrwl/react has been renamed to [@nx/react](https://www.npmjs.com/package/@nx/react). Please use that instead.
4
+
5
+ [Read more here](https://nx.dev/recipes/other/rescope)
4
6
 
5
7
  @nrwl/react will no longer be published in Nx v17.
6
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/react",
3
- "version": "16.1.3",
3
+ "version": "16.2.0-beta.0",
4
4
  "private": false,
5
5
  "description": "The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -27,7 +27,7 @@
27
27
  "builders": "./executors.json",
28
28
  "schematics": "./generators.json",
29
29
  "dependencies": {
30
- "@nx/react": "16.1.3"
30
+ "@nx/react": "16.2.0-beta.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"
@@ -36,5 +36,5 @@
36
36
  "migrations": "@nx/react/migrations.json"
37
37
  },
38
38
  "types": "./index.d.ts",
39
- "gitHead": "a6642bf2a87616e2791ade7dc9b570a3e4908974"
39
+ "gitHead": "f7ba85e8ec9c074eaee81731a20aee7ea6dbc8aa"
40
40
  }