@object-ui/plugin-gantt 0.5.0 → 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.
@@ -1,16 +1,16 @@
1
1
 
2
- > @object-ui/plugin-gantt@0.5.0 build /home/runner/work/objectui/objectui/packages/plugin-gantt
2
+ > @object-ui/plugin-gantt@2.0.0 build /home/runner/work/objectui/objectui/packages/plugin-gantt
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
6
6
  transforming...
7
- ✓ 197 modules transformed.
7
+ ✓ 89 modules transformed.
8
8
  rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
- dist/index.js 581.20 kB │ gzip: 102.95 kB
13
- [vite:dts] Declaration files built in 10726ms.
12
+ dist/index.js 215.40 kB │ gzip: 52.09 kB
13
+ [vite:dts] Declaration files built in 13543ms.
14
14
  
15
- dist/index.umd.cjs 416.10 kB │ gzip: 90.02 kB
16
- ✓ built in 15.49s
15
+ dist/index.umd.cjs 155.25 kB │ gzip: 43.05 kB
16
+ ✓ built in 17.95s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @object-ui/plugin-gantt
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - b859617: Release v1.0.0 — unify all package versions to 1.0.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [b859617]
12
+ - @object-ui/types@2.0.0
13
+ - @object-ui/core@2.0.0
14
+ - @object-ui/react@2.0.0
15
+ - @object-ui/components@2.0.0
16
+ - @object-ui/fields@2.0.0
17
+
3
18
  ## 0.3.1
4
19
 
5
20
  ### Patch Changes