@object-ui/plugin-gantt 3.1.4 → 3.3.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,22 +1,22 @@
1
1
 
2
- > @object-ui/plugin-gantt@3.1.4 build /home/runner/work/objectui/objectui/packages/plugin-gantt
2
+ > @object-ui/plugin-gantt@3.3.0 build /home/runner/work/objectui/objectui/packages/plugin-gantt
3
3
  > vite build
4
4
 
5
- vite v8.0.1 building client environment for production...
5
+ vite v8.0.8 building client environment for production...
6
6
  
7
7
  rendering chunks...
8
8
  
9
9
  [vite:dts] Start generate declaration files...
10
- [vite:dts] Declaration files built in 18801ms.
10
+ [vite:dts] Declaration files built in 17238ms.
11
11
  
12
12
  computing gzip size...
13
- dist/index.js 220.74 kB │ gzip: 54.39 kB
13
+ dist/index.js 220.62 kB │ gzip: 54.37 kB
14
14
 
15
15
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
16
16
  
17
17
  
18
18
  rendering chunks...
19
19
  computing gzip size...
20
- dist/index.umd.cjs 181.78 kB │ gzip: 49.74 kB
20
+ dist/index.umd.cjs 181.79 kB │ gzip: 49.75 kB
21
21
 
22
- ✓ built in 20.95s
22
+ ✓ built in 19.43s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @object-ui/plugin-gantt
2
2
 
3
+ ## 3.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.3.0
8
+ - @object-ui/core@3.3.0
9
+ - @object-ui/react@3.3.0
10
+ - @object-ui/components@3.3.0
11
+ - @object-ui/fields@3.3.0
12
+
13
+ ## 3.2.0
14
+
15
+ ### Patch Changes
16
+
17
+ - @object-ui/types@3.2.0
18
+ - @object-ui/core@3.2.0
19
+ - @object-ui/react@3.2.0
20
+ - @object-ui/components@3.2.0
21
+ - @object-ui/fields@3.2.0
22
+
23
+ ## 3.1.5
24
+
25
+ ### Patch Changes
26
+
27
+ - @object-ui/react@3.1.5
28
+ - @object-ui/components@3.1.5
29
+ - @object-ui/fields@3.1.5
30
+ - @object-ui/types@3.1.5
31
+ - @object-ui/core@3.1.5
32
+
3
33
  ## 3.1.4
4
34
 
5
35
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from './src/index'
1
+ export * from './packages/plugin-gantt/src/index'
2
2
  export {}