@giv-igniteui/react 2.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.
package/.eslintrc.json ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "extends": "@giv-igniteui/eslint-config"
3
+ }
@@ -0,0 +1,18 @@
1
+
2
+ > @giv-igniteui/react@2.0.0 build
3
+ > tsup src/index.tsx --format esm,cjs --dts --external react
4
+
5
+ CLI Building entry: src/index.tsx
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.3.5
8
+ CLI Target: es6
9
+ ESM Build start
10
+ CJS Build start
11
+ ESM dist\index.mjs 11.16 KB
12
+ ESM ⚡️ Build success in 88ms
13
+ CJS dist\index.js 13.25 KB
14
+ CJS ⚡️ Build success in 90ms
15
+ DTS Build start
16
+ DTS ⚡️ Build success in 5497ms
17
+ DTS dist\index.d.mts 43.62 KB
18
+ DTS dist\index.d.ts 43.62 KB
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @giv-igniteui/react
2
+
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Configure changeset to all packages