Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Production Build
BUILD_GRID_VERSION=35.0.0-beta.20260111.2037
BUILD_CHARTS_VERSION=13.0.0-beta.20260111
BUILD_GRID_VERSION=35.0.0-beta.20260118.2037
BUILD_CHARTS_VERSION=13.0.0-beta.20260118
ENV=local
NX_BATCH_MODE=true
NX_ADD_PLUGINS=false
Expand Down
2 changes: 1 addition & 1 deletion community-modules/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag-grid-community/locale",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"description": "Localisation Module for AG Grid, providing translations in 31 languages.",
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
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": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"description": "AG Grid Styles and Themes",
"main": "_index.scss",
"files": [
Expand Down
24 changes: 12 additions & 12 deletions documentation/ag-grid-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ag-grid-docs",
"description": "Documentation for AG Grid",
"type": "module",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-grid.git"
Expand Down Expand Up @@ -53,17 +53,17 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@pqina/flip": "^1.8.4",
"ag-charts-angular": "13.0.0-beta.20260111",
"ag-charts-community": "13.0.0-beta.20260111",
"ag-charts-enterprise": "13.0.0-beta.20260111",
"ag-charts-types": "13.0.0-beta.20260111",
"ag-charts-react": "13.0.0-beta.20260111",
"ag-charts-vue3": "13.0.0-beta.20260111",
"ag-grid-angular": "35.0.0-beta.20260111.2037",
"ag-grid-community": "35.0.0-beta.20260111.2037",
"ag-grid-enterprise": "35.0.0-beta.20260111.2037",
"ag-grid-react": "35.0.0-beta.20260111.2037",
"ag-grid-vue3": "35.0.0-beta.20260111.2037",
"ag-charts-angular": "13.0.0-beta.20260118",
"ag-charts-community": "13.0.0-beta.20260118",
"ag-charts-enterprise": "13.0.0-beta.20260118",
"ag-charts-types": "13.0.0-beta.20260118",
"ag-charts-react": "13.0.0-beta.20260118",
"ag-charts-vue3": "13.0.0-beta.20260118",
"ag-grid-angular": "35.0.0-beta.20260118.2037",
"ag-grid-community": "35.0.0-beta.20260118.2037",
"ag-grid-enterprise": "35.0.0-beta.20260118.2037",
"ag-grid-react": "35.0.0-beta.20260118.2037",
"ag-grid-vue3": "35.0.0-beta.20260118.2037",
"algoliasearch": "^4.18.0",
"astro": "5.16.6",
"cheerio": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion documentation/update-algolia-indices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "update-algolia-indices",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"description": "Update algolia indices",
"main": "src/index.ts",
"type": "module",
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": "ag-grid",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"license": "MIT",
"scripts": {
"compressVideo": "tsx external/ag-website-shared/scripts/compress-video",
Expand Down
6 changes: 3 additions & 3 deletions packages/ag-grid-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-angular",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"description": "AG Grid Angular Component",
"scripts": {
"clean": "rimraf dist",
Expand All @@ -15,7 +15,7 @@
"module": "./dist/ag-grid-angular/fesm2022/ag-grid-angular.mjs",
"typings": "./dist/ag-grid-angular/index.d.ts",
"dependencies": {
"ag-grid-community": "35.0.0-beta.20260111.2037",
"ag-grid-community": "35.0.0-beta.20260118.2037",
"@angular/animations": "^18.0.7",
"@angular/common": "^18.0.7",
"@angular/compiler": "^18.0.7",
Expand All @@ -27,7 +27,7 @@
"zone.js": "~0.15.1"
},
"devDependencies": {
"ag-grid-community": "35.0.0-beta.20260111.2037",
"ag-grid-community": "35.0.0-beta.20260118.2037",
"@angular-devkit/build-angular": "^18.0.7",
"@angular/cli": "^18.0.7",
"@angular/forms": "^18.0.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ag-grid-angular",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"description": "AG Grid Angular Component",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">= 18.0.0",
"@angular/core": ">= 18.0.0"
},
"dependencies": {
"ag-grid-community": "35.0.0-beta.20260111.2037",
"ag-grid-community": "35.0.0-beta.20260118.2037",
"tslib": "^2.3.0"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ag-grid-community/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-community",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down Expand Up @@ -119,7 +119,7 @@
],
"homepage": "https://www.ag-grid.com/",
"dependencies": {
"ag-charts-types": "13.0.0-beta.20260111"
"ag-charts-types": "13.0.0-beta.20260118"
},
"devDependencies": {
"source-map-loader": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-grid-community/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 = '35.0.0-beta.20260111.2037';
export const VERSION = '35.0.0-beta.20260118.2037';
12 changes: 6 additions & 6 deletions packages/ag-grid-enterprise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-enterprise",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down Expand Up @@ -113,16 +113,16 @@
],
"homepage": "https://www.ag-grid.com/",
"dependencies": {
"ag-grid-community": "35.0.0-beta.20260111.2037"
"ag-grid-community": "35.0.0-beta.20260118.2037"
},
"optionalDependencies": {
"ag-charts-community": "13.0.0-beta.20260111",
"ag-charts-enterprise": "13.0.0-beta.20260111"
"ag-charts-community": "13.0.0-beta.20260118",
"ag-charts-enterprise": "13.0.0-beta.20260118"
},
"devDependencies": {
"source-map-loader": "^5.0.0",
"ag-charts-community": "13.0.0-beta.20260111",
"ag-charts-enterprise": "13.0.0-beta.20260111",
"ag-charts-community": "13.0.0-beta.20260118",
"ag-charts-enterprise": "13.0.0-beta.20260118",
"ts-loader": "^9.5.1",
"esbuild-loader": "^4.4.0",
"style-loader": "^3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-grid-enterprise/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 = '35.0.0-beta.20260111.2037';
export const VERSION = '35.0.0-beta.20260118.2037';
6 changes: 3 additions & 3 deletions packages/ag-grid-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-react",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"description": "AG Grid React Component",
"main": "./dist/package/index.cjs.js",
"types": "./dist/types/src/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@babel/runtime": "^7.27.1",
"prop-types": "^15.6.2",
"ag-grid-community": "35.0.0-beta.20260111.2037",
"ag-grid-community": "35.0.0-beta.20260118.2037",
"@babel/plugin-proposal-throw-expressions": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/react": "~18.3.26",
Expand All @@ -44,7 +44,7 @@
},
"dependencies": {
"prop-types": "^15.8.1",
"ag-grid-community": "35.0.0-beta.20260111.2037"
"ag-grid-community": "35.0.0-beta.20260118.2037"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ag-grid-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ag-grid-vue3",
"description": "AG Grid Vue 3 Component",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"author": "Sean Landsman <sean@thelandsmans.com>",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"build-only:watch": "vite build --watch"
},
"dependencies": {
"ag-grid-community": "35.0.0-beta.20260111.2037"
"ag-grid-community": "35.0.0-beta.20260118.2037"
},
"devDependencies": {
"vue": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/ag-grid-generate-code-reference-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-generate-code-reference-files",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"private": true,
"dependencies": {
"ag-shared": "0.0.1",
Expand Down
4 changes: 2 additions & 2 deletions plugins/ag-grid-generate-example-files/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ag-grid-generate-example-files",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"private": true,
"dependencies": {
"ag-shared": "0.0.1",
"ag-grid-community": "35.0.0-beta.20260111.2037",
"ag-grid-community": "35.0.0-beta.20260118.2037",
"glob": "8.0.3",
"typescript": "~5.4.5",
"cheerio": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/ag-grid-task-autogen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-task-autogen",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"private": true,
"dependencies": {
"@nx/devkit": "20.3.1",
Expand Down
12 changes: 6 additions & 6 deletions testing/accessibility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-accessibility",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"scripts": {
"download-examples": "curl --retry 5 -retry-all-errors https://grid-staging.ag-grid.com/debug/all-examples.json > ./all-examples.json",
"download-examples-local": "curl https://localhost:4610/debug/all-examples.json > ./all-examples.json",
Expand All @@ -18,11 +18,11 @@
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"ag-grid-angular": "35.0.0-beta.20260111.2037",
"ag-grid-community": "35.0.0-beta.20260111.2037",
"ag-grid-enterprise": "35.0.0-beta.20260111.2037",
"ag-charts-community": "13.0.0-beta.20260111",
"ag-charts-enterprise": "13.0.0-beta.20260111",
"ag-grid-angular": "35.0.0-beta.20260118.2037",
"ag-grid-community": "35.0.0-beta.20260118.2037",
"ag-grid-enterprise": "35.0.0-beta.20260118.2037",
"ag-charts-community": "13.0.0-beta.20260118",
"ag-charts-enterprise": "13.0.0-beta.20260118",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
Expand Down
8 changes: 4 additions & 4 deletions testing/behavioural/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "ag-behavioural-testing",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"private": true,
"description": "Behavioural unit testing for ag-Grid",
"dependencies": {
"tslib": "^2.8.1"
},
"type": "module",
"devDependencies": {
"ag-grid-community": "35.0.0-beta.20260111.2037",
"ag-grid-enterprise": "35.0.0-beta.20260111.2037",
"ag-grid-react": "35.0.0-beta.20260111.2037",
"ag-grid-community": "35.0.0-beta.20260118.2037",
"ag-grid-enterprise": "35.0.0-beta.20260118.2037",
"ag-grid-react": "35.0.0-beta.20260118.2037",
"@vitejs/plugin-react": "^4.5.1",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
Expand Down
2 changes: 1 addition & 1 deletion testing/behavioural/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 = '35.0.0-beta.20260111.2037';
export const VERSION = '35.0.0-beta.20260118.2037';
2 changes: 1 addition & 1 deletion testing/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-csp",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"description": "CSP testing for AG Grid",
"main": "index.js",
"scripts": {},
Expand Down
12 changes: 6 additions & 6 deletions testing/module-size-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-module-size-angular",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -20,11 +20,11 @@
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"ag-grid-angular": "35.0.0-beta.20260111.2037",
"ag-grid-community": "35.0.0-beta.20260111.2037",
"ag-grid-enterprise": "35.0.0-beta.20260111.2037",
"ag-charts-community": "13.0.0-beta.20260111",
"ag-charts-enterprise": "13.0.0-beta.20260111",
"ag-grid-angular": "35.0.0-beta.20260118.2037",
"ag-grid-community": "35.0.0-beta.20260118.2037",
"ag-grid-enterprise": "35.0.0-beta.20260118.2037",
"ag-charts-community": "13.0.0-beta.20260118",
"ag-charts-enterprise": "13.0.0-beta.20260118",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
Expand Down
12 changes: 6 additions & 6 deletions testing/module-size/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ag-grid-module-size",
"private": true,
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"scripts": {
"dev": "vite",
"cp-app": "cp ./src/App_Src.tsx ./src/App_AUTO.tsx",
Expand All @@ -14,11 +14,11 @@
"test:e2e": "run-s \"module-combinations -- {1}\" module-validate --"
},
"dependencies": {
"ag-grid-react": "35.0.0-beta.20260111.2037",
"ag-grid-community": "35.0.0-beta.20260111.2037",
"ag-grid-enterprise": "35.0.0-beta.20260111.2037",
"ag-charts-community": "13.0.0-beta.20260111",
"ag-charts-enterprise": "13.0.0-beta.20260111",
"ag-grid-react": "35.0.0-beta.20260118.2037",
"ag-grid-community": "35.0.0-beta.20260118.2037",
"ag-grid-enterprise": "35.0.0-beta.20260118.2037",
"ag-charts-community": "13.0.0-beta.20260118",
"ag-charts-enterprise": "13.0.0-beta.20260118",
"ag-shared": "0.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions testing/public-recipes/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "ag-grid-public-e2e-testing-recipes",
"version": "35.0.0-beta.20260111.2037",
"version": "35.0.0-beta.20260118.2037",
"description": "Public E2E testing recipes for AG Grid",
"main": "index.js",
"scripts": {},
"license": "MIT",
"devDependencies": {
"ag-grid-community": "35.0.0-beta.20260111.2037",
"ag-grid-community": "35.0.0-beta.20260118.2037",
"playwright": "^1.56.0",
"@playwright/test": "^1.56.0",
"@types/node": "^24.0.3"
Expand Down
Loading
Loading