@object-ui/plugin-aggrid 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-aggrid@3.1.4 build /home/runner/work/objectui/objectui/packages/plugin-aggrid
2
+ > @object-ui/plugin-aggrid@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-aggrid
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 20096ms.
10
+ [vite:dts] Declaration files built in 19439ms.
11
11
  
12
12
  computing gzip size...
13
13
  dist/index.css 366.84 kB │ gzip: 71.88 kB
@@ -65,4 +65,4 @@ computing gzip size...
65
65
  dist/index.css 366.84 kB │ gzip: 71.88 kB
66
66
  dist/index.umd.cjs 643.37 kB │ gzip: 192.27 kB
67
67
 
68
- ✓ built in 26.49s
68
+ ✓ built in 26.06s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @object-ui/plugin-aggrid
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/data-objectstack@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-aggrid",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
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.4",
29
- "@object-ui/core": "3.1.4",
30
- "@object-ui/data-objectstack": "3.1.4",
31
- "@object-ui/fields": "3.1.4",
32
- "@object-ui/react": "3.1.4",
33
- "@object-ui/types": "3.1.4"
28
+ "@object-ui/components": "3.1.5",
29
+ "@object-ui/core": "3.1.5",
30
+ "@object-ui/data-objectstack": "3.1.5",
31
+ "@object-ui/fields": "3.1.5",
32
+ "@object-ui/react": "3.1.5",
33
+ "@object-ui/types": "3.1.5"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "ag-grid-community": "^32.0.0",