Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore:
Browse files Browse the repository at this point in the history
Gustav-Eikaas committed Nov 14, 2023
1 parent 1697938 commit 0e525c1
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ag-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/workspace-ag-grid",
"version": "2.0.1-alpha.3",
"version": "2.0.1",
"type": "module",
"private": false,
"sideEffects": false,
1 change: 0 additions & 1 deletion packages/ag-grid/src/lib/components/Grid.tsx
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@ export function Grid<TData>({ columnDefs, gridOptions, height, rowData, modules,
rowHeight={32}
groupDisplayType={'multipleColumns'}
headerHeight={32}
// className={themeName}
gridOptions={gridOptions}
columnDefs={columnDefs}
rowData={rowData}
2 changes: 1 addition & 1 deletion packages/workspace-fusion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/workspace-fusion",
"version": "5.4.2-alpha.3",
"version": "5.4.2",
"type": "module",
"sideEffects": false,
"license": "MIT",

0 comments on commit 0e525c1

Please sign in to comment.