@object-ui/plugin-grid 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-grid@3.1.4 build /home/runner/work/objectui/objectui/packages/plugin-grid
2
+ > @object-ui/plugin-grid@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-grid
3
3
  > vite build
4
4
 
5
5
  vite v8.0.1 building client environment for production...
@@ -7,7 +7,7 @@
7
7
  rendering chunks...
8
8
  
9
9
  [vite:dts] Start generate declaration files...
10
- [vite:dts] Declaration files built in 25740ms.
10
+ [vite:dts] Declaration files built in 24822ms.
11
11
  
12
12
  computing gzip size...
13
13
  dist/index.js 104.18 kB │ gzip: 28.58 kB
@@ -23,10 +23,10 @@ dist/index.umd.cjs 78.31 kB │ gzip: 24.32 kB
23
23
  
24
24
  [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "@object-ui/react" in "output.globals" – guessing "_object_ui_react".
25
25
  
26
+ ✓ built in 25.84s
26
27
  [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "@object-ui/fields" in "output.globals" – guessing "_object_ui_fields".
27
28
  
28
29
  [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "@object-ui/components" in "output.globals" – guessing "_object_ui_components".
29
30
  
30
31
  [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "lucide-react" in "output.globals" – guessing "lucide_react".
31
32
  
32
- ✓ built in 27.16s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @object-ui/plugin-grid
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/fields@3.1.5
10
+ - @object-ui/types@3.1.5
11
+ - @object-ui/core@3.1.5
12
+ - @object-ui/mobile@3.1.5
13
+
3
14
  ## 3.1.4
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-grid",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
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.23",
19
19
  "lucide-react": "^0.577.0",
20
- "@object-ui/components": "3.1.4",
21
- "@object-ui/core": "3.1.4",
22
- "@object-ui/fields": "3.1.4",
23
- "@object-ui/mobile": "3.1.4",
24
- "@object-ui/react": "3.1.4",
25
- "@object-ui/types": "3.1.4"
20
+ "@object-ui/components": "3.1.5",
21
+ "@object-ui/core": "3.1.5",
22
+ "@object-ui/fields": "3.1.5",
23
+ "@object-ui/mobile": "3.1.5",
24
+ "@object-ui/react": "3.1.5",
25
+ "@object-ui/types": "3.1.5"
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": "^8.0.1",
36
36
  "vite-plugin-dts": "^4.5.4",
37
- "@object-ui/data-objectstack": "3.1.4"
37
+ "@object-ui/data-objectstack": "3.1.5"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "vite build",