@nrwl/nx-plugin 15.1.0 → 15.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.
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.1.0](https://github.com/nrwl/nx/compare/15.0.7...15.1.0) (2022-11-15)
6
+ # [15.2.0-beta.0](https://github.com/nrwl/nx/compare/15.1.0...15.2.0-beta.0) (2022-11-17)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/nx-plugin
package/README.md CHANGED
@@ -61,7 +61,6 @@ The `create-nx-workspace` command will ask you to select a preset, which will co
61
61
  express [a workspace with a single Express application]
62
62
  web components [a workspace with a single app built using web components]
63
63
  react-native [a workspace with a single React Native application]
64
- react-express [a workspace with a full stack application (React + Express)]
65
64
  ```
66
65
 
67
66
  Select the preset that works best for you
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/nx-plugin",
3
- "version": "15.1.0",
3
+ "version": "15.2.0-beta.0",
4
4
  "private": false,
5
5
  "description": "This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.",
6
6
  "repository": {
@@ -28,10 +28,10 @@
28
28
  "migrations": "./migrations.json"
29
29
  },
30
30
  "dependencies": {
31
- "@nrwl/devkit": "15.1.0",
32
- "@nrwl/jest": "15.1.0",
33
- "@nrwl/js": "15.1.0",
34
- "@nrwl/linter": "15.1.0",
31
+ "@nrwl/devkit": "15.2.0-beta.0",
32
+ "@nrwl/jest": "15.2.0-beta.0",
33
+ "@nrwl/js": "15.2.0-beta.0",
34
+ "@nrwl/linter": "15.2.0-beta.0",
35
35
  "dotenv": "~10.0.0",
36
36
  "fs-extra": "^10.1.0",
37
37
  "tslib": "^2.3.0"
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "c2d4bf5fc8119abc00c16f96fd6b25b9385f894e"
42
+ "gitHead": "b084dddff06a717f6dea817bb984e49c1eb61f55"
43
43
  }