diff --git a/.changeset/neat-cobras-watch.md b/.changeset/neat-cobras-watch.md deleted file mode 100644 index ff8d0f783d..0000000000 --- a/.changeset/neat-cobras-watch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@equinor/fusion-framework-cookbook-app-react-ag-grid': minor -'@equinor/fusion-framework-module-ag-grid': minor ---- - -bump the ag-grid to 32.3 diff --git a/cookbooks/app-react-ag-grid/CHANGELOG.md b/cookbooks/app-react-ag-grid/CHANGELOG.md index 6e89dc05e6..7ad9f552ca 100644 --- a/cookbooks/app-react-ag-grid/CHANGELOG.md +++ b/cookbooks/app-react-ag-grid/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.6.0 + +### Minor Changes + +- [#2532](https://github.com/equinor/fusion-framework/pull/2532) [`850ffee`](https://github.com/equinor/fusion-framework/commit/850ffee7b84aaaf43e63fd3691177c72ec031e7e) Thanks [@dependabot](https://github.com/apps/dependabot)! - bump the ag-grid to 32.3 + +### Patch Changes + +- Updated dependencies [[`850ffee`](https://github.com/equinor/fusion-framework/commit/850ffee7b84aaaf43e63fd3691177c72ec031e7e)]: + - @equinor/fusion-framework-module-ag-grid@32.3.0 + ## 0.5.1 ### Patch Changes diff --git a/cookbooks/app-react-ag-grid/package.json b/cookbooks/app-react-ag-grid/package.json index 4f219c13c7..ff77f702f2 100644 --- a/cookbooks/app-react-ag-grid/package.json +++ b/cookbooks/app-react-ag-grid/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cookbook-app-react-ag-grid", - "version": "0.5.1", + "version": "0.6.0", "description": "Setup AG-grid with fusion-framework", "private": true, "type": "module", diff --git a/packages/modules/ag-grid/CHANGELOG.md b/packages/modules/ag-grid/CHANGELOG.md index 9af3409647..36f4d3ac2e 100644 --- a/packages/modules/ag-grid/CHANGELOG.md +++ b/packages/modules/ag-grid/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 32.3.0 + +### Minor Changes + +- [#2532](https://github.com/equinor/fusion-framework/pull/2532) [`850ffee`](https://github.com/equinor/fusion-framework/commit/850ffee7b84aaaf43e63fd3691177c72ec031e7e) Thanks [@dependabot](https://github.com/apps/dependabot)! - bump the ag-grid to 32.3 + ## 32.2.0 ### Minor Changes diff --git a/packages/modules/ag-grid/package.json b/packages/modules/ag-grid/package.json index 17f562f650..2b0b4578cf 100644 --- a/packages/modules/ag-grid/package.json +++ b/packages/modules/ag-grid/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-module-ag-grid", - "version": "32.2.0", + "version": "32.3.0", "description": "Fusion module for using AG Grid", "main": "dist/esm/index.js", "exports": {