WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ef530fe

Browse files
BRANCH prep for 13.0.0-beta.20251205
1 parent 586abf5 commit ef530fe

File tree

29 files changed

+58
-58
lines changed

29 files changed

+58
-58
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.3.1-beta.20251203
7+
PUBLIC_PACKAGE_VERSION=13.0.0-beta.20251205

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.3.1-beta.20251203",
3+
"version": "13.0.0-beta.20251205",
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.3.1-beta.20251203",
3+
"version": "13.0.0-beta.20251205",
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.3.1-beta.20251203",
3+
"version": "13.0.0-beta.20251205",
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.3.1-beta.20251203",
36+
"ag-charts-community": "13.0.0-beta.20251205",
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.3.1-beta.20251203",
3+
"version": "13.0.0-beta.20251205",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ag-grid/ag-charts.git"
@@ -22,7 +22,7 @@
2222
"@angular/core": ">= 18.0.0"
2323
},
2424
"dependencies": {
25-
"ag-charts-community": "12.3.1-beta.20251203",
25+
"ag-charts-community": "13.0.0-beta.20251205",
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.3.1-beta.20251203",
7+
"ag-charts-community": "13.0.0-beta.20251205",
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.3.1-beta.20251203",
3+
"version": "13.0.0-beta.20251205",
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",
@@ -64,9 +64,9 @@
6464
],
6565
"homepage": "https://www.ag-grid.com/charts/",
6666
"dependencies": {
67-
"ag-charts-core": "12.3.1-beta.20251203",
68-
"ag-charts-types": "12.3.1-beta.20251203",
69-
"ag-charts-locale": "12.3.1-beta.20251203"
67+
"ag-charts-core": "13.0.0-beta.20251205",
68+
"ag-charts-types": "13.0.0-beta.20251205",
69+
"ag-charts-locale": "13.0.0-beta.20251205"
7070
},
7171
"devDependencies": {
7272
"@jest/globals": "29.7.0",
@@ -75,7 +75,7 @@
7575
"@types/node": "^16.0.0",
7676
"@types/pixelmatch": "^5.2.4",
7777
"@types/pngjs": "^6.0.1",
78-
"ag-charts-test": "12.3.1-beta.20251203",
78+
"ag-charts-test": "13.0.0-beta.20251205",
7979
"skia-canvas": "^2.0.2",
8080
"path2d": "^0.3.1",
8181
"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.3.1-beta.20251203';
2+
export const VERSION = '13.0.0-beta.20251205';

packages/ag-charts-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-charts-core",
3-
"version": "12.3.1-beta.20251203",
3+
"version": "13.0.0-beta.20251205",
44
"description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue",
55
"sideEffects": [
66
"*.css",
@@ -53,11 +53,11 @@
5353
],
5454
"homepage": "https://www.ag-grid.com/charts/",
5555
"dependencies": {
56-
"ag-charts-types": "12.3.1-beta.20251203"
56+
"ag-charts-types": "13.0.0-beta.20251205"
5757
},
5858
"devDependencies": {
5959
"@jest/globals": "29.6.1",
60-
"ag-charts-test": "12.3.1-beta.20251203"
60+
"ag-charts-test": "13.0.0-beta.20251205"
6161
},
6262
"publishConfig": {
6363
"access": "public"

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.3.1-beta.20251203",
3+
"version": "13.0.0-beta.20251205",
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",
@@ -65,7 +65,7 @@
6565
"@types/jest-image-snapshot": "^5.1.0",
6666
"@types/pixelmatch": "^5.2.4",
6767
"@types/pngjs": "^6.0.1",
68-
"ag-charts-test": "12.3.1-beta.20251203",
68+
"ag-charts-test": "13.0.0-beta.20251205",
6969
"skia-canvas": "^2.0.2",
7070
"del": "^6.0.0",
7171
"glob": "8.0.3",
@@ -82,8 +82,8 @@
8282
"typescript": "^5.4.5"
8383
},
8484
"dependencies": {
85-
"ag-charts-community": "12.3.1-beta.20251203",
86-
"ag-charts-core": "12.3.1-beta.20251203"
85+
"ag-charts-community": "13.0.0-beta.20251205",
86+
"ag-charts-core": "13.0.0-beta.20251205"
8787
},
8888
"publishConfig": {
8989
"access": "public"

0 commit comments

Comments
 (0)