@lets-events/react 12.10.14 → 12.10.16

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @lets-events/react@12.10.14 build
2
+ > @lets-events/react@12.10.16 build
3
3
  > tsup src/index.tsx --format esm,cjs --dts --external react
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -10,10 +10,10 @@
10
10
  ESM Build start
11
11
  CJS Build start
12
12
  CJS dist\index.js 432.14 KB
13
- CJS ⚡️ Build success in 266ms
13
+ CJS ⚡️ Build success in 274ms
14
14
  ESM dist\index.mjs 416.46 KB
15
- ESM ⚡️ Build success in 267ms
15
+ ESM ⚡️ Build success in 274ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 5207ms
18
- DTS dist\index.d.mts 409.13 KB
19
- DTS dist\index.d.ts 409.13 KB
17
+ DTS ⚡️ Build success in 4889ms
18
+ DTS dist\index.d.mts 410.61 KB
19
+ DTS dist\index.d.ts 410.61 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 12.10.16
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: props
8
+
9
+ ## 12.10.15
10
+
11
+ ### Patch Changes
12
+
13
+ - fix button props
14
+
3
15
  ## 12.10.14
4
16
 
5
17
  ### Patch Changes