Skip to content

Commit

Permalink
Automated package version bump to 9.3.1-beta.20240602.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 2, 2024
1 parent da9525b commit aaaef06
Show file tree
Hide file tree
Showing 23 changed files with 40 additions and 40 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=9.3.1-beta.20240530
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240602
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": "9.3.1-beta.20240530",
"version": "9.3.1-beta.20240602",
"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": "9.3.1-beta.20240530",
"version": "9.3.1-beta.20240602",
"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": "9.3.1-beta.20240530",
"version": "9.3.1-beta.20240602",
"scripts": {
"ng": "ng",
"build": "ng build",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"ag-charts-community": "9.3.1-beta.20240530",
"ag-charts-community": "9.3.1-beta.20240602",
"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": "9.3.1-beta.20240530",
"version": "9.3.1-beta.20240602",
"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": "9.3.1-beta.20240530"
"ag-charts-community": "9.3.1-beta.20240602"
},
"dependencies": {
"tslib": "^2.3.0",
"ag-charts-community": "9.3.1-beta.20240530"
"ag-charts-community": "9.3.1-beta.20240602"
}
}
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": "9.3.1-beta.20240530",
"ag-charts-community": "9.3.1-beta.20240602",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 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": "9.3.1-beta.20240530",
"version": "9.3.1-beta.20240602",
"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 @@ -58,7 +58,7 @@
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"ag-charts-test": "9.3.1-beta.20240530",
"ag-charts-test": "9.3.1-beta.20240602",
"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 = '9.3.1-beta.20240530';
export const VERSION = '9.3.1-beta.20240602';
6 changes: 3 additions & 3 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": "9.3.1-beta.20240530",
"version": "9.3.1-beta.20240602",
"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 @@ -56,7 +56,7 @@
"@types/pngjs": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"ag-charts-community": "9.3.1-beta.20240530",
"ag-charts-community": "9.3.1-beta.20240602",
"canvas": "^2.10.2",
"del": "^6.0.0",
"eslint": "^8.56.0",
Expand All @@ -75,7 +75,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"ag-charts-community": "9.3.1-beta.20240530"
"ag-charts-community": "9.3.1-beta.20240602"
},
"publishConfig": {
"access": "public"
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": "9.3.1-beta.20240530",
"version": "9.3.1-beta.20240602",
"description": "AG Charts React Component",
"main": "./dist/package/index.cjs.js",
"module": "./dist/package/index.esm.mjs",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://charts.ag-grid.com/",
"devDependencies": {
"ag-charts-community": "9.3.1-beta.20240530",
"ag-charts-community": "9.3.1-beta.20240602",
"@types/react": "^18",
"@types/react-dom": "^18",
"babel-preset-react-app": "^9.0.1",
Expand All @@ -46,7 +46,7 @@
"rimraf": "3.0.2"
},
"peerDependencies": {
"ag-charts-community": "9.3.1-beta.20240530",
"ag-charts-community": "9.3.1-beta.20240602",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
},
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": "9.3.1-beta.20240530",
"version": "9.3.1-beta.20240602",
"author": "AG Grid <[email protected]>",
"license": "MIT",
"main": "lib/AgChartsVue.js",
Expand All @@ -28,7 +28,7 @@
"lint": "# vue-cli-service lint"
},
"devDependencies": {
"ag-charts-community": "9.3.1-beta.20240530",
"ag-charts-community": "9.3.1-beta.20240602",
"@types/node": "18.18.11",
"@vue/cli-plugin-typescript": "5.0.8",
"@vue/cli-service": "5.0.8",
Expand All @@ -40,7 +40,7 @@
"rimraf": "3.0.2"
},
"peerDependencies": {
"ag-charts-community": "9.3.1-beta.20240530",
"ag-charts-community": "9.3.1-beta.20240602",
"vue": "^3.0.0",
"vue-class-component": ">= ^8.0.0-beta.3"
},
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 @@ -5,4 +5,4 @@ PUBLIC_GALLERY_IMAGE_DPR_ENHANCEMENT=false
PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=6598d62398df451e65915579bd3fef5b
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts-dev
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240530
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240602
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 @@ -4,4 +4,4 @@ PUBLIC_GALLERY_IMAGE_DPR_ENHANCEMENT=true
PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=6598d62398df451e65915579bd3fef5b
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts-dev
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240530
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240602
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 @@ -6,4 +6,4 @@ HTACCESS=true
PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=6598d62398df451e65915579bd3fef5b
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240530
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240602
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 @@ -3,4 +3,4 @@ PUBLIC_GALLERY_IMAGE_DPR_ENHANCEMENT=true
PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=6598d62398df451e65915579bd3fef5b
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts-dev
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240530
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240602
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ PUBLIC_SITE_URL=https://localhost:${PORT}
PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=6598d62398df451e65915579bd3fef5b
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts-dev
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240530
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240602
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.preview
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ PUBLIC_GALLERY_IMAGE_DPR_ENHANCEMENT=false
PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=6598d62398df451e65915579bd3fef5b
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts-dev
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240530
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240602
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 @@ -4,4 +4,4 @@ PUBLIC_GALLERY_IMAGE_DPR_ENHANCEMENT=true
PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=6598d62398df451e65915579bd3fef5b
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240530
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240602
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 @@ -3,4 +3,4 @@ PUBLIC_GALLERY_IMAGE_DPR_ENHANCEMENT=true
PUBLIC_ALGOLIA_APP_ID=O1K1ESGB5K
PUBLIC_ALGOLIA_SEARCH_KEY=6598d62398df451e65915579bd3fef5b
PUBLIC_ALGOLIA_INDEX_PREFIX=ag-charts-dev
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240530
PUBLIC_PACKAGE_VERSION=9.3.1-beta.20240602
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": "9.3.1-beta.20240530",
"ag-charts-enterprise": "9.3.1-beta.20240530",
"ag-charts-community": "9.3.1-beta.20240602",
"ag-charts-enterprise": "9.3.1-beta.20240602",
"algoliasearch": "^4.18.0",
"astro": "^4.7.0",
"cheerio": "^1.0.0-rc.12",
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": "9.3.1-beta.20240530",
"version": "9.3.1-beta.20240602",
"private": true,
"dependencies": {
"ag-charts-generate-example-files": "9.3.1-beta.20240530",
"ag-charts-generate-example-files": "9.3.1-beta.20240602",
"glob": "8.0.3",
"typescript": "^5.4.5",
"@nx/devkit": "^18.3.4",
"ag-charts-community": "9.3.1-beta.20240530",
"ag-charts-community": "9.3.1-beta.20240602",
"jsdom": "~22.1.0",
"sharp": "0.32.6",
"ag-charts-enterprise": "9.3.1-beta.20240530",
"ag-charts-test": "9.3.1-beta.20240530",
"ag-charts-enterprise": "9.3.1-beta.20240602",
"ag-charts-test": "9.3.1-beta.20240602",
"@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": "9.3.1-beta.20240530",
"version": "9.3.1-beta.20240602",
"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": "9.3.1-beta.20240530",
"version": "9.3.1-beta.20240602",
"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": "9.3.1-beta.20240530",
"ag-charts-test": "9.3.1-beta.20240530"
"ag-charts-community": "9.3.1-beta.20240602",
"ag-charts-test": "9.3.1-beta.20240602"
},
"type": "commonjs",
"main": "./dist/src/index.js",
Expand Down

0 comments on commit aaaef06

Please sign in to comment.