@nrwl/workspace 14.6.0-rc.2 → 14.6.0

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 +8 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.6.0](https://github.com/nrwl/nx/compare/14.5.7...14.6.0) (2022-08-31)
7
+
8
+ **Note:** Version bump only for package @nrwl/workspace
9
+
10
+
11
+
12
+
13
+
6
14
  # [14.6.0-rc.2](https://github.com/nrwl/nx/compare/14.5.7...14.6.0-rc.2) (2022-08-30)
7
15
 
8
16
  **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.6.0-rc.2",
3
+ "version": "14.6.0",
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.6.0-rc.2",
68
- "@nrwl/jest": "14.6.0-rc.2",
69
- "@nrwl/linter": "14.6.0-rc.2",
67
+ "@nrwl/devkit": "14.6.0",
68
+ "@nrwl/jest": "14.6.0",
69
+ "@nrwl/linter": "14.6.0",
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.5",
83
83
  "npm-run-path": "^4.0.1",
84
- "nx": "14.6.0-rc.2",
84
+ "nx": "14.6.0",
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": "a04b13dfd7a4d07700e51291d750dcf63a3c0645"
93
+ "gitHead": "5e39b1ed8321aa732f9f7e18c924e11dcb63156c"
94
94
  }