@linzjs/step-ag-grid 21.1.3 → 21.1.4

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,7 +40,7 @@ yarn add @linzjs/step-ag-grid
40
40
  npm run storybook
41
41
  ```
42
42
 
43
- Storybook demo deployed at: https://linz.github.io/step-ag-grid/
43
+ Storybook demo deployed at: https://master--633cd0dc2fe91d7df3ed32e4.chromatic.com/
44
44
 
45
45
  ## Usage
46
46
 
@@ -85,7 +85,7 @@ const GridDemo = () => {
85
85
  export: false,
86
86
  }),
87
87
  // This is the flex column that will expand to fit
88
- GridCell({
88
+ GridCell<ITestRow, string>({
89
89
  field: "name",
90
90
  headerName: "Name",
91
91
  flex: 1,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@linzjs/step-ag-grid",
3
3
  "repository": "github:linz/step-ag-grid.git",
4
4
  "license": "MIT",
5
- "version": "21.1.3",
5
+ "version": "21.1.4",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",