From 615eede5c5dfd96a827d04cd72351d6706bfcc6c Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Tue, 27 Aug 2024 10:51:46 -0300 Subject: [PATCH] chore: publish - @yeoman/eslint@0.2.0 --- package-lock.json | 2 +- workspaces/eslint/CHANGELOG.md | 6 ++++++ workspaces/eslint/package.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc45bb1..9dde169 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12791,7 +12791,7 @@ }, "workspaces/eslint": { "name": "@yeoman/eslint", - "version": "0.1.2", + "version": "0.2.0", "license": "MIT", "engines": { "node": ">=18.20.0" diff --git a/workspaces/eslint/CHANGELOG.md b/workspaces/eslint/CHANGELOG.md index 44e49e6..64050eb 100644 --- a/workspaces/eslint/CHANGELOG.md +++ b/workspaces/eslint/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.2.0 (2024-08-27) + +- feat(eslint): add eslint-plugin-import-x ([244f4fc](https://github.com/yeoman/yeoman-api/commit/244f4fc)) +- feat(eslint): add eslint-plugin-unused-imports ([db67e7f](https://github.com/yeoman/yeoman-api/commit/db67e7f)) +- feat(eslint): add unicorn plugin ([a9d851b](https://github.com/yeoman/yeoman-api/commit/a9d851b)) + ## 0.1.2 (2024-08-26) - fix(eslint): adjusts to eslint config ([1eab921](https://github.com/yeoman/yeoman-api/commit/1eab921)) diff --git a/workspaces/eslint/package.json b/workspaces/eslint/package.json index 44ff8ec..6f407f9 100644 --- a/workspaces/eslint/package.json +++ b/workspaces/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@yeoman/eslint", - "version": "0.1.2", + "version": "0.2.0", "private": false, "description": "ESLint configuration for Yeoman projects", "keywords": [ @@ -26,8 +26,8 @@ "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-import-x": "^4.1.0", - "eslint-plugin-unused-imports": "^4.1.3", "eslint-plugin-unicorn": "^55.0.0", + "eslint-plugin-unused-imports": "^4.1.3", "globals": "^15.9.0", "typescript-eslint": "^8.2.0" },