From 61dbb13c82f03ff37a26c5dc78bb98e3eebbedcd Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Tue, 27 Sep 2022 22:49:59 +0200 Subject: [PATCH 1/2] Update namespace --- docs/axes/cartesian/logarithmic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/axes/cartesian/logarithmic.md b/docs/axes/cartesian/logarithmic.md index 4182155a732..52ab680cae2 100644 --- a/docs/axes/cartesian/logarithmic.md +++ b/docs/axes/cartesian/logarithmic.md @@ -12,7 +12,7 @@ The logarithmic scale is used to chart numerical data. It can be placed on eithe ### Logarithmic Axis specific options -Namespace: `options.scales[scaleId]` +Namespace: `options.scales[scaleId].ticks` | Name | Type | Default | Description | ---- | ---- | ------- | ----------- From d9c2240e8b8ac9787f37bf7cfa1095d79db8b225 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Tue, 15 Nov 2022 00:08:42 +0100 Subject: [PATCH 2/2] fix release, bump version --- .github/workflows/release.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b3a198fbd0..167cb7997a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,6 @@ jobs: pnpm install pnpm install -g json json -I -f package.json -e "this.version=\"$VERSION\"" - json -I -f package-lock.json -e "this.version=\"$VERSION\"" pnpm run build ./scripts/docs-config.sh "$VERSION" pnpm run docs diff --git a/package.json b/package.json index d4ffaadb33c..3131f147e15 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chart.js", "homepage": "https://www.chartjs.org", "description": "Simple HTML5 charts using the canvas element.", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "type": "module", "sideEffects": [