Skip to content

Commit

Permalink
Version Packages (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 15, 2024
1 parent 90c7291 commit bbb659a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/strange-garlics-care.md

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 3.4.0

### Minor Changes

- 0f2e813: Additional support for role and accessibility props

## V3.3.0

### ✨ New Features ✨
Expand Down Expand Up @@ -31,7 +37,7 @@

### ✨ New Features ✨

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

## V3.0.0

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

## V2.0.4

- include Pressable when checking `no-nested-touchables` [(#103](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/103)
- Dependency upgrades [(#106)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/106)

## V2.0.3

- allow CallExpressions in accessibilityActions [(#101)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/101)
- Dependency upgrades [(#102)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/102)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-native-a11y",
"version": "3.3.0",
"version": "3.4.0",
"description": "React Native specific accessibility linting rules.",
"keywords": [
"eslint",
Expand All @@ -17,7 +17,7 @@
"main": "lib/index.js",
"scripts": {
"build": "rimraf lib && babel src --out-dir lib --copy-files",
"changeset": "changeset",
"changeset": "changeset",
"create": "node ./scripts/create-rule",
"flow": "flow",
"lint:fix": "npm run lint -- --fix",
Expand Down

0 comments on commit bbb659a

Please sign in to comment.