From 9ef092740845dcbd9726e965ec1c446c59376875 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 16:21:30 -0400 Subject: [PATCH] ci(changesets): version packages (#204) Co-authored-by: github-actions[bot] --- .changeset/curly-dancers-itch.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/curly-dancers-itch.md diff --git a/.changeset/curly-dancers-itch.md b/.changeset/curly-dancers-itch.md deleted file mode 100644 index 83d2f18a..00000000 --- a/.changeset/curly-dancers-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/eslint-plugin": patch ---- - -Fixing YAML config. diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 48b597d0..faa53143 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @workleap/eslint-plugin +## 3.2.2 + +### Patch Changes + +- [#203](https://github.com/gsoft-inc/wl-web-configs/pull/203) [`c169012`](https://github.com/gsoft-inc/wl-web-configs/commit/c169012137880bfcacaafd8ff4256f0c6f54e05d) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Fixing YAML config. + ## 3.2.1 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 71384122..2e7f0f4f 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": "3.2.1", + "version": "3.2.2", "keywords": [ "workleap", "eslint",