From 26063eaaa1e3eb488de575dc22d0bf5d65c2fdbe Mon Sep 17 00:00:00 2001 From: Product Platforms Service Date: Tue, 2 May 2023 10:00:12 +0000 Subject: [PATCH] Bumping to version v7.3.0 - [skip ci] --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ee449bca5..5957ba788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newskit", - "version": "7.2.0", + "version": "7.3.0", "description": "A React Component library implementing the News design language", "keywords": [ "react", @@ -311,9 +311,13 @@ }, "lint": { "executor": "@nrwl/linter:eslint", - "outputs": ["{options.outputFile}"], + "outputs": [ + "{options.outputFile}" + ], "options": { - "lintFilePatterns": ["./src/**/*.{ts,tsx,js,jsx}"] + "lintFilePatterns": [ + "./src/**/*.{ts,tsx,js,jsx}" + ] } }, "lint:code:comps": {