From a74c9bdbea3df16007fa8dbd1cd06a0fc6d2dd22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Mar 2023 17:33:48 +0000 Subject: [PATCH] Version Packages --- .changeset/real-rules-count.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/real-rules-count.md diff --git a/.changeset/real-rules-count.md b/.changeset/real-rules-count.md deleted file mode 100644 index 3a406085..00000000 --- a/.changeset/real-rules-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -`direct-slot-children` fixes diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3b2fe6..bc816832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-primer-react +## 2.0.1 + +### Patch Changes + +- [#43](https://github.com/primer/eslint-plugin-primer-react/pull/43) [`943e49a`](https://github.com/primer/eslint-plugin-primer-react/commit/943e49a62ada544b73320791858398705ed8208e) Thanks [@colebemis](https://github.com/colebemis)! - `direct-slot-children` fixes + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index d730e0d3..2b5c8974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "2.0.0", + "version": "2.0.1", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {