@object-ui/plugin-aggrid 3.1.1 → 3.1.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-aggrid@3.1.1 build /home/runner/work/objectui/objectui/packages/plugin-aggrid
2
+ > @object-ui/plugin-aggrid@3.1.2 build /home/runner/work/objectui/objectui/packages/plugin-aggrid
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -72,7 +72,7 @@ rendering chunks...
72
72
  
73
73
  [vite:dts] Start generate declaration files...
74
74
  computing gzip size...
75
- [vite:dts] Declaration files built in 20381ms.
75
+ [vite:dts] Declaration files built in 22298ms.
76
76
  
77
77
  dist/index.css 370.94 kB │ gzip: 72.89 kB
78
78
  dist/index.js  0.22 kB │ gzip: 0.16 kB
@@ -96,4 +96,4 @@ computing gzip size...
96
96
  dist/ObjectAgGridImpl-CujXHJ0J.js 945.41 kB │ gzip: 208.75 kB
97
97
  dist/index.css 370.94 kB │ gzip: 72.89 kB
98
98
  dist/index.umd.cjs 616.78 kB │ gzip: 184.34 kB
99
- ✓ built in 31.97s
99
+ ✓ built in 40.07s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @object-ui/plugin-aggrid
2
2
 
3
+ ## 3.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.1.2
8
+ - @object-ui/core@3.1.2
9
+ - @object-ui/react@3.1.2
10
+ - @object-ui/components@3.1.2
11
+ - @object-ui/fields@3.1.2
12
+ - @object-ui/data-objectstack@3.1.2
13
+
3
14
  ## 3.1.1
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-aggrid",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "AG Grid data grid plugin for Object UI, powered by AG Grid Community",
@@ -25,12 +25,12 @@
25
25
  "./style.css": "./dist/index.css"
26
26
  },
27
27
  "dependencies": {
28
- "@object-ui/components": "3.1.1",
29
- "@object-ui/data-objectstack": "3.1.1",
30
- "@object-ui/fields": "3.1.1",
31
- "@object-ui/react": "3.1.1",
32
- "@object-ui/types": "3.1.1",
33
- "@object-ui/core": "3.1.1"
28
+ "@object-ui/components": "3.1.2",
29
+ "@object-ui/core": "3.1.2",
30
+ "@object-ui/data-objectstack": "3.1.2",
31
+ "@object-ui/fields": "3.1.2",
32
+ "@object-ui/react": "3.1.2",
33
+ "@object-ui/types": "3.1.2"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "ag-grid-community": "^32.0.0",