From 3202616ef84ead2e7fd91f88a8169ccaf1f09075 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Sep 2024 10:08:39 +0000 Subject: [PATCH] build: prelease version 0.18.16 --- .../feat-cartesian-to-polar_2024-09-19-07-49.json | 10 ---------- common/config/rush/pnpm-lock.yaml | 6 +++--- common/config/rush/version-policies.json | 2 +- packages/vdataset/CHANGELOG.json | 6 ++++++ packages/vdataset/CHANGELOG.md | 7 ++++++- packages/vdataset/package.json | 4 ++-- packages/vscale/CHANGELOG.json | 6 ++++++ packages/vscale/CHANGELOG.md | 7 ++++++- packages/vscale/package.json | 4 ++-- packages/vutils/CHANGELOG.json | 12 ++++++++++++ packages/vutils/CHANGELOG.md | 9 ++++++++- packages/vutils/package.json | 2 +- 12 files changed, 53 insertions(+), 22 deletions(-) delete mode 100644 common/changes/@visactor/vutils/feat-cartesian-to-polar_2024-09-19-07-49.json diff --git a/common/changes/@visactor/vutils/feat-cartesian-to-polar_2024-09-19-07-49.json b/common/changes/@visactor/vutils/feat-cartesian-to-polar_2024-09-19-07-49.json deleted file mode 100644 index 3db9f27..0000000 --- a/common/changes/@visactor/vutils/feat-cartesian-to-polar_2024-09-19-07-49.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vutils", - "comment": "feat: add `cartesianToPolar` util", - "type": "none" - } - ], - "packageName": "@visactor/vutils" -} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index b77ccca..11d9ae7 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -26,7 +26,7 @@ importers: '@types/pbf': ^3.0.2 '@types/topojson-client': ^3.1.0 '@types/topojson-specification': ^1.0.2 - '@visactor/vutils': workspace:0.18.15 + '@visactor/vutils': workspace:0.18.16 d3-array: 3.2.3 d3-dsv: ^2.0.0 d3-geo: ^1.12.1 @@ -98,7 +98,7 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ~29.5.0 '@types/node': '*' - '@visactor/vutils': workspace:0.18.15 + '@visactor/vutils': workspace:0.18.16 eslint: ~8.18.0 jest: ~29.5.0 ts-jest: ~29.1.0 @@ -4674,7 +4674,7 @@ packages: resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} engines: {node: '>= 4.0'} os: [darwin] - deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 + deprecated: Upgrade to fsevents v2 to mitigate potential security issues requiresBuild: true dependencies: bindings: 1.5.0 diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index cc9e461..6c3b2f7 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"0.18.15","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"0.18.16","nextBump":"patch"}] diff --git a/packages/vdataset/CHANGELOG.json b/packages/vdataset/CHANGELOG.json index 0915c98..81c03bb 100644 --- a/packages/vdataset/CHANGELOG.json +++ b/packages/vdataset/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vdataset", "entries": [ + { + "version": "0.18.16", + "tag": "@visactor/vdataset_v0.18.16", + "date": "Thu, 19 Sep 2024 10:07:00 GMT", + "comments": {} + }, { "version": "0.18.15", "tag": "@visactor/vdataset_v0.18.15", diff --git a/packages/vdataset/CHANGELOG.md b/packages/vdataset/CHANGELOG.md index 336f62a..68ca7d7 100644 --- a/packages/vdataset/CHANGELOG.md +++ b/packages/vdataset/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/vdataset -This log was last generated on Tue, 20 Aug 2024 06:15:39 GMT and should not be manually modified. +This log was last generated on Thu, 19 Sep 2024 10:07:00 GMT and should not be manually modified. + +## 0.18.16 +Thu, 19 Sep 2024 10:07:00 GMT + +_Version update only_ ## 0.18.15 Tue, 20 Aug 2024 06:15:39 GMT diff --git a/packages/vdataset/package.json b/packages/vdataset/package.json index 27dff4d..663c502 100644 --- a/packages/vdataset/package.json +++ b/packages/vdataset/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vdataset", - "version": "0.18.15", + "version": "0.18.16", "main": "cjs/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -35,7 +35,7 @@ "test-cov": "jest -w 16 --coverage" }, "dependencies": { - "@visactor/vutils": "workspace:0.18.15", + "@visactor/vutils": "workspace:0.18.16", "@turf/flatten": "^6.5.0", "@turf/helpers": "^6.5.0", "@turf/rewind": "^6.5.0", diff --git a/packages/vscale/CHANGELOG.json b/packages/vscale/CHANGELOG.json index 778d603..2eaaca6 100644 --- a/packages/vscale/CHANGELOG.json +++ b/packages/vscale/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vscale", "entries": [ + { + "version": "0.18.16", + "tag": "@visactor/vscale_v0.18.16", + "date": "Thu, 19 Sep 2024 10:07:00 GMT", + "comments": {} + }, { "version": "0.18.15", "tag": "@visactor/vscale_v0.18.15", diff --git a/packages/vscale/CHANGELOG.md b/packages/vscale/CHANGELOG.md index a0f961e..5996b6e 100644 --- a/packages/vscale/CHANGELOG.md +++ b/packages/vscale/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/vscale -This log was last generated on Tue, 20 Aug 2024 06:15:39 GMT and should not be manually modified. +This log was last generated on Thu, 19 Sep 2024 10:07:00 GMT and should not be manually modified. + +## 0.18.16 +Thu, 19 Sep 2024 10:07:00 GMT + +_Version update only_ ## 0.18.15 Tue, 20 Aug 2024 06:15:39 GMT diff --git a/packages/vscale/package.json b/packages/vscale/package.json index ceba977..d96d583 100644 --- a/packages/vscale/package.json +++ b/packages/vscale/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vscale", - "version": "0.18.15", + "version": "0.18.16", "description": "Scales for visual encoding, used in VGrammar, VTable", "keywords": [ "scale", @@ -34,7 +34,7 @@ "test-cov": "jest -w 16 --coverage" }, "dependencies": { - "@visactor/vutils": "workspace:0.18.15" + "@visactor/vutils": "workspace:0.18.16" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vutils/CHANGELOG.json b/packages/vutils/CHANGELOG.json index a64f238..2355d3f 100644 --- a/packages/vutils/CHANGELOG.json +++ b/packages/vutils/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vutils", "entries": [ + { + "version": "0.18.16", + "tag": "@visactor/vutils_v0.18.16", + "date": "Thu, 19 Sep 2024 10:07:00 GMT", + "comments": { + "none": [ + { + "comment": "feat: add `cartesianToPolar` util" + } + ] + } + }, { "version": "0.18.15", "tag": "@visactor/vutils_v0.18.15", diff --git a/packages/vutils/CHANGELOG.md b/packages/vutils/CHANGELOG.md index 316e953..96b705a 100644 --- a/packages/vutils/CHANGELOG.md +++ b/packages/vutils/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @visactor/vutils -This log was last generated on Tue, 20 Aug 2024 06:15:39 GMT and should not be manually modified. +This log was last generated on Thu, 19 Sep 2024 10:07:00 GMT and should not be manually modified. + +## 0.18.16 +Thu, 19 Sep 2024 10:07:00 GMT + +### Updates + +- feat: add `cartesianToPolar` util ## 0.18.15 Tue, 20 Aug 2024 06:15:39 GMT diff --git a/packages/vutils/package.json b/packages/vutils/package.json index bd2509a..ceaffa5 100644 --- a/packages/vutils/package.json +++ b/packages/vutils/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vutils", - "version": "0.18.15", + "version": "0.18.16", "main": "cjs/index.js", "module": "es/index.js", "types": "es/index.d.ts",