@zag-js/auto-resize 0.28.1 → 0.30.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 @@ Autoresize utilities for the web
5
5
  ## Installation
6
6
 
7
7
  ```sh
8
- yarn add @zag-js/auto-resize
8
+ yarn add @zag-js/auto-resize
9
9
  # or
10
- npm i @zag-js/auto-resize
10
+ npm i @zag-js/auto-resize
11
11
  ```
12
12
 
13
13
  ## Contribution
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/auto-resize",
3
- "version": "0.28.1",
3
+ "version": "0.30.0",
4
4
  "description": "Autoresize utilities for the web",
5
5
  "keywords": [
6
6
  "js",
@@ -23,7 +23,7 @@
23
23
  "url": "https://github.com/chakra-ui/zag/issues"
24
24
  },
25
25
  "dependencies": {
26
- "@zag-js/dom-query": "0.28.1"
26
+ "@zag-js/dom-query": "0.30.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "clean-package": "2.2.0"