diff --git a/common/changes/@visactor/vscale/sync-main_2023-11-20-16-04.json b/common/changes/@visactor/vscale/sync-main_2023-11-20-16-04.json deleted file mode 100644 index ef04dcb..0000000 --- a/common/changes/@visactor/vscale/sync-main_2023-11-20-16-04.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vscale", - "comment": "fix: inaccurate wholeRange in band scale", - "type": "none" - } - ], - "packageName": "@visactor/vscale" -} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 52daef6..6e9e40a 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.16.12 + '@visactor/vutils': workspace:0.16.13 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.16.12 + '@visactor/vutils': workspace:0.16.13 eslint: ~8.18.0 jest: ~29.5.0 ts-jest: ~29.1.0 @@ -3140,6 +3140,7 @@ packages: /bindings/1.5.0: resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} + requiresBuild: true dependencies: file-uri-to-path: 1.0.0 dev: false @@ -4527,6 +4528,7 @@ packages: /file-uri-to-path/1.0.0: resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} + requiresBuild: true dev: false optional: true @@ -6502,6 +6504,7 @@ packages: /nan/2.18.0: resolution: {integrity: sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==} + requiresBuild: true dev: false optional: true diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 2a28dde..e40c662 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"0.16.12","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"0.16.13","nextBump":"patch"}] diff --git a/packages/vdataset/CHANGELOG.json b/packages/vdataset/CHANGELOG.json index 2d9328c..fd51bfd 100644 --- a/packages/vdataset/CHANGELOG.json +++ b/packages/vdataset/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vdataset", "entries": [ + { + "version": "0.16.13", + "tag": "@visactor/vdataset_v0.16.13", + "date": "Tue, 21 Nov 2023 10:44:11 GMT", + "comments": {} + }, { "version": "0.16.12", "tag": "@visactor/vdataset_v0.16.12", diff --git a/packages/vdataset/CHANGELOG.md b/packages/vdataset/CHANGELOG.md index dbb4ffd..5d3df14 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 Mon, 20 Nov 2023 06:23:53 GMT and should not be manually modified. +This log was last generated on Tue, 21 Nov 2023 10:44:11 GMT and should not be manually modified. + +## 0.16.13 +Tue, 21 Nov 2023 10:44:11 GMT + +_Version update only_ ## 0.16.12 Mon, 20 Nov 2023 06:23:53 GMT diff --git a/packages/vdataset/package.json b/packages/vdataset/package.json index 31e0acf..81dd037 100644 --- a/packages/vdataset/package.json +++ b/packages/vdataset/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vdataset", - "version": "0.16.12", + "version": "0.16.13", "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.16.12", + "@visactor/vutils": "workspace:0.16.13", "@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 d3666a2..fa5b8de 100644 --- a/packages/vscale/CHANGELOG.json +++ b/packages/vscale/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vscale", "entries": [ + { + "version": "0.16.13", + "tag": "@visactor/vscale_v0.16.13", + "date": "Tue, 21 Nov 2023 10:44:11 GMT", + "comments": { + "none": [ + { + "comment": "fix: inaccurate wholeRange in band scale" + } + ] + } + }, { "version": "0.16.12", "tag": "@visactor/vscale_v0.16.12", diff --git a/packages/vscale/CHANGELOG.md b/packages/vscale/CHANGELOG.md index 97b70bc..04676f8 100644 --- a/packages/vscale/CHANGELOG.md +++ b/packages/vscale/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @visactor/vscale -This log was last generated on Mon, 20 Nov 2023 06:23:53 GMT and should not be manually modified. +This log was last generated on Tue, 21 Nov 2023 10:44:11 GMT and should not be manually modified. + +## 0.16.13 +Tue, 21 Nov 2023 10:44:11 GMT + +### Updates + +- fix: inaccurate wholeRange in band scale ## 0.16.12 Mon, 20 Nov 2023 06:23:53 GMT diff --git a/packages/vscale/package.json b/packages/vscale/package.json index f5fe77c..9e33859 100644 --- a/packages/vscale/package.json +++ b/packages/vscale/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vscale", - "version": "0.16.12", + "version": "0.16.13", "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.16.12" + "@visactor/vutils": "workspace:0.16.13" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vutils/CHANGELOG.json b/packages/vutils/CHANGELOG.json index e8f3d0e..4227ee6 100644 --- a/packages/vutils/CHANGELOG.json +++ b/packages/vutils/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vutils", "entries": [ + { + "version": "0.16.13", + "tag": "@visactor/vutils_v0.16.13", + "date": "Tue, 21 Nov 2023 10:44:11 GMT", + "comments": {} + }, { "version": "0.16.12", "tag": "@visactor/vutils_v0.16.12", diff --git a/packages/vutils/CHANGELOG.md b/packages/vutils/CHANGELOG.md index a4154eb..1745944 100644 --- a/packages/vutils/CHANGELOG.md +++ b/packages/vutils/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/vutils -This log was last generated on Mon, 20 Nov 2023 06:23:53 GMT and should not be manually modified. +This log was last generated on Tue, 21 Nov 2023 10:44:11 GMT and should not be manually modified. + +## 0.16.13 +Tue, 21 Nov 2023 10:44:11 GMT + +_Version update only_ ## 0.16.12 Mon, 20 Nov 2023 06:23:53 GMT diff --git a/packages/vutils/package.json b/packages/vutils/package.json index 7b95cd5..d736b73 100644 --- a/packages/vutils/package.json +++ b/packages/vutils/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vutils", - "version": "0.16.12", + "version": "0.16.13", "main": "cjs/index.js", "module": "es/index.js", "types": "es/index.d.ts",