@lets-events/react 4.0.0 → 5.0.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @lets-events/react@4.0.0 build
2
+ > @lets-events/react@5.0.0 build
3
3
  > tsup src/index.tsx --format esm,cjs --dts --external react
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -8,11 +8,11 @@
8
8
  CLI Target: es6
9
9
  ESM Build start
10
10
  CJS Build start
11
- CJS dist\index.js 99.94 KB
12
- CJS ⚡️ Build success in 76ms
13
- ESM dist\index.mjs 96.79 KB
14
- ESM ⚡️ Build success in 77ms
11
+ CJS dist\index.js 124.82 KB
12
+ CJS ⚡️ Build success in 71ms
13
+ ESM dist\index.mjs 118.73 KB
14
+ ESM ⚡️ Build success in 72ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3787ms
17
- DTS dist\index.d.mts 195.46 KB
18
- DTS dist\index.d.ts 195.46 KB
16
+ DTS ⚡️ Build success in 6422ms
17
+ DTS dist\index.d.mts 265.29 KB
18
+ DTS dist\index.d.ts 265.29 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - adding components layout
8
+
3
9
  ## 4.0.0
4
10
 
5
11
  ### Major Changes