Skip to content

Commit

Permalink
Merge pull request #60 from mercurymedia/chore/upgrade-npm-version
Browse files Browse the repository at this point in the history
Bump npm version to 4.1.0
  • Loading branch information
hingew authored Jul 26, 2024
2 parents 7862ca0 + 7d6c1e1 commit 216c34d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NPM_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# NPM Changelog

## [4.1.0]

- Add support for column groups

## [4.0.2]

- Use AgGrid default bool renderer
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ The latest [Elm package version](https://package.elm-lang.org/packages/mercuryme
| 14.0.0 - 18.0.0 | 3.4.0 - 3.4.2 |
| 19.0.0 - 22.0.0 | 3.5.0 |
| 23.0.0 - 23.1.0 | 3.6.0 |
| 24.0.0 - \* | 3.7.0 - 4.0.0 |
| 24.0.0 - 27.0.2 | 3.7.0 - 4.0.2 |
| 28.0.0 - * | 3.7.0 - 4.1.0 |

## Ag Grid Enterprise

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mercurymedia/elm-ag-grid",
"version": "4.0.2",
"version": "4.1.0",
"description": "",
"main": "ag-grid-webcomponent/index.js",
"files": [
Expand Down

0 comments on commit 216c34d

Please sign in to comment.