@object-ui/plugin-gantt 0.3.0 → 0.5.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.
@@ -0,0 +1,16 @@
1
+
2
+ > @object-ui/plugin-gantt@0.5.0 build /home/runner/work/objectui/objectui/packages/plugin-gantt
3
+ > vite build
4
+
5
+ vite v7.3.1 building client environment for production...
6
+ transforming...
7
+ ✓ 197 modules transformed.
8
+ rendering chunks...
9
+ 
10
+ [vite:dts] Start generate declaration files...
11
+ computing gzip size...
12
+ dist/index.js 581.20 kB │ gzip: 102.95 kB
13
+ [vite:dts] Declaration files built in 10726ms.
14
+ 
15
+ dist/index.umd.cjs 416.10 kB │ gzip: 90.02 kB
16
+ ✓ built in 15.49s
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # @object-ui/plugin-gantt
2
+
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Maintenance release - Documentation and build improvements
8
+ - Updated dependencies
9
+ - @object-ui/types@0.3.1
10
+ - @object-ui/core@0.3.1
11
+ - @object-ui/react@0.3.1
12
+ - @object-ui/components@0.3.1
13
+ - @object-ui/fields@0.3.1