Skip to content

Commit acc2bd0

Browse files
Merge pull request ag-grid#13294 from ag-grid/grid-integration-62
Grid Bump
2 parents b52445a + cb1a99f commit acc2bd0

File tree

26 files changed

+58
-58
lines changed

26 files changed

+58
-58
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Production Build
2-
BUILD_GRID_VERSION=35.1.0-beta.20260312.1528
3-
BUILD_CHARTS_VERSION=13.1.0-beta.20260312
2+
BUILD_GRID_VERSION=35.1.0-beta.20260313.1538
3+
BUILD_CHARTS_VERSION=13.1.0-beta.20260313.1503
44
ENV=local
55
NX_BATCH_MODE=true
66
NX_ADD_PLUGINS=false

community-modules/locale/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ag-grid-community/locale",
3-
"version": "35.1.0-beta.20260312.1528",
3+
"version": "35.1.0-beta.20260313.1538",
44
"description": "Localisation Module for AG Grid, providing translations in 31 languages.",
55
"main": "./dist/package/main.cjs.js",
66
"types": "./dist/types/src/main.d.ts",

community-modules/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ag-grid-community/styles",
3-
"version": "35.1.0-beta.20260312.1528",
3+
"version": "35.1.0-beta.20260313.1538",
44
"description": "AG Grid Styles and Themes",
55
"main": "_index.scss",
66
"files": [

documentation/ag-grid-docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ag-grid-docs",
33
"description": "Documentation for AG Grid",
44
"type": "module",
5-
"version": "35.1.0-beta.20260312.1528",
5+
"version": "35.1.0-beta.20260313.1538",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/ag-grid/ag-grid.git"
@@ -59,11 +59,11 @@
5959
"ag-charts-types": "13.1.0-beta.20260313.1503",
6060
"ag-charts-react": "13.1.0-beta.20260313.1503",
6161
"ag-charts-vue3": "13.1.0-beta.20260313.1503",
62-
"ag-grid-angular": "35.1.0-beta.20260312.1528",
63-
"ag-grid-community": "35.1.0-beta.20260312.1528",
64-
"ag-grid-enterprise": "35.1.0-beta.20260312.1528",
65-
"ag-grid-react": "35.1.0-beta.20260312.1528",
66-
"ag-grid-vue3": "35.1.0-beta.20260312.1528",
62+
"ag-grid-angular": "35.1.0-beta.20260313.1538",
63+
"ag-grid-community": "35.1.0-beta.20260313.1538",
64+
"ag-grid-enterprise": "35.1.0-beta.20260313.1538",
65+
"ag-grid-react": "35.1.0-beta.20260313.1538",
66+
"ag-grid-vue3": "35.1.0-beta.20260313.1538",
6767
"algoliasearch": "^4.18.0",
6868
"astro": "5.16.6",
6969
"cheerio": "^1.0.0",

documentation/update-algolia-indices/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "update-algolia-indices",
3-
"version": "35.1.0-beta.20260312.1528",
3+
"version": "35.1.0-beta.20260313.1538",
44
"description": "Update algolia indices",
55
"main": "src/index.ts",
66
"type": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-grid",
3-
"version": "35.1.0-beta.20260312.1528",
3+
"version": "35.1.0-beta.20260313.1538",
44
"license": "MIT",
55
"scripts": {
66
"compressVideo": "tsx external/ag-website-shared/scripts/compress-video",

packages/ag-grid-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-grid-angular",
3-
"version": "35.1.0-beta.20260312.1528",
3+
"version": "35.1.0-beta.20260313.1538",
44
"description": "AG Grid Angular Component",
55
"scripts": {
66
"clean": "rimraf dist",
@@ -15,7 +15,7 @@
1515
"module": "./dist/ag-grid-angular/fesm2022/ag-grid-angular.mjs",
1616
"typings": "./dist/ag-grid-angular/index.d.ts",
1717
"dependencies": {
18-
"ag-grid-community": "35.1.0-beta.20260312.1528",
18+
"ag-grid-community": "35.1.0-beta.20260313.1538",
1919
"@angular/animations": "^18.0.7",
2020
"@angular/common": "^18.0.7",
2121
"@angular/compiler": "^18.0.7",
@@ -27,7 +27,7 @@
2727
"zone.js": "~0.15.1"
2828
},
2929
"devDependencies": {
30-
"ag-grid-community": "35.1.0-beta.20260312.1528",
30+
"ag-grid-community": "35.1.0-beta.20260313.1538",
3131
"@angular-devkit/build-angular": "^18.0.7",
3232
"@angular/cli": "^18.0.7",
3333
"@angular/forms": "^18.0.7",

packages/ag-grid-angular/projects/ag-grid-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "ag-grid-angular",
3-
"version": "35.1.0-beta.20260312.1528",
3+
"version": "35.1.0-beta.20260313.1538",
44
"description": "AG Grid Angular Component",
55
"license": "MIT",
66
"peerDependencies": {
77
"@angular/common": ">= 18.0.0",
88
"@angular/core": ">= 18.0.0"
99
},
1010
"dependencies": {
11-
"ag-grid-community": "35.1.0-beta.20260312.1528",
11+
"ag-grid-community": "35.1.0-beta.20260313.1538",
1212
"tslib": "^2.3.0"
1313
},
1414
"repository": {

packages/ag-grid-community/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-grid-community",
3-
"version": "35.1.0-beta.20260312.1528",
3+
"version": "35.1.0-beta.20260313.1538",
44
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
55
"main": "./dist/package/main.cjs.js",
66
"types": "./dist/types/src/main.d.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// DO NOT UPDATE MANUALLY: Generated from script during build time
2-
export const VERSION = '35.1.0-beta.20260312.1528';
2+
export const VERSION = '35.1.0-beta.20260313.1538';

0 commit comments

Comments
 (0)