@nrwl/react 15.0.1-beta.2 → 15.0.1

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [15.0.1-beta.2](https://github.com/nrwl/nx/compare/15.0.0...15.0.1-beta.2) (2022-10-19)
6
+ ## [15.0.1](https://github.com/nrwl/nx/compare/15.0.0...15.0.1) (2022-10-21)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/react
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/react",
3
- "version": "15.0.1-beta.2",
3
+ "version": "15.0.1",
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": {
@@ -33,15 +33,15 @@
33
33
  "dependencies": {
34
34
  "@babel/core": "^7.15.0",
35
35
  "@babel/preset-react": "^7.14.5",
36
- "@nrwl/cypress": "15.0.1-beta.2",
37
- "@nrwl/devkit": "15.0.1-beta.2",
38
- "@nrwl/jest": "15.0.1-beta.2",
39
- "@nrwl/js": "15.0.1-beta.2",
40
- "@nrwl/linter": "15.0.1-beta.2",
41
- "@nrwl/storybook": "15.0.1-beta.2",
42
- "@nrwl/web": "15.0.1-beta.2",
43
- "@nrwl/webpack": "15.0.1-beta.2",
44
- "@nrwl/workspace": "15.0.1-beta.2",
36
+ "@nrwl/cypress": "15.0.1",
37
+ "@nrwl/devkit": "15.0.1",
38
+ "@nrwl/jest": "15.0.1",
39
+ "@nrwl/js": "15.0.1",
40
+ "@nrwl/linter": "15.0.1",
41
+ "@nrwl/storybook": "15.0.1",
42
+ "@nrwl/web": "15.0.1",
43
+ "@nrwl/webpack": "15.0.1",
44
+ "@nrwl/workspace": "15.0.1",
45
45
  "@phenomnomnominal/tsquery": "4.1.1",
46
46
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
47
47
  "@svgr/webpack": "^6.1.2",
@@ -61,5 +61,5 @@
61
61
  "access": "public"
62
62
  },
63
63
  "types": "./index.d.ts",
64
- "gitHead": "ccc98e3252e9f7e8d805edc9d0820b6c86b68559"
64
+ "gitHead": "ee1d0a649881edb418803f281691b1fbc879e1ec"
65
65
  }
@@ -565,7 +565,7 @@ export function NxWelcome({ title }: { title: string }) {
565
565
  </svg>
566
566
  </a>
567
567
  <a
568
- href="https://nx.dev/react-tutorial/01-create-application?utm_source=nx-project"
568
+ href="https://nx.dev/react-tutorial/1-code-generation?utm_source=nx-project"
569
569
  target="_blank"
570
570
  rel="noreferrer"
571
571
  className="list-item-link"
@@ -24,5 +24,6 @@
24
24
  "x-prompt": "What is the path to the component?"
25
25
  }
26
26
  },
27
- "required": ["project", "componentPath"]
27
+ "required": ["project", "componentPath"],
28
+ "examplesFile": "../../../docs/component-test-examples.md"
28
29
  }
@@ -39,5 +39,6 @@
39
39
  "default": false
40
40
  }
41
41
  },
42
- "required": ["project"]
42
+ "required": ["project"],
43
+ "examplesFile": "../../../docs/cypress-component-configuration-examples.md"
43
44
  }