@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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +12 -0
- package/package.json +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/plugin-grid@3.0.
|
|
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
|
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -55,7 +55,7 @@ rendering chunks...
|
|
|
55
55
|
|
|
56
56
|
computing gzip size...
|
|
57
57
|
[2mdist/[22m[36mindex.js [39m[1m[2m58.40 kB[22m[1m[22m[2m │ gzip: 15.71 kB[22m
|
|
58
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
58
|
+
[32m[36m[vite:dts][32m Declaration files built in 23319ms.
|
|
59
59
|
[39m
|
|
60
60
|
[33mNo name was provided for external module "@object-ui/core" in "output.globals" – guessing "core".[39m
|
|
61
61
|
[33mNo name was provided for external module "@object-ui/react" in "output.globals" – guessing "react".[39m
|
|
@@ -63,4 +63,4 @@ computing gzip size...
|
|
|
63
63
|
[33mNo name was provided for external module "@object-ui/components" in "output.globals" – guessing "components".[39m
|
|
64
64
|
[33mNo name was provided for external module "lucide-react" in "output.globals" – guessing "lucideReact".[39m
|
|
65
65
|
[2mdist/[22m[36mindex.umd.cjs [39m[1m[2m40.64 kB[22m[1m[22m[2m │ gzip: 13.64 kB[22m
|
|
66
|
-
[32m✓ built in
|
|
66
|
+
[32m✓ built in 24.43s[39m
|
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.
|
|
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.
|
|
21
|
-
"@object-ui/core": "3.0.
|
|
22
|
-
"@object-ui/fields": "3.0.
|
|
23
|
-
"@object-ui/mobile": "3.0.
|
|
24
|
-
"@object-ui/react": "3.0.
|
|
25
|
-
"@object-ui/types": "3.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.
|
|
37
|
+
"@object-ui/data-objectstack": "3.0.1"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "vite build",
|