@object-ui/plugin-kanban 3.0.1 → 3.0.2

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,5 +1,5 @@
1
1
 
2
- > @object-ui/plugin-kanban@3.0.1 build /home/runner/work/objectui/objectui/packages/plugin-kanban
2
+ > @object-ui/plugin-kanban@3.0.2 build /home/runner/work/objectui/objectui/packages/plugin-kanban
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -14,7 +14,7 @@ computing gzip size...
14
14
  dist/index-CWGTi2xn.js 18.95 kB │ gzip: 5.57 kB
15
15
  dist/KanbanEnhanced-BPIKjTDv.js 32.18 kB │ gzip: 9.20 kB
16
16
  dist/sortable.esm-CNNHgHk5.js 73.15 kB │ gzip: 19.37 kB
17
- [vite:dts] Declaration files built in 25103ms.
17
+ [vite:dts] Declaration files built in 25258ms.
18
18
  
19
19
  dist/index.umd.cjs 88.03 kB │ gzip: 28.95 kB
20
- ✓ built in 39.12s
20
+ ✓ built in 39.21s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @object-ui/plugin-kanban
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.0.2
8
+ - @object-ui/core@3.0.2
9
+ - @object-ui/react@3.0.2
10
+ - @object-ui/components@3.0.2
11
+
3
12
  ## 3.0.1
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-kanban",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Kanban board plugin for Object UI, powered by dnd-kit",
@@ -29,10 +29,10 @@
29
29
  "@dnd-kit/utilities": "^3.2.2",
30
30
  "@tanstack/react-virtual": "^3.13.18",
31
31
  "lucide-react": "^0.563.0",
32
- "@object-ui/components": "3.0.1",
33
- "@object-ui/core": "3.0.1",
34
- "@object-ui/react": "3.0.1",
35
- "@object-ui/types": "3.0.1"
32
+ "@object-ui/components": "3.0.2",
33
+ "@object-ui/core": "3.0.2",
34
+ "@object-ui/react": "3.0.2",
35
+ "@object-ui/types": "3.0.2"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "^18.0.0 || ^19.0.0",
@@ -45,7 +45,7 @@
45
45
  "typescript": "^5.9.3",
46
46
  "vite": "^7.3.1",
47
47
  "vite-plugin-dts": "^4.5.4",
48
- "@object-ui/data-objectstack": "3.0.1"
48
+ "@object-ui/data-objectstack": "3.0.2"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "vite build",