@object-ui/plugin-list 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-list@3.0.1 build /home/runner/work/objectui/objectui/packages/plugin-list
2
+ > @object-ui/plugin-list@3.0.2 build /home/runner/work/objectui/objectui/packages/plugin-list
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -9,10 +9,10 @@ rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
- [vite:dts] Declaration files built in 14168ms.
12
+ [vite:dts] Declaration files built in 24518ms.
13
13
  
14
14
  dist/plugin-list.css  110.42 kB │ gzip: 18.12 kB
15
15
  dist/index.js 1,786.50 kB │ gzip: 418.55 kB
16
16
  dist/plugin-list.css  110.42 kB │ gzip: 18.12 kB
17
17
  dist/index.umd.cjs 1,283.35 kB │ gzip: 355.38 kB
18
- ✓ built in 49.28s
18
+ ✓ built in 1m 8s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @object-ui/plugin-list
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
+ - @object-ui/mobile@3.0.2
12
+
3
13
  ## 3.0.1
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-list",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "ListView plugin for Object UI - unified view component with view type switching",
@@ -25,11 +25,11 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "lucide-react": "^0.563.0",
28
- "@object-ui/components": "3.0.1",
29
- "@object-ui/core": "3.0.1",
30
- "@object-ui/mobile": "3.0.1",
31
- "@object-ui/react": "3.0.1",
32
- "@object-ui/types": "3.0.1"
28
+ "@object-ui/components": "3.0.2",
29
+ "@object-ui/core": "3.0.2",
30
+ "@object-ui/mobile": "3.0.2",
31
+ "@object-ui/react": "3.0.2",
32
+ "@object-ui/types": "3.0.2"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "^18.0.0 || ^19.0.0",