@object-ui/plugin-grid 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-grid@3.0.0 build /home/runner/work/objectui/objectui/packages/plugin-grid
2
+ > @object-ui/plugin-grid@3.0.1 build /home/runner/work/objectui/objectui/packages/plugin-grid
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -55,7 +55,7 @@ rendering chunks...
55
55
 
56
56
  computing gzip size...
57
57
  dist/index.js 58.40 kB │ gzip: 15.71 kB
58
- [vite:dts] Declaration files built in 21545ms.
58
+ [vite:dts] Declaration files built in 23319ms.
59
59
  
60
60
  No name was provided for external module "@object-ui/core" in "output.globals" – guessing "core".
61
61
  No name was provided for external module "@object-ui/react" in "output.globals" – guessing "react".
@@ -63,4 +63,4 @@ computing gzip size...
63
63
  No name was provided for external module "@object-ui/components" in "output.globals" – guessing "components".
64
64
  No name was provided for external module "lucide-react" in "output.globals" – guessing "lucideReact".
65
65
  dist/index.umd.cjs 40.64 kB │ gzip: 13.64 kB
66
- ✓ built in 22.79s
66
+ ✓ built in 24.43s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @object-ui/plugin-grid
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/fields@3.0.1
11
+ - @object-ui/types@3.0.1
12
+ - @object-ui/core@3.0.1
13
+ - @object-ui/mobile@3.0.1
14
+
3
15
  ## 3.0.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-grid",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Grid plugin for Object UI",
@@ -17,12 +17,12 @@
17
17
  "dependencies": {
18
18
  "@tanstack/react-virtual": "^3.13.18",
19
19
  "lucide-react": "^0.563.0",
20
- "@object-ui/components": "3.0.0",
21
- "@object-ui/core": "3.0.0",
22
- "@object-ui/fields": "3.0.0",
23
- "@object-ui/mobile": "3.0.0",
24
- "@object-ui/react": "3.0.0",
25
- "@object-ui/types": "3.0.0"
20
+ "@object-ui/components": "3.0.1",
21
+ "@object-ui/core": "3.0.1",
22
+ "@object-ui/fields": "3.0.1",
23
+ "@object-ui/mobile": "3.0.1",
24
+ "@object-ui/react": "3.0.1",
25
+ "@object-ui/types": "3.0.1"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "^18.0.0 || ^19.0.0",
@@ -34,7 +34,7 @@
34
34
  "typescript": "^5.9.3",
35
35
  "vite": "^7.3.1",
36
36
  "vite-plugin-dts": "^4.5.4",
37
- "@object-ui/data-objectstack": "3.0.0"
37
+ "@object-ui/data-objectstack": "3.0.1"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "vite build",