@dafaz-ui/react 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
 
2
- > @dafaz-ui/react@2.0.0 build
2
+ > @dafaz-ui/react@2.1.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 4.71 KB
12
- CJS ⚡️ Build success in 100ms
13
- ESM dist\index.mjs 3.80 KB
14
- ESM ⚡️ Build success in 101ms
11
+ ESM dist/index.mjs 4.68 KB
12
+ ESM ⚡️ Build success in 25ms
13
+ CJS dist/index.js 5.82 KB
14
+ CJS ⚡️ Build success in 26ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 2091ms
17
- DTS dist\index.d.mts 5.90 KB
18
- DTS dist\index.d.ts 5.90 KB
16
+ DTS ⚡️ Build success in 2097ms
17
+ DTS dist/index.d.mts 64.29 KB
18
+ DTS dist/index.d.ts 64.29 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @dafaz-ui/react
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Add Text UI component
8
+
9
+ ## 2.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - export styles components
14
+
3
15
  ## 2.0.0
4
16
 
5
17
  ### Major Changes