From d289dae2aa2c311a3f6fc9463936971a2ec773e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Bostro=CC=88m?= Date: Mon, 15 Mar 2021 20:54:28 +0200 Subject: [PATCH] 14.0.0 --- VERSIONS.md | 2 +- packages/eslint-config-motley-typescript/package.json | 4 ++-- packages/eslint-config-motley/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSIONS.md b/VERSIONS.md index 4566bb3..39c9a6f 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,6 +1,6 @@ # Versions -## 14.0.0-alpha +## 14.0.0 - Updated dependencies diff --git a/packages/eslint-config-motley-typescript/package.json b/packages/eslint-config-motley-typescript/package.json index 366ab8f..4eb62de 100644 --- a/packages/eslint-config-motley-typescript/package.json +++ b/packages/eslint-config-motley-typescript/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-motley-typescript", - "version": "14.0.0-alpha", + "version": "14.0.0", "description": "Motley's TypeScript styleguide using `@typescript-eslint` and `prettier`", "main": ".eslintrc.js", "scripts": { @@ -31,7 +31,7 @@ "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.20.6", "eslint-plugin-react-hooks": "^4.1.0", - "eslint-config-motley": "14.0.0-alpha", + "eslint-config-motley": "14.0.0", "husky": "^4.2.5", "lint-staged": "^10.2.11", "prettier": "^2.0.5", diff --git a/packages/eslint-config-motley/package.json b/packages/eslint-config-motley/package.json index d14752f..b94cd81 100644 --- a/packages/eslint-config-motley/package.json +++ b/packages/eslint-config-motley/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-motley", - "version": "14.0.0-alpha", + "version": "14.0.0", "description": "Motley's JavaScript styleguide using `eslint` and `prettier`", "main": ".eslintrc.js", "scripts": {