Skip to content

Commit 4ec4d68

Browse files
Automated package version bump to 12.2.0-beta.20250914.
1 parent 2a839e5 commit 4ec4d68

File tree

28 files changed

+49
-49
lines changed

28 files changed

+49
-49
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# For more info, see: https://nx.dev/concepts/inferred-tasks
55
NX_ADD_PLUGINS=false
66
NX_BATCH_MODE=true
7-
PUBLIC_PACKAGE_VERSION=12.2.0
7+
PUBLIC_PACKAGE_VERSION=12.2.0-beta.20250914

libraries/ag-charts-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-charts-test",
3-
"version": "12.2.0",
3+
"version": "12.2.0-beta.20250914",
44
"dependencies": {
55
"skia-canvas": "^2.0.2",
66
"pixelmatch": "^5.2.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-charts",
3-
"version": "12.2.0",
3+
"version": "12.2.0-beta.20250914",
44
"license": "MIT",
55
"scripts": {
66
"init": "yarn install",

packages/ag-charts-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-charts-angular",
3-
"version": "12.2.0",
3+
"version": "12.2.0-beta.20250914",
44
"scripts": {
55
"ng": "ng",
66
"build": "ng build",
@@ -33,7 +33,7 @@
3333
"module": "./dist/ag-charts-angular/fesm2022/ag-charts-angular.mjs",
3434
"typings": "./dist/ag-charts-angular/index.d.ts",
3535
"dependencies": {
36-
"ag-charts-community": "12.2.0",
36+
"ag-charts-community": "12.2.0-beta.20250914",
3737
"tslib": "^2.3.0"
3838
},
3939
"devDependencies": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-charts-angular",
3-
"version": "12.2.0",
3+
"version": "12.2.0-beta.20250914",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ag-grid/ag-charts.git"
@@ -22,7 +22,7 @@
2222
"@angular/core": ">= 17.0.0"
2323
},
2424
"dependencies": {
25-
"ag-charts-community": "12.2.0",
25+
"ag-charts-community": "12.2.0-beta.20250914",
2626
"tslib": "^2.3.0"
2727
}
2828
}

packages/ag-charts-community-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "commonjs",
55
"private": true,
66
"dependencies": {
7-
"ag-charts-community": "12.2.0",
7+
"ag-charts-community": "12.2.0-beta.20250914",
88
"react": "^18.2.0",
99
"react-dom": "^18.2.0",
1010
"tslib": "^2.3.0"

packages/ag-charts-community/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-charts-community",
3-
"version": "12.2.0",
3+
"version": "12.2.0-beta.20250914",
44
"description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue",
55
"main": "./dist/package/main.cjs.js",
66
"types": "./dist/types/src/main.d.ts",
@@ -70,9 +70,9 @@
7070
],
7171
"homepage": "https://www.ag-grid.com/charts/",
7272
"dependencies": {
73-
"ag-charts-core": "12.2.0",
74-
"ag-charts-types": "12.2.0",
75-
"ag-charts-locale": "12.2.0"
73+
"ag-charts-core": "12.2.0-beta.20250914",
74+
"ag-charts-types": "12.2.0-beta.20250914",
75+
"ag-charts-locale": "12.2.0-beta.20250914"
7676
},
7777
"devDependencies": {
7878
"@jest/globals": "29.6.1",
@@ -81,7 +81,7 @@
8181
"@types/node": "^16.0.0",
8282
"@types/pixelmatch": "^5.2.4",
8383
"@types/pngjs": "^6.0.1",
84-
"ag-charts-test": "12.2.0",
84+
"ag-charts-test": "12.2.0-beta.20250914",
8585
"skia-canvas": "^2.0.2",
8686
"path2d": "^0.2.0",
8787
"timezone-mock": "^1.3.6"
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 = '12.2.0';
2+
export const VERSION = '12.2.0-beta.20250914';

packages/ag-charts-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-charts-core",
3-
"version": "12.2.0",
3+
"version": "12.2.0-beta.20250914",
44
"description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue",
55
"sideEffects": false,
66
"main": "./dist/package/main.cjs.js",
@@ -49,7 +49,7 @@
4949
],
5050
"homepage": "https://www.ag-grid.com/charts/",
5151
"dependencies": {
52-
"ag-charts-types": "12.2.0"
52+
"ag-charts-types": "12.2.0-beta.20250914"
5353
},
5454
"devDependencies": {
5555
"@jest/globals": "29.6.1"

packages/ag-charts-enterprise/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-charts-enterprise",
3-
"version": "12.2.0",
3+
"version": "12.2.0-beta.20250914",
44
"description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue",
55
"main": "./dist/package/main.cjs.js",
66
"types": "./dist/types/src/main.d.ts",
@@ -61,7 +61,7 @@
6161
"@types/jest-image-snapshot": "^5.1.0",
6262
"@types/pixelmatch": "^5.2.4",
6363
"@types/pngjs": "^6.0.1",
64-
"ag-charts-test": "12.2.0",
64+
"ag-charts-test": "12.2.0-beta.20250914",
6565
"skia-canvas": "^2.0.2",
6666
"del": "^6.0.0",
6767
"glob": "8.0.3",
@@ -78,8 +78,8 @@
7878
"typescript": "^5.4.5"
7979
},
8080
"dependencies": {
81-
"ag-charts-community": "12.2.0",
82-
"ag-charts-core": "12.2.0"
81+
"ag-charts-community": "12.2.0-beta.20250914",
82+
"ag-charts-core": "12.2.0-beta.20250914"
8383
},
8484
"publishConfig": {
8585
"access": "public"

0 commit comments

Comments
 (0)