Skip to content

Commit

Permalink
Release 31.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlandsman committed Apr 30, 2024
1 parent 2012834 commit b44b892
Show file tree
Hide file tree
Showing 372 changed files with 1,114 additions and 964 deletions.
4 changes: 2 additions & 2 deletions community-modules/angular/dist/ag-grid-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@ag-grid-community/angular",
"version": "31.3.0",
"version": "31.3.1",
"license": "MIT",
"peerDependencies": {
"@ag-grid-community/core": "31.3.0",
"@ag-grid-community/core": "31.3.1",
"@angular/common": ">= 14.0.0",
"@angular/core": ">= 14.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions community-modules/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag-grid-community/angular",
"version": "31.3.0",
"version": "31.3.1",
"scripts": {
"clean": "rimraf dist",
"ng": "./node_modules/.bin/ng",
Expand All @@ -26,8 +26,8 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@ag-grid-community/core": "31.3.0",
"@ag-grid-community/client-side-row-model": "31.3.0",
"@ag-grid-community/core": "31.3.1",
"@ag-grid-community/client-side-row-model": "31.3.1",
"@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
@@ -1,9 +1,9 @@
{
"name": "@ag-grid-community/angular",
"version": "31.3.0",
"version": "31.3.1",
"license": "MIT",
"peerDependencies": {
"@ag-grid-community/core": "31.3.0",
"@ag-grid-community/core": "31.3.1",
"@angular/common": ">= 14.0.0",
"@angular/core": ">= 14.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ ImmutableService = __decorateClass([
], ImmutableService);

// community-modules/client-side-row-model/src/version.ts
var VERSION = "31.3.0";
var VERSION = "31.3.1";

// community-modules/client-side-row-model/src/clientSideRowModelModule.ts
var ClientSideRowModelModule = {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ ImmutableService = __decorateClass([
], ImmutableService);

// community-modules/client-side-row-model/src/version.ts
var VERSION = "31.3.0";
var VERSION = "31.3.1";

// community-modules/client-side-row-model/src/clientSideRowModelModule.ts
var ClientSideRowModelModule = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ag-grid-community/client-side-row-model",
"version": "31.3.0",
"version": "31.3.1",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0",
"@ag-grid-community/core": "31.3.0"
"@ag-grid-community/core": "31.3.1"
},
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ag-grid-community/client-side-row-model",
"version": "31.3.0",
"version": "31.3.1",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0",
"@ag-grid-community/core": "31.3.0"
"@ag-grid-community/core": "31.3.1"
},
"main": "./src/main.js",
"types": "./dist/types/src/main.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const VERSION = "31.3.0";
export declare const VERSION = "31.3.1";
4 changes: 2 additions & 2 deletions community-modules/client-side-row-model/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ag-grid-community/client-side-row-model",
"version": "31.3.0",
"version": "31.3.1",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0",
"@ag-grid-community/core": "31.3.0"
"@ag-grid-community/core": "31.3.1"
},
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion community-modules/client-side-row-model/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// DO NOT UPDATE MANUALLY: Generated from script during build time
export const VERSION = '31.3.0';
export const VERSION = '31.3.1';
2 changes: 1 addition & 1 deletion community-modules/core/dist/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag-grid-community/core",
"version": "31.3.0",
"version": "31.3.1",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion community-modules/core/dist/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag-grid-community/core",
"version": "31.3.0",
"version": "31.3.1",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion community-modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag-grid-community/core",
"version": "31.3.0",
"version": "31.3.1",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion community-modules/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// DO NOT UPDATE MANUALLY: Generated from script during build time
export const VERSION = '31.3.0';
export const VERSION = '31.3.1';
2 changes: 1 addition & 1 deletion community-modules/csv-export/dist/package/main.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ GridSerializer = __decorateClass([
], GridSerializer);

// community-modules/csv-export/src/version.ts
var VERSION = "31.3.0";
var VERSION = "31.3.1";

// community-modules/csv-export/src/csvExportModule.ts
var CsvExportModule = {
Expand Down
2 changes: 1 addition & 1 deletion community-modules/csv-export/dist/package/main.cjs.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion community-modules/csv-export/dist/package/main.esm.min.mjs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion community-modules/csv-export/dist/package/main.esm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ GridSerializer = __decorateClass([
], GridSerializer);

// community-modules/csv-export/src/version.ts
var VERSION = "31.3.0";
var VERSION = "31.3.1";

// community-modules/csv-export/src/csvExportModule.ts
var CsvExportModule = {
Expand Down
4 changes: 2 additions & 2 deletions community-modules/csv-export/dist/package/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ag-grid-community/csv-export",
"version": "31.3.0",
"version": "31.3.1",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0",
"@ag-grid-community/core": "31.3.0"
"@ag-grid-community/core": "31.3.1"
},
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions community-modules/csv-export/dist/types/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ag-grid-community/csv-export",
"version": "31.3.0",
"version": "31.3.1",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0",
"@ag-grid-community/core": "31.3.0"
"@ag-grid-community/core": "31.3.1"
},
"main": "./src/main.js",
"types": "./dist/types/src/main.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion community-modules/csv-export/dist/types/src/version.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const VERSION = "31.3.0";
export declare const VERSION = "31.3.1";
4 changes: 2 additions & 2 deletions community-modules/csv-export/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ag-grid-community/csv-export",
"version": "31.3.0",
"version": "31.3.1",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0",
"@ag-grid-community/core": "31.3.0"
"@ag-grid-community/core": "31.3.1"
},
"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/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// DO NOT UPDATE MANUALLY: Generated from script during build time
export const VERSION = '31.3.0';
export const VERSION = '31.3.1';
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ InfiniteRowModel = __decorateClass([
], InfiniteRowModel);

// community-modules/infinite-row-model/src/version.ts
var VERSION = "31.3.0";
var VERSION = "31.3.1";

// community-modules/infinite-row-model/src/infiniteRowModelModule.ts
var InfiniteRowModelModule = {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ InfiniteRowModel = __decorateClass([
], InfiniteRowModel);

// community-modules/infinite-row-model/src/version.ts
var VERSION = "31.3.0";
var VERSION = "31.3.1";

// community-modules/infinite-row-model/src/infiniteRowModelModule.ts
var InfiniteRowModelModule = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ag-grid-community/infinite-row-model",
"version": "31.3.0",
"version": "31.3.1",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0",
"@ag-grid-community/core": "31.3.0"
"@ag-grid-community/core": "31.3.1"
},
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions community-modules/infinite-row-model/dist/types/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ag-grid-community/infinite-row-model",
"version": "31.3.0",
"version": "31.3.1",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0",
"@ag-grid-community/core": "31.3.0"
"@ag-grid-community/core": "31.3.1"
},
"main": "./src/main.js",
"types": "./dist/types/src/main.d.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const VERSION = "31.3.0";
export declare const VERSION = "31.3.1";
4 changes: 2 additions & 2 deletions community-modules/infinite-row-model/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ag-grid-community/infinite-row-model",
"version": "31.3.0",
"version": "31.3.1",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"dependencies": {
"tslib": "^2.3.0",
"@ag-grid-community/core": "31.3.0"
"@ag-grid-community/core": "31.3.1"
},
"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/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// DO NOT UPDATE MANUALLY: Generated from script during build time
export const VERSION = '31.3.0';
export const VERSION = '31.3.1';
8 changes: 4 additions & 4 deletions community-modules/react/dist/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag-grid-community/react",
"version": "31.3.0",
"version": "31.3.1",
"description": "AG Grid React Component",
"main": "./dist/package/index.cjs.js",
"types": "./dist/types/src/index.d.ts",
Expand Down 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.0",
"@ag-grid-community/core": "31.3.0",
"@ag-grid-community/client-side-row-model": "31.3.1",
"@ag-grid-community/core": "31.3.1",
"@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.0",
"@ag-grid-community/core": "31.3.1",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions community-modules/react/dist/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag-grid-community/react",
"version": "31.3.0",
"version": "31.3.1",
"description": "AG Grid React Component",
"main": "./src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down 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.0",
"@ag-grid-community/core": "31.3.0",
"@ag-grid-community/client-side-row-model": "31.3.1",
"@ag-grid-community/core": "31.3.1",
"@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.0",
"@ag-grid-community/core": "31.3.1",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions community-modules/react/dist/umd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag-grid-community/react",
"version": "31.3.0",
"version": "31.3.1",
"description": "AG Grid React Component",
"main": "./dist/package/index.cjs.js",
"types": "./dist/types/src/index.d.ts",
Expand Down 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.0",
"@ag-grid-community/core": "31.3.0",
"@ag-grid-community/client-side-row-model": "31.3.1",
"@ag-grid-community/core": "31.3.1",
"@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.0",
"@ag-grid-community/core": "31.3.1",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions community-modules/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag-grid-community/react",
"version": "31.3.0",
"version": "31.3.1",
"description": "AG Grid React Component",
"main": "./dist/package/index.cjs.js",
"types": "./dist/types/src/index.d.ts",
Expand Down 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.0",
"@ag-grid-community/core": "31.3.0",
"@ag-grid-community/client-side-row-model": "31.3.1",
"@ag-grid-community/core": "31.3.1",
"@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.0",
"@ag-grid-community/core": "31.3.1",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion community-modules/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag-grid-community/styles",
"version": "31.3.0",
"version": "31.3.1",
"description": "AG Grid Styles and Themes",
"main": "_index.scss",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion community-modules/theming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag-grid-enterprise/theming",
"version": "31.3.0",
"version": "31.3.1",
"private": true,
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"scripts": {
Expand Down

0 comments on commit b44b892

Please sign in to comment.