Skip to content

Commit 1929c2e

Browse files
chore: release eslint-plugin-jsx-a11y-x (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9d6abbf commit 1929c2e

File tree

7 files changed

+15
-26
lines changed

7 files changed

+15
-26
lines changed

.changeset/brown-walls-float.md

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

.changeset/cuddly-beers-remain.md

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

.changeset/green-pears-clean.md

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

.changeset/orange-ravens-fold.md

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

.changeset/slimy-taxes-check.md

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

CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#23](https://github.com/es-tooling/eslint-plugin-jsx-a11y-x/pull/23) [`9d6abbf`](https://github.com/es-tooling/eslint-plugin-jsx-a11y-x/commit/9d6abbf8dd74aa2c2af310e838dbe833555aaef7) Thanks [@JounQin](https://github.com/JounQin)! - chore: cleanup dependencies with built-in replacements
8+
9+
- [#22](https://github.com/es-tooling/eslint-plugin-jsx-a11y-x/pull/22) [`7079630`](https://github.com/es-tooling/eslint-plugin-jsx-a11y-x/commit/70796302379b4d37d6d4031d000c74055066b8a2) Thanks [@JounQin](https://github.com/JounQin)! - chore: migrate `jsx-ast-utils` to `jsx-ast-utils-x`
10+
11+
- [#17](https://github.com/es-tooling/eslint-plugin-jsx-a11y-x/pull/17) [`fc498c5`](https://github.com/es-tooling/eslint-plugin-jsx-a11y-x/commit/fc498c53e18bcd92d103af744ca842b296bf9aad) Thanks [@43081j](https://github.com/43081j)! - Removes `array-includes` and uses the built-in `Array.prototype.includes` method instead.
12+
13+
- [#19](https://github.com/es-tooling/eslint-plugin-jsx-a11y-x/pull/19) [`e911b81`](https://github.com/es-tooling/eslint-plugin-jsx-a11y-x/commit/e911b8199a7410a5a7ca7d1201458232de02dbd8) Thanks [@43081j](https://github.com/43081j)! - Removes `hasOwn` polyfill and uses native functionality instead.
14+
15+
- [#18](https://github.com/es-tooling/eslint-plugin-jsx-a11y-x/pull/18) [`2627d60`](https://github.com/es-tooling/eslint-plugin-jsx-a11y-x/commit/2627d605a5140292eed5be7c4025e2945d360549) Thanks [@43081j](https://github.com/43081j)! - Removes `flatMap` polyfill and uses native functionality instead.
16+
317
## 0.1.0
418

519
### Minor 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-jsx-a11y-x",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "commonjs",
55
"description": "An ESLint plugin to apply various a11y rules to JSX templates",
66
"repository": "git+https://github.com/es-tooling/eslint-plugin-jsx-a11y-x.git",

0 commit comments

Comments
 (0)