From 0fd2608047fd656fdac4cbc33833f88db2fc1b79 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:27:44 -0700 Subject: [PATCH] Version Packages (#206) Co-authored-by: github-actions[bot] --- .changeset/dry-tips-burn.md | 5 ----- .changeset/kind-schools-retire.md | 5 ----- .changeset/nervous-coats-cross.md | 5 ----- .changeset/sixty-spiders-build.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 6 files changed, 17 insertions(+), 21 deletions(-) delete mode 100644 .changeset/dry-tips-burn.md delete mode 100644 .changeset/kind-schools-retire.md delete mode 100644 .changeset/nervous-coats-cross.md delete mode 100644 .changeset/sixty-spiders-build.md diff --git a/.changeset/dry-tips-burn.md b/.changeset/dry-tips-burn.md deleted file mode 100644 index f867a420..00000000 --- a/.changeset/dry-tips-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': minor ---- - -Add use-deprecated-from-deprecated rule diff --git a/.changeset/kind-schools-retire.md b/.changeset/kind-schools-retire.md deleted file mode 100644 index 5641af1a..00000000 --- a/.changeset/kind-schools-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': major ---- - -[Breaking] Adds `no-unnecessary-components` lint rule and enables it by default. This may raise new (typically autofixable) lint errors in existing codebases. diff --git a/.changeset/nervous-coats-cross.md b/.changeset/nervous-coats-cross.md deleted file mode 100644 index cd910dcf..00000000 --- a/.changeset/nervous-coats-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -no-system-props: Add `padding` and `gap` as exceptions for `Stack` diff --git a/.changeset/sixty-spiders-build.md b/.changeset/sixty-spiders-build.md deleted file mode 100644 index 5bedea50..00000000 --- a/.changeset/sixty-spiders-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': major ---- - -[Breaking] Adds `prefer-action-list-item-onselect` lint rule and enables it by default. This may raise new auto-fixable lint errors or type-checking errors in existing codebases. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4d80e8..1fcc823a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # eslint-plugin-primer-react +## 6.0.0 + +### Major Changes + +- [#207](https://github.com/primer/eslint-plugin-primer-react/pull/207) [`baff792`](https://github.com/primer/eslint-plugin-primer-react/commit/baff792c0aa01a29374e44e8aa770dbe2cb889a1) Thanks [@iansan5653](https://github.com/iansan5653)! - [Breaking] Adds `no-unnecessary-components` lint rule and enables it by default. This may raise new (typically autofixable) lint errors in existing codebases. + +- [#211](https://github.com/primer/eslint-plugin-primer-react/pull/211) [`3f92cd4`](https://github.com/primer/eslint-plugin-primer-react/commit/3f92cd4b689e437bb9efe6a9fe873501ddf76bf2) Thanks [@camchenry](https://github.com/camchenry)! - [Breaking] Adds `prefer-action-list-item-onselect` lint rule and enables it by default. This may raise new auto-fixable lint errors or type-checking errors in existing codebases. + +### Minor Changes + +- [#204](https://github.com/primer/eslint-plugin-primer-react/pull/204) [`e2cab87`](https://github.com/primer/eslint-plugin-primer-react/commit/e2cab872c265f4211750436fad32fe5fd8927c5c) Thanks [@joshblack](https://github.com/joshblack)! - Add use-deprecated-from-deprecated rule + +### Patch Changes + +- [#212](https://github.com/primer/eslint-plugin-primer-react/pull/212) [`78d4600`](https://github.com/primer/eslint-plugin-primer-react/commit/78d460024ae4c10b6a754b615c6d594e4dfb646e) Thanks [@langermank](https://github.com/langermank)! - no-system-props: Add `padding` and `gap` as exceptions for `Stack` + ## 5.4.0 ### Minor Changes diff --git a/package.json b/package.json index f8afeeb1..13b1fa50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "5.4.0", + "version": "6.0.0", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {