@object-ui/plugin-kanban 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,20 @@
1
+
2
+ > @object-ui/plugin-kanban@0.5.0 build /home/runner/work/objectui/objectui/packages/plugin-kanban
3
+ > vite build
4
+
5
+ vite v7.3.1 building client environment for production...
6
+ transforming...
7
+ ✓ 1698 modules transformed.
8
+ rendering chunks...
9
+ 
10
+ [vite:dts] Start generate declaration files...
11
+ computing gzip size...
12
+ dist/index.js  0.28 kB │ gzip: 0.17 kB
13
+ dist/KanbanImpl-B8nu2BvG.js  5.41 kB │ gzip: 1.93 kB
14
+ dist/index-CrR06na7.js 17.43 kB │ gzip: 5.08 kB
15
+ dist/KanbanEnhanced-BqDEu7Z6.js 32.18 kB │ gzip: 9.20 kB
16
+ dist/sortable.esm-ZHwgFQIO.js 73.13 kB │ gzip: 19.36 kB
17
+ [vite:dts] Declaration files built in 22465ms.
18
+ 
19
+ dist/index.umd.cjs 85.49 kB │ gzip: 27.97 kB
20
+ ✓ built in 36.26s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @object-ui/plugin-kanban
2
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
+
3
14
  ## 0.3.0
4
15
 
5
16
  ### Minor Changes