Skip to content

Commit

Permalink
Release 10.3.1 Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
AgGitDeployment committed Oct 28, 2024
1 parent ea5b056 commit b4a99b7
Show file tree
Hide file tree
Showing 28 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# This is disabled for existing workspaces to maintain compatibility
# For more info, see: https://nx.dev/concepts/inferred-tasks
NX_ADD_PLUGINS=false
PUBLIC_PACKAGE_VERSION=10.3.1-beta.20241028
PUBLIC_PACKAGE_VERSION=10.3.1
2 changes: 1 addition & 1 deletion libraries/ag-charts-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-charts-test",
"version": "10.3.1-beta.20241028",
"version": "10.3.1",
"dependencies": {
"canvas": "^2.10.2",
"tslib": "^2.3.0"
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-charts",
"version": "10.3.1-beta.20241028",
"version": "10.3.1",
"license": "MIT",
"scripts": {
"init": "yarn install",
Expand Down
4 changes: 2 additions & 2 deletions packages/ag-charts-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-charts-angular",
"version": "10.3.1-beta.20241028",
"version": "10.3.1",
"scripts": {
"ng": "ng",
"build": "ng build",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"ag-charts-community": "10.3.1-beta.20241028",
"ag-charts-community": "10.3.1",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-charts-angular",
"version": "10.3.1-beta.20241028",
"version": "10.3.1",
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-charts.git"
Expand All @@ -20,10 +20,10 @@
"peerDependencies": {
"@angular/common": ">= 16.0.0",
"@angular/core": ">= 16.0.0",
"ag-charts-community": "10.3.1-beta.20241028"
"ag-charts-community": "10.3.1"
},
"dependencies": {
"tslib": "^2.3.0",
"ag-charts-community": "10.3.1-beta.20241028"
"ag-charts-community": "10.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/ag-charts-community-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "commonjs",
"private": true,
"dependencies": {
"ag-charts-community": "10.3.1-beta.20241028",
"ag-charts-community": "10.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tslib": "^2.3.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/ag-charts-community/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-charts-community",
"version": "10.3.1-beta.20241028",
"version": "10.3.1",
"description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue",
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down Expand Up @@ -59,8 +59,8 @@
],
"homepage": "https://ag-grid.com/charts/",
"dependencies": {
"ag-charts-types": "10.3.1-beta.20241028",
"ag-charts-locale": "10.3.1-beta.20241028"
"ag-charts-types": "10.3.1",
"ag-charts-locale": "10.3.1"
},
"devDependencies": {
"@babel/types": "7.12.7",
Expand All @@ -73,7 +73,7 @@
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"ag-charts-test": "10.3.1-beta.20241028",
"ag-charts-test": "10.3.1",
"assert": "2.0.0",
"canvas": "^2.10.2",
"del": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-charts-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 = '10.3.1-beta.20241028';
export const VERSION = '10.3.1';
8 changes: 4 additions & 4 deletions packages/ag-charts-enterprise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-charts-enterprise",
"version": "10.3.1-beta.20241028",
"version": "10.3.1",
"description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue",
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down Expand Up @@ -69,8 +69,8 @@
"@types/pngjs": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"ag-charts-community": "10.3.1-beta.20241028",
"ag-charts-test": "10.3.1-beta.20241028",
"ag-charts-community": "10.3.1",
"ag-charts-test": "10.3.1",
"canvas": "^2.10.2",
"del": "^6.0.0",
"eslint": "^8.56.0",
Expand All @@ -90,7 +90,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"ag-charts-community": "10.3.1-beta.20241028"
"ag-charts-community": "10.3.1"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const LICENSE_TYPES = {
const LICENSING_HELP_URL = 'https://ag-grid.com/charts/licensing/';

export class LicenseManager {
private static readonly RELEASE_INFORMATION: string = 'MTcyOTY4MTExMjM1Ng==';
private static readonly RELEASE_INFORMATION: string = 'MTczMDEyNjk4OTQ4Nw==';
private licenseKey?: string;
private gridContext: boolean = false;
private watermarkMessage: string | undefined = undefined;
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-charts-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-charts-locale",
"version": "10.3.1-beta.20241028",
"version": "10.3.1",
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
"module": "./dist/package/main.esm.mjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/ag-charts-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-charts-react",
"version": "10.3.1-beta.20241028",
"version": "10.3.1",
"description": "AG Charts React Component",
"main": "./dist/package/index.cjs.js",
"module": "./dist/package/index.esm.mjs",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://ag-grid.com/charts/",
"devDependencies": {
"ag-charts-community": "10.3.1-beta.20241028",
"ag-charts-community": "10.3.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint-plugin-react-hooks": "^4.6.2",
Expand All @@ -46,7 +46,7 @@
"rimraf": "3.0.2"
},
"peerDependencies": {
"ag-charts-community": "10.3.1-beta.20241028",
"ag-charts-community": "10.3.1",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-charts-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-charts-types",
"version": "10.3.1-beta.20241028",
"version": "10.3.1",
"description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue",
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/ag-charts-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ag-charts-vue3",
"description": "AG Charts Vue 3 Component",
"version": "10.3.1-beta.20241028",
"version": "10.3.1",
"author": "AG Grid <[email protected]>",
"license": "MIT",
"main": "./dist/package/index.cjs.js",
Expand Down Expand Up @@ -41,15 +41,15 @@
"lint": "# vue-cli-service lint"
},
"devDependencies": {
"ag-charts-community": "10.3.1-beta.20241028",
"ag-charts-community": "10.3.1",
"@types/node": "18.18.11",
"typescript": "^5.4.5",
"vue": "^3.0.0",
"@babel/types": "7.17.12",
"rimraf": "3.0.2"
},
"peerDependencies": {
"ag-charts-community": "10.3.1-beta.20241028",
"ag-charts-community": "10.3.1",
"vue": "^3.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ PUBLIC_GALLERY_IMAGE_DPR_ENHANCEMENT=false
PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=01142fe24ea5d2e36f4eb66b0b2ff872
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts-dev
PUBLIC_PACKAGE_VERSION=10.3.1-beta.20241028
PUBLIC_PACKAGE_VERSION=10.3.1
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.build.archive
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=01142fe24ea5d2e36f4eb66b0b2ff872
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts-dev
PUBLIC_GRID_VERSION=32.3.0
PUBLIC_PACKAGE_VERSION=10.3.1-beta.20241028
PUBLIC_PACKAGE_VERSION=10.3.1
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.build.production
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=01142fe24ea5d2e36f4eb66b0b2ff872
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts
PUBLIC_GRID_VERSION=32.3.0
PUBLIC_PACKAGE_VERSION=10.3.1-beta.20241028
PUBLIC_PACKAGE_VERSION=10.3.1
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.build.staging
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ PUBLIC_GALLERY_IMAGE_DPR_ENHANCEMENT=true
PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=01142fe24ea5d2e36f4eb66b0b2ff872
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts-dev
PUBLIC_PACKAGE_VERSION=10.3.1-beta.20241028
PUBLIC_PACKAGE_VERSION=10.3.1
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ PUBLIC_BASE_URL=/charts
PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=01142fe24ea5d2e36f4eb66b0b2ff872
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts-dev
PUBLIC_PACKAGE_VERSION=10.3.1-beta.20241028
PUBLIC_PACKAGE_VERSION=10.3.1
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.preview
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ PUBLIC_GALLERY_IMAGE_DPR_ENHANCEMENT=false
PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=01142fe24ea5d2e36f4eb66b0b2ff872
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts-dev
PUBLIC_PACKAGE_VERSION=10.3.1-beta.20241028
PUBLIC_PACKAGE_VERSION=10.3.1
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.preview.production
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=01142fe24ea5d2e36f4eb66b0b2ff872
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts
PUBLIC_GRID_VERSION=32.3.0
PUBLIC_PACKAGE_VERSION=10.3.1-beta.20241028
PUBLIC_PACKAGE_VERSION=10.3.1
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.preview.staging
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ PUBLIC_GALLERY_IMAGE_DPR_ENHANCEMENT=true
PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=01142fe24ea5d2e36f4eb66b0b2ff872
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts-dev
PUBLIC_PACKAGE_VERSION=10.3.1-beta.20241028
PUBLIC_PACKAGE_VERSION=10.3.1
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.test:e2e
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
PUBLIC_SITE_URL=http://localhost:4601
FAIL_ON_UNMATCHED_GLOBS=false
PUBLIC_HTTPS_SERVER=false
PUBLIC_PACKAGE_VERSION=10.3.1-beta.20241028
PUBLIC_PACKAGE_VERSION=10.3.1
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.test:e2e.docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
PUBLIC_SITE_URL=http://host.docker.internal:4601
FAIL_ON_UNMATCHED_GLOBS=false
PUBLIC_HTTPS_SERVER=false
PUBLIC_PACKAGE_VERSION=10.3.1-beta.20241028
PUBLIC_PACKAGE_VERSION=10.3.1
4 changes: 2 additions & 2 deletions packages/ag-charts-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@carbon/icons-react": "^11.21.0",
"@nanostores/persistent": "^0.9.0",
"@nanostores/react": "^0.7.1",
"ag-charts-community": "10.3.1-beta.20241028",
"ag-charts-enterprise": "10.3.1-beta.20241028",
"ag-charts-community": "10.3.1",
"ag-charts-enterprise": "10.3.1",
"ag-grid-community": "32.1.0",
"algoliasearch": "^4.18.0",
"astro": "^4.7.0",
Expand Down
10 changes: 5 additions & 5 deletions plugins/ag-charts-generate-chart-thumbnail/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "ag-charts-generate-chart-thumbnail",
"version": "10.3.1-beta.20241028",
"version": "10.3.1",
"private": true,
"dependencies": {
"ag-charts-generate-example-files": "10.3.1-beta.20241028",
"ag-charts-generate-example-files": "10.3.1",
"glob": "8.0.3",
"typescript": "^5.4.5",
"@nx/devkit": "^18.3.4",
"ag-charts-community": "10.3.1-beta.20241028",
"ag-charts-community": "10.3.1",
"jsdom": "~22.1.0",
"sharp": "0.33.5",
"ag-charts-enterprise": "10.3.1-beta.20241028",
"ag-charts-test": "10.3.1-beta.20241028",
"ag-charts-enterprise": "10.3.1",
"ag-charts-test": "10.3.1",
"@swc/helpers": "0.5.3",
"tinypool": "^0.8.1",
"process": "0.11.10"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-charts-generate-code-reference-files",
"version": "10.3.1-beta.20241028",
"version": "10.3.1",
"private": true,
"dependencies": {
"glob": "8.0.3",
Expand Down
6 changes: 3 additions & 3 deletions plugins/ag-charts-generate-example-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-charts-generate-example-files",
"version": "10.3.1-beta.20241028",
"version": "10.3.1",
"private": true,
"dependencies": {
"glob": "8.0.3",
Expand All @@ -12,8 +12,8 @@
"@swc/helpers": "0.5.3",
"jscodeshift": "^0.15.0",
"prettier": "^3.2.5",
"ag-charts-community": "10.3.1-beta.20241028",
"ag-charts-test": "10.3.1-beta.20241028"
"ag-charts-community": "10.3.1",
"ag-charts-test": "10.3.1"
},
"type": "commonjs",
"main": "./dist/src/index.js",
Expand Down

0 comments on commit b4a99b7

Please sign in to comment.