@lets-events/react 11.7.5 → 11.7.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- > @lets-events/react@11.7.5 build
3
+ > @lets-events/react@11.7.6 build
4
4
  > tsup src/index.tsx --format esm,cjs --dts --external react
5
5
 
6
6
  CLI Building entry: src/index.tsx
@@ -9,12 +9,12 @@
9
9
  CLI Target: es6
10
10
  ESM Build start
11
11
  CJS Build start
12
- ESM dist/index.mjs 319.89 KB
13
- ESM ⚡️ Build success in 375ms
14
12
  CJS dist/index.js 332.01 KB
15
- CJS ⚡️ Build success in 375ms
13
+ CJS ⚡️ Build success in 573ms
14
+ ESM dist/index.mjs 319.89 KB
15
+ ESM ⚡️ Build success in 574ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 6308ms
17
+ DTS ⚡️ Build success in 8785ms
18
18
  DTS dist/index.d.mts 374.48 KB
19
19
  DTS dist/index.d.ts 374.48 KB
20
20
  ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 11.7.6
4
+
5
+ ### Patch Changes
6
+
7
+ - maxLength to TextField
8
+
3
9
  ## 11.7.5
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lets-events/react",
3
- "version": "11.7.5",
3
+ "version": "11.7.6",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",