@vleap/warps-react 0.0.12-alpha.6 → 0.0.12-alpha.7

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.
@@ -14,6 +14,6 @@
14
14
  CJS dist/index.js 14.00 B
15
15
  CJS ⚡️ Build success in 11ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 425ms
17
+ DTS ⚡️ Build success in 444ms
18
18
  DTS dist/index.d.ts 13.00 B
19
19
  DTS dist/index.d.mts 13.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @vleap/warps-react
2
2
 
3
+ ## 0.0.12-alpha.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0a7a600]
8
+ - @vleap/warps@3.0.0-alpha.10
9
+
3
10
  ## 0.0.12-alpha.6
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vleap/warps-react",
3
- "version": "0.0.12-alpha.6",
3
+ "version": "0.0.12-alpha.7",
4
4
  "main": "./src/index.tsx",
5
5
  "types": "./src/index.tsx",
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "test": "npm run lint"
11
11
  },
12
12
  "dependencies": {
13
- "@vleap/warps": "3.0.0-alpha.9"
13
+ "@vleap/warps": "3.0.0-alpha.10"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "react": ">=18.0.0",