Skip to content

Commit

Permalink
Add release note for 31.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlandsman committed May 15, 2024
1 parent ca37a7f commit 765686d
Show file tree
Hide file tree
Showing 36 changed files with 121 additions and 121 deletions.
4 changes: 2 additions & 2 deletions community-modules/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-community/client-side-row-model": "~31.3.2",
"@ag-grid-community/core": "31.3.2",
"@ag-grid-community/client-side-row-model": "31.3.2",
"@angular-devkit/build-angular": "^14.2.12",
"@angular/cli": "^14.2.12",
"@angular/forms": "^14.2.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "31.3.2",
"license": "MIT",
"peerDependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-community/core": "31.3.2",
"@angular/common": ">= 14.0.0",
"@angular/core": ">= 14.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion community-modules/client-side-row-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0",
"@ag-grid-community/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2"
},
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion community-modules/csv-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0",
"@ag-grid-community/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2"
},
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion community-modules/infinite-row-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0",
"@ag-grid-community/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2"
},
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions community-modules/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"devDependencies": {
"@babel/runtime": "^7.16.3",
"prop-types": "^15.6.2",
"@ag-grid-community/client-side-row-model": "~31.3.2",
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-community/client-side-row-model": "31.3.2",
"@ag-grid-community/core": "31.3.2",
"@babel/plugin-proposal-throw-expressions": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@types/react": "~18.0.0",
Expand All @@ -59,7 +59,7 @@
"prop-types": "^15.8.1"
},
"peerDependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-community/core": "31.3.2",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions community-modules/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint": "npx vue-cli-service lint"
},
"devDependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-community/core": "31.3.2",
"@types/node": "18.19.10",
"@vue/cli-plugin-typescript": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^3.11.0",
Expand All @@ -48,7 +48,7 @@
"rimraf": "3.0.2"
},
"peerDependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-community/core": "31.3.2",
"vue": ">= 2.2 <= 2.5.17 || >= 2.5.20",
"vue-property-decorator": "^7.2.0 || ^8.0.0 || ^9.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion community-modules/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:e2ex": "vue-cli-service test:e2e"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-community/core": "31.3.2",
"vue": "^3.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions enterprise-modules/advanced-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
10 changes: 5 additions & 5 deletions enterprise-modules/charts-enterprise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2",
"@ag-grid-enterprise/charts": "~31.3.2",
"ag-charts-community": "~9.3.1-beta.20240505",
"ag-charts-enterprise": "~9.3.1-beta.20240505"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2",
"@ag-grid-enterprise/charts": "31.3.2",
"ag-charts-community": "9.3.1",
"ag-charts-enterprise": "9.3.1"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
8 changes: 4 additions & 4 deletions enterprise-modules/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2",
"@ag-grid-enterprise/range-selection": "~31.3.2",
"ag-charts-community": "~9.3.1-beta.20240505"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2",
"@ag-grid-enterprise/range-selection": "31.3.2",
"ag-charts-community": "9.3.1"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions enterprise-modules/clipboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-community/csv-export": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-community/csv-export": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
8 changes: 4 additions & 4 deletions enterprise-modules/column-tool-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2",
"@ag-grid-enterprise/row-grouping": "~31.3.2",
"@ag-grid-enterprise/side-bar": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2",
"@ag-grid-enterprise/row-grouping": "31.3.2",
"@ag-grid-enterprise/side-bar": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion enterprise-modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions enterprise-modules/excel-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-community/csv-export": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-community/csv-export": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions enterprise-modules/filter-tool-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2",
"@ag-grid-enterprise/side-bar": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2",
"@ag-grid-enterprise/side-bar": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions enterprise-modules/master-detail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions enterprise-modules/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2",
"@ag-grid-enterprise/column-tool-panel": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2",
"@ag-grid-enterprise/column-tool-panel": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions enterprise-modules/multi-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions enterprise-modules/range-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions enterprise-modules/rich-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions enterprise-modules/row-grouping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions enterprise-modules/server-side-row-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions enterprise-modules/set-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions enterprise-modules/side-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions enterprise-modules/sparklines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2",
"ag-charts-community": "~9.3.1-beta.20240505"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2",
"ag-charts-community": "9.3.1"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions enterprise-modules/status-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0",
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2"
},
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions enterprise-modules/viewport-row-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"default": "./dist/package/main.cjs.js"
},
"dependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-enterprise/core": "~31.3.2"
"@ag-grid-community/core": "31.3.2",
"@ag-grid-enterprise/core": "31.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ag-grid-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@ag-grid-community/core": "~31.3.2",
"@ag-grid-community/client-side-row-model": "~31.3.2",
"@ag-grid-community/core": "31.3.2",
"@ag-grid-community/client-side-row-model": "31.3.2",
"@angular-devkit/build-angular": "^14.2.12",
"@angular/cli": "^14.2.12",
"@angular/forms": "^14.2.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "31.3.2",
"license": "MIT",
"peerDependencies": {
"ag-grid-community": "~31.3.2",
"ag-grid-community": "31.3.2",
"@angular/common": ">= 14.0.0",
"@angular/core": ">= 14.0.0"
},
Expand Down
Loading

0 comments on commit 765686d

Please sign in to comment.