Skip to content

Commit

Permalink
Docs updates and changeset prep for release (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot authored Jul 15, 2024
1 parent 4897ffc commit 0f2e813
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"access": "public",
"baseBranch": "main"
"baseBranch": "master"
}
5 changes: 5 additions & 0 deletions .changeset/strange-garlics-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-react-native-a11y': minor
---

Additional support for role and accessibility props
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Eslint-plugin-react-native-a11y — Formidable, We build the modern web](https://raw.githubusercontent.com/FormidableLabs/eslint-plugin-react-native-a11y/master/eslint-plugin-react-native-a11y-Hero.png)](https://formidable.com/open-source/)
[![Eslint-plugin-react-native-a11y — Formidable, We build the modern web](https://oss.nearform.com/api/banner?text=eslint-plugin-native-a11y&bg=c99f46)](https://commerce.nearform.com/open-source/)


[![Maintenance Status][maintenance-image]](#maintenance-status)
Expand Down Expand Up @@ -148,6 +148,6 @@ eslint-plugin-react-native-a11y is licensed under the [MIT License](LICENSE.md).

### Maintenance Status

**Active:** Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.
**Active:** Nearform is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.

[maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg
Binary file removed eslint-plugin-react-native-a11y-Hero.png
Binary file not shown.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"accessibility",
"react-native"
],
"author": "JP Driver <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/eslint-plugin-react-native-a11y"
},
"main": "lib/index.js",
"scripts": {
"build": "rimraf lib && babel src --out-dir lib --copy-files",
"changeset": "changeset",
"create": "node ./scripts/create-rule",
"flow": "flow",
"lint:fix": "npm run lint -- --fix",
Expand Down Expand Up @@ -77,11 +77,5 @@
"<rootDir>/__tests__/__util__"
],
"testEnvironment": "node"
},
"greenkeeper": {
"ignore": [
"jest",
"babel-jest"
]
}
}

0 comments on commit 0f2e813

Please sign in to comment.