nx 14.7.7 → 14.7.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +4 -4
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.7.7](https://github.com/nrwl/nx/compare/14.7.6...14.7.7) (2022-09-20)
6
+ ## [14.7.8](https://github.com/nrwl/nx/compare/14.7.7...14.7.8) (2022-09-20)
7
7
 
8
8
  **Note:** Version bump only for package nx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "14.7.7",
3
+ "version": "14.7.8",
4
4
  "private": false,
5
5
  "description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
6
6
  "repository": {
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "homepage": "https://nx.dev",
34
34
  "dependencies": {
35
- "@nrwl/cli": "14.7.7",
36
- "@nrwl/tao": "14.7.7",
35
+ "@nrwl/cli": "14.7.8",
36
+ "@nrwl/tao": "14.7.8",
37
37
  "@parcel/watcher": "2.0.4",
38
38
  "chalk": "4.1.0",
39
39
  "chokidar": "^3.5.1",
@@ -111,5 +111,5 @@
111
111
  },
112
112
  "main": "./bin/nx.js",
113
113
  "typings": "./bin/nx.d.ts",
114
- "gitHead": "8e0271f73a322430aee83888b74bcfd0d37b51c7"
114
+ "gitHead": "2c1d70ff318aecaa9c38c85b9f6729b489396878"
115
115
  }