@zag-js/aria-hidden 0.28.0 → 0.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,9 +5,9 @@ Hide targets from screen readers
5
5
  ## Installation
6
6
 
7
7
  ```sh
8
- yarn add @zag-js/aria-hidden
8
+ yarn add @zag-js/aria-hidden
9
9
  # or
10
- npm i @zag-js/aria-hidden
10
+ npm i @zag-js/aria-hidden
11
11
  ```
12
12
 
13
13
  ## Contribution
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/aria-hidden",
3
- "version": "0.28.0",
3
+ "version": "0.29.0",
4
4
  "description": "Hide targets from screen readers",
5
5
  "keywords": [
6
6
  "js",
@@ -25,7 +25,7 @@
25
25
  "clean-package": "../../../clean-package.config.json",
26
26
  "main": "dist/index.js",
27
27
  "dependencies": {
28
- "@zag-js/dom-query": "0.28.0"
28
+ "@zag-js/dom-query": "0.29.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "clean-package": "2.2.0"