@object-ui/plugin-kanban 3.1.4 → 3.1.5

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.4 build /home/runner/work/objectui/objectui/packages/plugin-kanban
2
+ > @object-ui/plugin-kanban@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-kanban
3
3
  > vite build
4
4
 
5
5
  vite v8.0.1 building client environment for production...
@@ -12,7 +12,7 @@ rendering chunks...
12
12
  37 ...props
13
13
     ~~~~~
14
14
 
15
- [vite:dts] Declaration files built in 21266ms.
15
+ [vite:dts] Declaration files built in 29215ms.
16
16
  
17
17
  computing gzip size...
18
18
  dist/chevron-down-DpXJN6OX.js 0.15 kB │ gzip: 0.15 kB
@@ -29,4 +29,4 @@ rendering chunks...
29
29
  computing gzip size...
30
30
  dist/index.umd.cjs 102.70 kB │ gzip: 32.38 kB
31
31
 
32
- ✓ built in 24.62s
32
+ ✓ built in 34.84s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @object-ui/plugin-kanban
2
2
 
3
+ ## 3.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/react@3.1.5
8
+ - @object-ui/components@3.1.5
9
+ - @object-ui/types@3.1.5
10
+ - @object-ui/core@3.1.5
11
+
3
12
  ## 3.1.4
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.4",
3
+ "version": "3.1.5",
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.23",
31
31
  "lucide-react": "^0.577.0",
32
- "@object-ui/components": "3.1.4",
33
- "@object-ui/core": "3.1.4",
34
- "@object-ui/react": "3.1.4",
35
- "@object-ui/types": "3.1.4"
32
+ "@object-ui/components": "3.1.5",
33
+ "@object-ui/core": "3.1.5",
34
+ "@object-ui/react": "3.1.5",
35
+ "@object-ui/types": "3.1.5"
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": "^8.0.1",
47
47
  "vite-plugin-dts": "^4.5.4",
48
- "@object-ui/data-objectstack": "3.1.4"
48
+ "@object-ui/data-objectstack": "3.1.5"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "vite build",