From f3e80ccea259990c81bb01a40b3df79d76a52e53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:08:31 -0400 Subject: [PATCH] ci(changesets): version packages (#149) Co-authored-by: github-actions[bot] --- .changeset/heavy-berries-boil.md | 5 ----- packages/eslint-plugin/CHANGELOG.md | 6 ++++++ packages/eslint-plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/heavy-berries-boil.md diff --git a/.changeset/heavy-berries-boil.md b/.changeset/heavy-berries-boil.md deleted file mode 100644 index d85924f3..00000000 --- a/.changeset/heavy-berries-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/eslint-plugin": major ---- - -Added accessibility rules to the eslint config diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 2c476f17..4e5e4171 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @workleap/eslint-plugin +## 3.0.0 + +### Major Changes + +- [#148](https://github.com/gsoft-inc/wl-web-configs/pull/148) [`fdae0cd`](https://github.com/gsoft-inc/wl-web-configs/commit/fdae0cdc4248278541c1740c556baf6ccdcf04e1) Thanks [@alexasselin008](https://github.com/alexasselin008)! - Added accessibility rules to the eslint config + ## 2.1.1 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 59ba4a86..10c175e1 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -2,7 +2,7 @@ "name": "@workleap/eslint-plugin", "author": "Workleap", "description": "Workleap recommended ESLint rules and configurations.", - "version": "2.1.1", + "version": "3.0.0", "keywords": [ "workleap", "eslint",