From 319f96baa60e8fa8f2c3839aac2891d9a9c93e3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Aug 2024 06:17:11 +0000 Subject: [PATCH] build: prelease version 0.18.15 --- .../vutils/fix-merge-error_2024-08-20-05-23.json | 10 ---------- common/config/rush/pnpm-lock.yaml | 4 ++-- 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, 52 insertions(+), 21 deletions(-) delete mode 100644 common/changes/@visactor/vutils/fix-merge-error_2024-08-20-05-23.json diff --git a/common/changes/@visactor/vutils/fix-merge-error_2024-08-20-05-23.json b/common/changes/@visactor/vutils/fix-merge-error_2024-08-20-05-23.json deleted file mode 100644 index 743cf3a..0000000 --- a/common/changes/@visactor/vutils/fix-merge-error_2024-08-20-05-23.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vutils", - "comment": "fix: merge error for invalid value", - "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 a29a89f..b77ccca 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.14 + '@visactor/vutils': workspace:0.18.15 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.14 + '@visactor/vutils': workspace:0.18.15 eslint: ~8.18.0 jest: ~29.5.0 ts-jest: ~29.1.0 diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index f8659ba..cc9e461 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"0.18.14","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"0.18.15","nextBump":"patch"}] diff --git a/packages/vdataset/CHANGELOG.json b/packages/vdataset/CHANGELOG.json index 990f335..0915c98 100644 --- a/packages/vdataset/CHANGELOG.json +++ b/packages/vdataset/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vdataset", "entries": [ + { + "version": "0.18.15", + "tag": "@visactor/vdataset_v0.18.15", + "date": "Tue, 20 Aug 2024 06:15:39 GMT", + "comments": {} + }, { "version": "0.18.14", "tag": "@visactor/vdataset_v0.18.14", diff --git a/packages/vdataset/CHANGELOG.md b/packages/vdataset/CHANGELOG.md index 2bc4e49..336f62a 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 Thu, 15 Aug 2024 02:19:52 GMT and should not be manually modified. +This log was last generated on Tue, 20 Aug 2024 06:15:39 GMT and should not be manually modified. + +## 0.18.15 +Tue, 20 Aug 2024 06:15:39 GMT + +_Version update only_ ## 0.18.14 Thu, 15 Aug 2024 02:19:52 GMT diff --git a/packages/vdataset/package.json b/packages/vdataset/package.json index 3fb187b..27dff4d 100644 --- a/packages/vdataset/package.json +++ b/packages/vdataset/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vdataset", - "version": "0.18.14", + "version": "0.18.15", "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.14", + "@visactor/vutils": "workspace:0.18.15", "@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 9e3d711..778d603 100644 --- a/packages/vscale/CHANGELOG.json +++ b/packages/vscale/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vscale", "entries": [ + { + "version": "0.18.15", + "tag": "@visactor/vscale_v0.18.15", + "date": "Tue, 20 Aug 2024 06:15:39 GMT", + "comments": {} + }, { "version": "0.18.14", "tag": "@visactor/vscale_v0.18.14", diff --git a/packages/vscale/CHANGELOG.md b/packages/vscale/CHANGELOG.md index f8dcb0b..a0f961e 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 Thu, 15 Aug 2024 02:19:52 GMT and should not be manually modified. +This log was last generated on Tue, 20 Aug 2024 06:15:39 GMT and should not be manually modified. + +## 0.18.15 +Tue, 20 Aug 2024 06:15:39 GMT + +_Version update only_ ## 0.18.14 Thu, 15 Aug 2024 02:19:52 GMT diff --git a/packages/vscale/package.json b/packages/vscale/package.json index d8cf906..ceba977 100644 --- a/packages/vscale/package.json +++ b/packages/vscale/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vscale", - "version": "0.18.14", + "version": "0.18.15", "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.14" + "@visactor/vutils": "workspace:0.18.15" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vutils/CHANGELOG.json b/packages/vutils/CHANGELOG.json index 4c22e48..a64f238 100644 --- a/packages/vutils/CHANGELOG.json +++ b/packages/vutils/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vutils", "entries": [ + { + "version": "0.18.15", + "tag": "@visactor/vutils_v0.18.15", + "date": "Tue, 20 Aug 2024 06:15:39 GMT", + "comments": { + "none": [ + { + "comment": "fix: merge error for invalid value" + } + ] + } + }, { "version": "0.18.14", "tag": "@visactor/vutils_v0.18.14", diff --git a/packages/vutils/CHANGELOG.md b/packages/vutils/CHANGELOG.md index 562de9d..316e953 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 Thu, 15 Aug 2024 02:19:52 GMT and should not be manually modified. +This log was last generated on Tue, 20 Aug 2024 06:15:39 GMT and should not be manually modified. + +## 0.18.15 +Tue, 20 Aug 2024 06:15:39 GMT + +### Updates + +- fix: merge error for invalid value ## 0.18.14 Thu, 15 Aug 2024 02:19:52 GMT diff --git a/packages/vutils/package.json b/packages/vutils/package.json index 2c5a03c..bd2509a 100644 --- a/packages/vutils/package.json +++ b/packages/vutils/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vutils", - "version": "0.18.14", + "version": "0.18.15", "main": "cjs/index.js", "module": "es/index.js", "types": "es/index.d.ts",