@yamada-ui/resizable 1.0.7-next-20240227181807 → 1.0.8-dev-20240303090126

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 +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -25,4 +25,4 @@ Wouldn't you like to contribute? That's amazing! We have prepared a [contributio
25
25
  ## License
26
26
 
27
27
  This package is licensed under the terms of the
28
- [MIT license](https://github.com/hirotomoyamada/yamada-ui/blob/main/LICENSE).
28
+ [MIT license](https://github.com/yamada-ui/yamada-ui/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/resizable",
3
- "version": "1.0.7-next-20240227181807",
3
+ "version": "1.0.8-dev-20240303090126",
4
4
  "description": "Yamada UI resizable component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -29,17 +29,17 @@
29
29
  "homepage": "https://yamada-ui.com",
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "git+https://github.com/hirotomoyamada/yamada-ui",
32
+ "url": "git+https://github.com/yamada-ui/yamada-ui",
33
33
  "directory": "packages/components/resizable"
34
34
  },
35
35
  "bugs": {
36
- "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
+ "url": "https://github.com/yamada-ui/yamada-ui/issues"
37
37
  },
38
38
  "dependencies": {
39
39
  "react-resizable-panels": "^2.0.8",
40
- "@yamada-ui/core": "1.4.2-next-20240227181807",
41
- "@yamada-ui/icon": "1.0.14-next-20240227181807",
42
- "@yamada-ui/utils": "1.0.6-next-20240227181807"
40
+ "@yamada-ui/core": "1.4.3-dev-20240303090126",
41
+ "@yamada-ui/icon": "1.0.15-dev-20240303090126",
42
+ "@yamada-ui/utils": "1.0.7-dev-20240303090126"
43
43
  },
44
44
  "devDependencies": {
45
45
  "clean-package": "2.2.0",