@object-ui/plugin-list 3.0.0 → 3.0.1

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.0 build /home/runner/work/objectui/objectui/packages/plugin-list
2
+ > @object-ui/plugin-list@3.0.1 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 13786ms.
12
+ [vite:dts] Declaration files built in 14168ms.
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 46.61s
18
+ ✓ built in 49.28s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @object-ui/plugin-list
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [adf2cc0]
8
+ - @object-ui/react@3.0.1
9
+ - @object-ui/components@3.0.1
10
+ - @object-ui/types@3.0.1
11
+ - @object-ui/core@3.0.1
12
+ - @object-ui/mobile@3.0.1
13
+
3
14
  ## 3.0.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-list",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
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.0",
29
- "@object-ui/core": "3.0.0",
30
- "@object-ui/mobile": "3.0.0",
31
- "@object-ui/react": "3.0.0",
32
- "@object-ui/types": "3.0.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"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "^18.0.0 || ^19.0.0",