Skip to content

Commit 447daed

Browse files
authored
Updating version for release (#59)
1 parent 27832e5 commit 447daed

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## V1.3.0
4+
5+
- Adds support for modern `accessibilityRole`s [(#54)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/54)
6+
- Allow empty `accessibilityState` prop for `View` [(#48)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/48)
7+
- Allow empty `accessibilityState` prop for `Touchable*` [(#44)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/44)
8+
- `accessibilityRole` no longer required on Components with `accessible={false}` [(#43)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/43)
9+
- Support for ESLint version ^6 [(#57)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/57)
10+
- Adopted Prettier [(#51)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/51)
11+
- Dev Dependency upgrades [(#58)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/58)
12+
13+
314
## V1.2.0
415

516
- Updated `accessibilityState` to `accessibilityStates`

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": "1.2.0",
3+
"version": "1.3.0",
44
"description": "React Native specific accessibility linting rules.",
55
"keywords": [
66
"eslint",
@@ -10,7 +10,7 @@
1010
"accessibility",
1111
"react-native"
1212
],
13-
"author": "Alex Saunders <alex.saunders@formidable.com",
13+
"author": "JP Driver <jp.driver@formidable.com>",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/FormidableLabs/eslint-plugin-react-native-a11y"

0 commit comments

Comments
 (0)