Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 13, 2024
1 parent 2576a9f commit 38827bf
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-beans-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-poets-rescue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-kiwis-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-moons-sip.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# eslint-plugin-primer-react

## 5.0.0

### Major Changes

- [#169](https://github.com/primer/eslint-plugin-primer-react/pull/169) [`2576a9f`](https://github.com/primer/eslint-plugin-primer-react/commit/2576a9f091b911cf322e200ed87b012c358c6291) Thanks [@langermank](https://github.com/langermank)! - - Remove `no-deprecated-colors` plugin
- Remove dependency on `primer/primitives`

### Minor Changes

- [#156](https://github.com/primer/eslint-plugin-primer-react/pull/156) [`15cfbb4`](https://github.com/primer/eslint-plugin-primer-react/commit/15cfbb4a261c44418404249cc33e279bce25b2b7) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Add no-deprecated-props rule

### Patch Changes

- [#166](https://github.com/primer/eslint-plugin-primer-react/pull/166) [`4c3d9b4`](https://github.com/primer/eslint-plugin-primer-react/commit/4c3d9b4e761733ac52f4d624a94996a4379c37ca) Thanks [@chadfawcett](https://github.com/chadfawcett)! - Move eslint-plugin-github to dependencies

- [#152](https://github.com/primer/eslint-plugin-primer-react/pull/152) [`7baeb96`](https://github.com/primer/eslint-plugin-primer-react/commit/7baeb9684cc5f84847f004fee282a3362517d7d0) Thanks [@siddharthkp](https://github.com/siddharthkp)! - no-system-props: Add option to ignore specific component names

## 4.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-primer-react",
"version": "4.1.2",
"version": "5.0.0",
"description": "ESLint rules for Primer React",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 38827bf

Please sign in to comment.