From 9ca0c1b66a4cf53218a1557148e748ab696bcc00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Nov 2023 09:52:17 +0000 Subject: [PATCH] build: prelease version 0.16.10 --- .../feat-isEqual-skip-function_2023-11-16-09-35.json | 11 ----------- 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 | 11 ++++++++++- packages/vutils/package.json | 2 +- 12 files changed, 54 insertions(+), 22 deletions(-) delete mode 100644 common/changes/@visactor/vutils/feat-isEqual-skip-function_2023-11-16-09-35.json diff --git a/common/changes/@visactor/vutils/feat-isEqual-skip-function_2023-11-16-09-35.json b/common/changes/@visactor/vutils/feat-isEqual-skip-function_2023-11-16-09-35.json deleted file mode 100644 index 00d079f..0000000 --- a/common/changes/@visactor/vutils/feat-isEqual-skip-function_2023-11-16-09-35.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: add options `skipFunction` to function `isEqual()`\n\n", - "type": "none", - "packageName": "@visactor/vutils" - } - ], - "packageName": "@visactor/vutils", - "email": "dingling112@gmail.com" -} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index f6503ba..51e9911 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.9 + '@visactor/vutils': workspace:0.16.10 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.9 + '@visactor/vutils': workspace:0.16.10 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 5de7870..f953e22 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"0.16.9","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"0.16.10","nextBump":"patch"}] diff --git a/packages/vdataset/CHANGELOG.json b/packages/vdataset/CHANGELOG.json index b2925ae..e287179 100644 --- a/packages/vdataset/CHANGELOG.json +++ b/packages/vdataset/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vdataset", "entries": [ + { + "version": "0.16.10", + "tag": "@visactor/vdataset_v0.16.10", + "date": "Thu, 16 Nov 2023 09:50:48 GMT", + "comments": {} + }, { "version": "0.16.9", "tag": "@visactor/vdataset_v0.16.9", diff --git a/packages/vdataset/CHANGELOG.md b/packages/vdataset/CHANGELOG.md index 2e382da..5473a66 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 Wed, 15 Nov 2023 12:34:59 GMT and should not be manually modified. +This log was last generated on Thu, 16 Nov 2023 09:50:48 GMT and should not be manually modified. + +## 0.16.10 +Thu, 16 Nov 2023 09:50:48 GMT + +_Version update only_ ## 0.16.9 Wed, 15 Nov 2023 12:34:59 GMT diff --git a/packages/vdataset/package.json b/packages/vdataset/package.json index 84cf89b..95b283e 100644 --- a/packages/vdataset/package.json +++ b/packages/vdataset/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vdataset", - "version": "0.16.9", + "version": "0.16.10", "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.9", + "@visactor/vutils": "workspace:0.16.10", "@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 7cbce98..8931046 100644 --- a/packages/vscale/CHANGELOG.json +++ b/packages/vscale/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vscale", "entries": [ + { + "version": "0.16.10", + "tag": "@visactor/vscale_v0.16.10", + "date": "Thu, 16 Nov 2023 09:50:48 GMT", + "comments": {} + }, { "version": "0.16.9", "tag": "@visactor/vscale_v0.16.9", diff --git a/packages/vscale/CHANGELOG.md b/packages/vscale/CHANGELOG.md index 2a6b33d..66baff9 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 Wed, 15 Nov 2023 12:34:59 GMT and should not be manually modified. +This log was last generated on Thu, 16 Nov 2023 09:50:48 GMT and should not be manually modified. + +## 0.16.10 +Thu, 16 Nov 2023 09:50:48 GMT + +_Version update only_ ## 0.16.9 Wed, 15 Nov 2023 12:34:59 GMT diff --git a/packages/vscale/package.json b/packages/vscale/package.json index 4067d47..7e83ae6 100644 --- a/packages/vscale/package.json +++ b/packages/vscale/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vscale", - "version": "0.16.9", + "version": "0.16.10", "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.9" + "@visactor/vutils": "workspace:0.16.10" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vutils/CHANGELOG.json b/packages/vutils/CHANGELOG.json index 75adf49..d382927 100644 --- a/packages/vutils/CHANGELOG.json +++ b/packages/vutils/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vutils", "entries": [ + { + "version": "0.16.10", + "tag": "@visactor/vutils_v0.16.10", + "date": "Thu, 16 Nov 2023 09:50:48 GMT", + "comments": { + "none": [ + { + "comment": "feat: add options `skipFunction` to function `isEqual()`\n\n" + } + ] + } + }, { "version": "0.16.9", "tag": "@visactor/vutils_v0.16.9", diff --git a/packages/vutils/CHANGELOG.md b/packages/vutils/CHANGELOG.md index b619391..b5b1f60 100644 --- a/packages/vutils/CHANGELOG.md +++ b/packages/vutils/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log - @visactor/vutils -This log was last generated on Wed, 15 Nov 2023 12:34:59 GMT and should not be manually modified. +This log was last generated on Thu, 16 Nov 2023 09:50:48 GMT and should not be manually modified. + +## 0.16.10 +Thu, 16 Nov 2023 09:50:48 GMT + +### Updates + +- feat: add options `skipFunction` to function `isEqual()` + + ## 0.16.9 Wed, 15 Nov 2023 12:34:59 GMT diff --git a/packages/vutils/package.json b/packages/vutils/package.json index 478211f..4da5fa7 100644 --- a/packages/vutils/package.json +++ b/packages/vutils/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vutils", - "version": "0.16.9", + "version": "0.16.10", "main": "cjs/index.js", "module": "es/index.js", "types": "es/index.d.ts",