@nrwl/workspace 14.1.8-beta.6 → 14.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +6 -6
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
- ## [14.1.8-beta.6](https://github.com/nrwl/nx/compare/14.1.7...14.1.8-beta.6) (2022-05-24)
6
+ ## [14.1.8](https://github.com/nrwl/nx/compare/14.1.7...14.1.8) (2022-05-24)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/workspace
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "14.1.8-beta.6",
3
+ "version": "14.1.8",
4
4
  "description": "Smart, Fast and Extensible Build System.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -64,9 +64,9 @@
64
64
  }
65
65
  },
66
66
  "dependencies": {
67
- "@nrwl/devkit": "14.1.8-beta.6",
68
- "@nrwl/jest": "14.1.8-beta.6",
69
- "@nrwl/linter": "14.1.8-beta.6",
67
+ "@nrwl/devkit": "14.1.8",
68
+ "@nrwl/jest": "14.1.8",
69
+ "@nrwl/linter": "14.1.8",
70
70
  "@parcel/watcher": "2.0.4",
71
71
  "chalk": "4.1.0",
72
72
  "chokidar": "^3.5.1",
@@ -81,7 +81,7 @@
81
81
  "ignore": "^5.0.4",
82
82
  "minimatch": "3.0.4",
83
83
  "npm-run-path": "^4.0.1",
84
- "nx": "14.1.8-beta.6",
84
+ "nx": "14.1.8",
85
85
  "open": "^8.4.0",
86
86
  "rxjs": "^6.5.4",
87
87
  "semver": "7.3.4",
@@ -90,5 +90,5 @@
90
90
  "yargs": "^17.4.0",
91
91
  "yargs-parser": "21.0.1"
92
92
  },
93
- "gitHead": "d15dbf7fbf5b155540f81c9fd2ef520926034aca"
93
+ "gitHead": "658d8fd19acd5123895cd4bd2fe9fac5a6952899"
94
94
  }