Skip to content

Commit 118cc76

Browse files
authored
Merge pull request #35 from primer/changeset-release/main
Release Tracking
2 parents da7e914 + 0f40441 commit 118cc76

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/gorgeous-bananas-float.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-plugin-primer-react
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#34](https://github.com/primer/eslint-plugin-primer-react/pull/34) [`efd4f67`](https://github.com/primer/eslint-plugin-primer-react/commit/efd4f675d8c24b74e7fd0bcfb4524b42ed3378ea) Thanks [@khiga8](https://github.com/khiga8)! - Provide component mapping for `github/react` preset and add dependencies to `eslint-plugin-github` and `eslint-plugin-jsx-a11y`.
8+
9+
`eslint` peer dependency is now `^8.0.1`.
10+
311
## 0.7.4
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-primer-react",
3-
"version": "0.7.4",
3+
"version": "1.0.0",
44
"description": "ESLint rules for Primer React",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)