@object-ui/plugin-aggrid 3.0.0 → 3.0.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.0.0 build /home/runner/work/objectui/objectui/packages/plugin-aggrid
2
+ > @object-ui/plugin-aggrid@3.0.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 15637ms.
75
+ [vite:dts] Declaration files built in 14334ms.
76
76
  
77
77
  dist/index.css 318.68 kB │ gzip: 61.72 kB
78
78
  dist/index.js  0.22 kB │ gzip: 0.16 kB
@@ -96,4 +96,4 @@ computing gzip size...
96
96
  dist/ObjectAgGridImpl-CotBxBL9.js 941.84 kB │ gzip: 207.85 kB
97
97
  dist/index.css 318.68 kB │ gzip: 61.72 kB
98
98
  dist/index.umd.cjs 612.28 kB │ gzip: 182.93 kB
99
- ✓ built in 25.38s
99
+ ✓ built in 24.05s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @object-ui/plugin-aggrid
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.0.2
8
+ - @object-ui/core@3.0.2
9
+ - @object-ui/react@3.0.2
10
+ - @object-ui/components@3.0.2
11
+ - @object-ui/fields@3.0.2
12
+ - @object-ui/data-objectstack@3.0.2
13
+
14
+ ## 3.0.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [adf2cc0]
19
+ - @object-ui/react@3.0.1
20
+ - @object-ui/components@3.0.1
21
+ - @object-ui/fields@3.0.1
22
+ - @object-ui/types@3.0.1
23
+ - @object-ui/core@3.0.1
24
+ - @object-ui/data-objectstack@3.0.1
25
+
3
26
  ## 3.0.0
4
27
 
5
28
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-aggrid",
3
- "version": "3.0.0",
3
+ "version": "3.0.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.0.0",
29
- "@object-ui/core": "3.0.0",
30
- "@object-ui/data-objectstack": "3.0.0",
31
- "@object-ui/fields": "3.0.0",
32
- "@object-ui/react": "3.0.0",
33
- "@object-ui/types": "3.0.0"
28
+ "@object-ui/components": "3.0.2",
29
+ "@object-ui/core": "3.0.2",
30
+ "@object-ui/data-objectstack": "3.0.2",
31
+ "@object-ui/fields": "3.0.2",
32
+ "@object-ui/react": "3.0.2",
33
+ "@object-ui/types": "3.0.2"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "ag-grid-community": "^32.0.0",