Skip to content

Commit e2a025d

Browse files
committed
2 parents 7de991e + bbb659a commit e2a025d

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.changeset/strange-garlics-care.md

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

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- 0f2e813: Additional support for role and accessibility props
8+
39
## V3.3.0
410

511
### ✨ New Features ✨
@@ -31,7 +37,7 @@
3137

3238
### ✨ New Features ✨
3339

34-
- Checks Touchable* components have accessibility props [(#128)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/128)
40+
- Checks Touchable\* components have accessibility props [(#128)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/128)
3541

3642
## V3.0.0
3743

@@ -49,10 +55,12 @@
4955
- allow Identifiers in accessibilityActions [(#113)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/113)
5056

5157
## V2.0.4
58+
5259
- include Pressable when checking `no-nested-touchables` [(#103](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/103)
5360
- Dependency upgrades [(#106)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/106)
5461

5562
## V2.0.3
63+
5664
- allow CallExpressions in accessibilityActions [(#101)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/101)
5765
- Dependency upgrades [(#102)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/102)
5866

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-native-a11y",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "React Native specific accessibility linting rules.",
55
"keywords": [
66
"eslint",
@@ -17,7 +17,7 @@
1717
"main": "lib/index.js",
1818
"scripts": {
1919
"build": "rimraf lib && babel src --out-dir lib --copy-files",
20-
"changeset": "changeset",
20+
"changeset": "changeset",
2121
"create": "node ./scripts/create-rule",
2222
"flow": "flow",
2323
"lint:fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)