@object-ui/plugin-kanban 3.1.1 → 3.1.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.1.1 build /home/runner/work/objectui/objectui/packages/plugin-kanban
2
+ > @object-ui/plugin-kanban@3.1.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-CyNcIIS1.js 32.02 kB │ gzip: 9.45 kB
15
15
  dist/KanbanEnhanced-CXDSLlGR.js 33.13 kB │ gzip: 9.27 kB
16
16
  dist/sortable.esm-CNNHgHk5.js 73.15 kB │ gzip: 19.37 kB
17
- [vite:dts] Declaration files built in 27770ms.
17
+ [vite:dts] Declaration files built in 22735ms.
18
18
  
19
19
  dist/index.umd.cjs 101.59 kB │ gzip: 32.91 kB
20
- ✓ built in 42.00s
20
+ ✓ built in 31.64s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @object-ui/plugin-kanban
2
2
 
3
+ ## 3.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.1.2
8
+ - @object-ui/core@3.1.2
9
+ - @object-ui/react@3.1.2
10
+ - @object-ui/components@3.1.2
11
+
3
12
  ## 3.1.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.1.1",
3
+ "version": "3.1.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.19",
31
31
  "lucide-react": "^0.576.0",
32
- "@object-ui/components": "3.1.1",
33
- "@object-ui/core": "3.1.1",
34
- "@object-ui/react": "3.1.1",
35
- "@object-ui/types": "3.1.1"
32
+ "@object-ui/components": "3.1.2",
33
+ "@object-ui/core": "3.1.2",
34
+ "@object-ui/react": "3.1.2",
35
+ "@object-ui/types": "3.1.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.1.1"
48
+ "@object-ui/data-objectstack": "3.1.2"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "vite build",