@nrwl/workspace 16.9.0-beta.2 → 16.9.0-beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +3 -4
  2. package/CHANGELOG.md +0 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "16.9.0-beta.2",
3
+ "version": "16.9.0-beta.4",
4
4
  "private": false,
5
5
  "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
6
6
  "repository": {
@@ -30,7 +30,7 @@
30
30
  "schematics": "./generators.json",
31
31
  "builders": "./executors.json",
32
32
  "dependencies": {
33
- "@nx/workspace": "16.9.0-beta.2"
33
+ "@nx/workspace": "16.9.0-beta.4"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
@@ -38,6 +38,5 @@
38
38
  "nx-migrations": {
39
39
  "migrations": "@nx/workspace/migrations.json"
40
40
  },
41
- "type": "commonjs",
42
- "gitHead": "e11d538fa2c7266066d554d9405abab8e0a65040"
41
+ "type": "commonjs"
43
42
  }
package/CHANGELOG.md DELETED
@@ -1,8 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
-
7
-
8
- **Note:** Version bump only for package @nrwl/workspace