Skip to content

Commit

Permalink
Automated package version bump to 9.0.1-beta.20231218.1431.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2023
1 parent 4fb1a31 commit e4c4cfb
Show file tree
Hide file tree
Showing 24 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218.1431
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.0.1-beta.20231218",
"version": "9.0.1-beta.20231218.1431",
"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.0.1-beta.20231218",
"version": "9.0.1-beta.20231218.1431",
"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.0.1-beta.20231218",
"version": "9.0.1-beta.20231218.1431",
"scripts": {
"ng": "ng",
"build": "ng build",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"ag-charts-community": "9.0.1-beta.20231218",
"ag-charts-community": "9.0.1-beta.20231218.1431",
"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.0.1-beta.20231218",
"version": "9.0.1-beta.20231218.1431",
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-charts.git"
Expand All @@ -20,10 +20,10 @@
"peerDependencies": {
"@angular/common": ">= 14.0.0",
"@angular/core": ">= 14.0.0",
"ag-charts-community": "9.0.1-beta.20231218"
"ag-charts-community": "9.0.1-beta.20231218.1431"
},
"dependencies": {
"tslib": "^2.3.0",
"ag-charts-community": "9.0.1-beta.20231218"
"ag-charts-community": "9.0.1-beta.20231218.1431"
}
}
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.0.1-beta.20231218",
"ag-charts-community": "9.0.1-beta.20231218.1431",
"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.0.1-beta.20231218",
"version": "9.0.1-beta.20231218.1431",
"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 @@ -57,7 +57,7 @@
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"ag-charts-test": "9.0.1-beta.20231218",
"ag-charts-test": "9.0.1-beta.20231218.1431",
"canvas": "^2.10.2",
"jest": "^29.5.0",
"jest-canvas-mock": "^2.4.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.0.1-beta.20231218';
export const VERSION = '9.0.1-beta.20231218.1431';
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.0.1-beta.20231218",
"version": "9.0.1-beta.20231218.1431",
"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 @@ -55,7 +55,7 @@
"@types/pngjs": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"ag-charts-community": "9.0.1-beta.20231218",
"ag-charts-community": "9.0.1-beta.20231218.1431",
"canvas": "^2.10.2",
"eslint": "^6.8.0",
"glob": "8.0.3",
Expand All @@ -75,7 +75,7 @@
"@jest/globals": "29.6.1"
},
"dependencies": {
"ag-charts-community": "9.0.1-beta.20231218"
"ag-charts-community": "9.0.1-beta.20231218.1431"
},
"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.0.1-beta.20231218",
"version": "9.0.1-beta.20231218.1431",
"description": "AG Charts React Component",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand All @@ -27,7 +27,7 @@
"prop-types": "^15.6.2"
},
"devDependencies": {
"ag-charts-community": "9.0.1-beta.20231218",
"ag-charts-community": "9.0.1-beta.20231218.1431",
"@types/react": "^18",
"@types/react-dom": "^18",
"babel-preset-react-app": "^9.0.1",
Expand All @@ -43,7 +43,7 @@
"rimraf": "3.0.2"
},
"peerDependencies": {
"ag-charts-community": "9.0.1-beta.20231218",
"ag-charts-community": "9.0.1-beta.20231218.1431",
"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-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ag-charts-vue",
"description": "AG Charts Vue Component",
"version": "9.0.1-beta.20231218",
"version": "9.0.1-beta.20231218.1431",
"author": "AG Grid <[email protected]>",
"license": "MIT",
"main": "main.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@types/node": "18.18.11",
"@vue/cli-plugin-typescript": "3.12.1",
"@vue/cli-service": "3.12.1",
"ag-charts-community": "9.0.1-beta.20231218",
"ag-charts-community": "9.0.1-beta.20231218.1431",
"rimraf": "3.0.2",
"typescript": "~4.7.4",
"vue": "2.6.10",
Expand All @@ -40,7 +40,7 @@
"vue-template-compiler": "2.6.10"
},
"peerDependencies": {
"ag-charts-community": "9.0.1-beta.20231218",
"ag-charts-community": "9.0.1-beta.20231218.1431",
"vue": ">= 2.2 <= 2.5.17 || >= 2.5.20",
"vue-property-decorator": "^7.2.0 || ^8.0.0 || ^9.1.2"
},
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.0.1-beta.20231218",
"version": "9.0.1-beta.20231218.1431",
"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.0.1-beta.20231218",
"ag-charts-community": "9.0.1-beta.20231218.1431",
"@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.0.1-beta.20231218",
"ag-charts-community": "9.0.1-beta.20231218.1431",
"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
@@ -1,4 +1,4 @@
# Astro local preview server
PORT=4601
PUBLIC_SITE_URL=http://localhost:${PORT}
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218.1431
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.build.archive
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# arguments supplied via command line via TC
# eg PUBLIC_SITE_URL=https://charts.ag-grid.com PUBLIC_BASE_URL=/archive/%RELEASE_VERSION% nx build ag-charts-website -c archive
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218.1431
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.build.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Production site
PUBLIC_SITE_URL=https://charts.ag-grid.com
PUBLIC_USE_PUBLISHED_PACKAGES=true
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218.1431
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.build.staging
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PUBLIC_SITE_URL=https://charts-staging.ag-grid.com
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218.1431
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dev server path
PORT=4600
PUBLIC_SITE_URL=https://localhost:${PORT}
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218.1431
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.preview
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Astro local preview server
PORT=4601
PUBLIC_SITE_URL=http://localhost:${PORT}
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218.1431
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.preview.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PUBLIC_SITE_URL=https://charts.ag-grid.com
PUBLIC_USE_PUBLISHED_PACKAGES=true
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218.1431
2 changes: 1 addition & 1 deletion packages/ag-charts-website/.env.preview.staging
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PUBLIC_SITE_URL=https://charts-staging.ag-grid.com
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218
PUBLIC_PACKAGE_VERSION=9.0.1-beta.20231218.1431
10 changes: 5 additions & 5 deletions packages/ag-charts-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@carbon/icons-react": "^11.21.0",
"@nanostores/persistent": "^0.9.0",
"@nanostores/react": "^0.7.1",
"ag-charts-angular": "9.0.1-beta.20231218",
"ag-charts-community": "9.0.1-beta.20231218",
"ag-charts-enterprise": "9.0.1-beta.20231218",
"ag-charts-vue": "9.0.1-beta.20231218",
"ag-charts-vue3": "9.0.1-beta.20231218",
"ag-charts-angular": "9.0.1-beta.20231218.1431",
"ag-charts-community": "9.0.1-beta.20231218.1431",
"ag-charts-enterprise": "9.0.1-beta.20231218.1431",
"ag-charts-vue": "9.0.1-beta.20231218.1431",
"ag-charts-vue3": "9.0.1-beta.20231218.1431",
"algoliasearch": "^4.18.0",
"astro": "^3.6.4",
"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,22 +1,22 @@
{
"name": "ag-charts-generate-chart-thumbnail",
"version": "9.0.1-beta.20231218",
"version": "9.0.1-beta.20231218.1431",
"private": true,
"dependencies": {
"ag-charts-generate-example-files": "9.0.1-beta.20231218",
"ag-charts-generate-example-files": "9.0.1-beta.20231218.1431",
"glob": "8.0.3",
"typescript": "^4.9.5",
"cheerio": "^1.0.0-rc.12",
"fs-extra": "11.1.1",
"sucrase": "^3.32.0",
"json5": "2.2.3",
"@nx/devkit": "17.0.3",
"ag-charts-community": "9.0.1-beta.20231218",
"ag-charts-community": "9.0.1-beta.20231218.1431",
"jsdom": "~22.1.0",
"sharp": "0.32.6",
"ag-charts-enterprise": "9.0.1-beta.20231218",
"ag-charts-enterprise": "9.0.1-beta.20231218.1431",
"jscodeshift": "^0.15.0",
"ag-charts-test": "9.0.1-beta.20231218",
"ag-charts-test": "9.0.1-beta.20231218.1431",
"@swc/helpers": "0.5.3",
"tinypool": "^0.8.1"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/ag-charts-generate-code-reference-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-charts-generate-code-reference-files",
"version": "9.0.1-beta.20231218",
"version": "9.0.1-beta.20231218.1431",
"private": true,
"dependencies": {
"glob": "8.0.3",
Expand All @@ -13,7 +13,7 @@
"jsdom": "~22.1.0",
"sharp": "0.32.6",
"jscodeshift": "^0.15.0",
"ag-charts-test": "9.0.1-beta.20231218",
"ag-charts-test": "9.0.1-beta.20231218.1431",
"@swc/helpers": "0.5.3"
},
"type": "commonjs",
Expand Down
4 changes: 2 additions & 2 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.0.1-beta.20231218",
"version": "9.0.1-beta.20231218.1431",
"private": true,
"dependencies": {
"glob": "8.0.3",
Expand All @@ -13,7 +13,7 @@
"jsdom": "~22.1.0",
"sharp": "0.32.6",
"jscodeshift": "^0.15.0",
"ag-charts-test": "9.0.1-beta.20231218",
"ag-charts-test": "9.0.1-beta.20231218.1431",
"@swc/helpers": "0.5.3"
},
"type": "commonjs",
Expand Down

0 comments on commit e4c4cfb

Please sign in to comment.