@scalar/use-hooks 0.4.5 → 0.4.6

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @scalar/use-hooks
2
2
 
3
+ ## 0.4.6
4
+
3
5
  ## 0.4.5
4
6
 
5
7
  ### Patch Changes
@@ -9,7 +9,7 @@ import { type StyleValue } from 'vue';
9
9
  *
10
10
  * @example
11
11
  * <script setup>
12
- * import { useBindCx, cva } from '@scalar/components'
12
+ * import { useBindCx, cva } from '@scalar/use-hooks/useBindCx'
13
13
  *
14
14
  * defineProps<{ active?: boolean }>()
15
15
  *
@@ -9,7 +9,7 @@ import { cx } from './cva.js';
9
9
  *
10
10
  * @example
11
11
  * <script setup>
12
- * import { useBindCx, cva } from '@scalar/components'
12
+ * import { useBindCx, cva } from '@scalar/use-hooks/useBindCx'
13
13
  *
14
14
  * defineProps<{ active?: boolean }>()
15
15
  *
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "git+https://github.com/scalar/scalar.git",
11
11
  "directory": "packages/use-hooks"
12
12
  },
13
- "version": "0.4.5",
13
+ "version": "0.4.6",
14
14
  "engines": {
15
15
  "node": ">=22"
16
16
  },
@@ -47,7 +47,7 @@
47
47
  "tailwind-merge": "3.5.0",
48
48
  "vue": "^3.5.30",
49
49
  "@scalar/use-toasts": "0.10.2",
50
- "@scalar/validation": "0.5.0"
50
+ "@scalar/validation": "0.6.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@vue/test-utils": "2.4.6",