From 451589865dd6006a58d5695150f1d66afad406fe Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Tue, 9 Jan 2024 05:33:05 -0800 Subject: [PATCH] Version Packages (#130) Co-authored-by: github-actions[bot] --- .changeset/big-bananas-teach.md | 5 ----- .changeset/slimy-laws-refuse.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/big-bananas-teach.md delete mode 100644 .changeset/slimy-laws-refuse.md diff --git a/.changeset/big-bananas-teach.md b/.changeset/big-bananas-teach.md deleted file mode 100644 index 7488ff51..00000000 --- a/.changeset/big-bananas-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': minor ---- - -Add no-deprecated-entrypoints rule to lint against deprecated import usage in @primer/react diff --git a/.changeset/slimy-laws-refuse.md b/.changeset/slimy-laws-refuse.md deleted file mode 100644 index fee4326b..00000000 --- a/.changeset/slimy-laws-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -no-system-props: Add alignContent to allowed props for Button diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a48c364..58ce8fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-plugin-primer-react +## 4.1.0 + +### Minor Changes + +- [#129](https://github.com/primer/eslint-plugin-primer-react/pull/129) [`eb04624`](https://github.com/primer/eslint-plugin-primer-react/commit/eb046249daaa9ab72d9ca4bbfba30fd494a79e23) Thanks [@joshblack](https://github.com/joshblack)! - Add no-deprecated-entrypoints rule to lint against deprecated import usage in @primer/react + +### Patch Changes + +- [#133](https://github.com/primer/eslint-plugin-primer-react/pull/133) [`5cc9630`](https://github.com/primer/eslint-plugin-primer-react/commit/5cc96305bfa884cf9f447d1e033bc2f5c9e110b7) Thanks [@siddharthkp](https://github.com/siddharthkp)! - no-system-props: Add alignContent to allowed props for Button + ## 4.0.4 ### Patch Changes diff --git a/package.json b/package.json index 075c75c4..2c98d41c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "4.0.4", + "version": "4.1.0", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {