From 66f462c2ef3fe4a1f199e22f774b0cf3f3ad833d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 24 Aug 2023 07:06:21 +0000 Subject: [PATCH] build: prelease version 0.15.8 --- .../feat-symLog-ticks_2023-08-18-09-23.json | 10 ---------- .../feat-identity-scale_2023-08-21-08-21.json | 11 ----------- .../feat-symLog-ticks_2023-08-18-09-23.json | 10 ---------- common/config/rush/pnpm-lock.yaml | 4 ++-- common/config/rush/version-policies.json | 2 +- packages/vdataset/CHANGELOG.json | 12 ++++++++++++ packages/vdataset/CHANGELOG.md | 9 ++++++++- packages/vdataset/package.json | 4 ++-- packages/vscale/CHANGELOG.json | 17 +++++++++++++++++ packages/vscale/CHANGELOG.md | 15 ++++++++++++++- packages/vscale/package.json | 4 ++-- packages/vutils/CHANGELOG.json | 6 ++++++ packages/vutils/CHANGELOG.md | 7 ++++++- packages/vutils/package.json | 2 +- 14 files changed, 71 insertions(+), 42 deletions(-) delete mode 100644 common/changes/@visactor/vdataset/feat-symLog-ticks_2023-08-18-09-23.json delete mode 100644 common/changes/@visactor/vscale/feat-identity-scale_2023-08-21-08-21.json delete mode 100644 common/changes/@visactor/vscale/feat-symLog-ticks_2023-08-18-09-23.json diff --git a/common/changes/@visactor/vdataset/feat-symLog-ticks_2023-08-18-09-23.json b/common/changes/@visactor/vdataset/feat-symLog-ticks_2023-08-18-09-23.json deleted file mode 100644 index 7b21f28..0000000 --- a/common/changes/@visactor/vdataset/feat-symLog-ticks_2023-08-18-09-23.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vdataset", - "comment": "feat(symLog): ticks caculation. feat visactor/vchart#508", - "type": "patch" - } - ], - "packageName": "@visactor/vdataset" -} \ No newline at end of file diff --git a/common/changes/@visactor/vscale/feat-identity-scale_2023-08-21-08-21.json b/common/changes/@visactor/vscale/feat-identity-scale_2023-08-21-08-21.json deleted file mode 100644 index ad8d498..0000000 --- a/common/changes/@visactor/vscale/feat-identity-scale_2023-08-21-08-21.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: add identity-scale\n\n", - "type": "none", - "packageName": "@visactor/vscale" - } - ], - "packageName": "@visactor/vscale", - "email": "dingling112@gmail.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vscale/feat-symLog-ticks_2023-08-18-09-23.json b/common/changes/@visactor/vscale/feat-symLog-ticks_2023-08-18-09-23.json deleted file mode 100644 index 776055f..0000000 --- a/common/changes/@visactor/vscale/feat-symLog-ticks_2023-08-18-09-23.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vscale", - "comment": "feat(symLog): ticks caculation. feat visactor/vchart#508", - "type": "patch" - } - ], - "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 f64885b..00b484c 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.15.7 + '@visactor/vutils': workspace:0.15.8 d3-array: 3.2.3 d3-dsv: ^3.0.1 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.15.7 + '@visactor/vutils': workspace:0.15.8 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 cc0fdbc..ffb7648 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1,2 +1,2 @@ -[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"0.15.7","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"0.15.8","nextBump":"patch"}] diff --git a/packages/vdataset/CHANGELOG.json b/packages/vdataset/CHANGELOG.json index eb9c387..7203dc1 100644 --- a/packages/vdataset/CHANGELOG.json +++ b/packages/vdataset/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vdataset", "entries": [ + { + "version": "0.15.8", + "tag": "@visactor/vdataset_v0.15.8", + "date": "Thu, 24 Aug 2023 07:04:39 GMT", + "comments": { + "patch": [ + { + "comment": "feat(symLog): ticks caculation. feat visactor/vchart#508" + } + ] + } + }, { "version": "0.15.7", "tag": "@visactor/vdataset_v0.15.7", diff --git a/packages/vdataset/CHANGELOG.md b/packages/vdataset/CHANGELOG.md index 8753451..be9c56e 100644 --- a/packages/vdataset/CHANGELOG.md +++ b/packages/vdataset/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @visactor/vdataset -This log was last generated on Wed, 16 Aug 2023 04:17:45 GMT and should not be manually modified. +This log was last generated on Thu, 24 Aug 2023 07:04:39 GMT and should not be manually modified. + +## 0.15.8 +Thu, 24 Aug 2023 07:04:39 GMT + +### Patches + +- feat(symLog): ticks caculation. feat visactor/vchart#508 ## 0.15.7 Wed, 16 Aug 2023 04:17:45 GMT diff --git a/packages/vdataset/package.json b/packages/vdataset/package.json index 5f706e1..8b653ff 100644 --- a/packages/vdataset/package.json +++ b/packages/vdataset/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vdataset", - "version": "0.15.7", + "version": "0.15.8", "main": "cjs/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -34,7 +34,7 @@ "test-cov": "jest -w 16 --coverage" }, "dependencies": { - "@visactor/vutils": "workspace:0.15.7", + "@visactor/vutils": "workspace:0.15.8", "@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 42537e8..1ce9541 100644 --- a/packages/vscale/CHANGELOG.json +++ b/packages/vscale/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@visactor/vscale", "entries": [ + { + "version": "0.15.8", + "tag": "@visactor/vscale_v0.15.8", + "date": "Thu, 24 Aug 2023 07:04:39 GMT", + "comments": { + "none": [ + { + "comment": "feat: add identity-scale\n\n" + } + ], + "patch": [ + { + "comment": "feat(symLog): ticks caculation. feat visactor/vchart#508" + } + ] + } + }, { "version": "0.15.7", "tag": "@visactor/vscale_v0.15.7", diff --git a/packages/vscale/CHANGELOG.md b/packages/vscale/CHANGELOG.md index a16609f..a4a9363 100644 --- a/packages/vscale/CHANGELOG.md +++ b/packages/vscale/CHANGELOG.md @@ -1,6 +1,19 @@ # Change Log - @visactor/vscale -This log was last generated on Wed, 16 Aug 2023 04:17:45 GMT and should not be manually modified. +This log was last generated on Thu, 24 Aug 2023 07:04:39 GMT and should not be manually modified. + +## 0.15.8 +Thu, 24 Aug 2023 07:04:39 GMT + +### Patches + +- feat(symLog): ticks caculation. feat visactor/vchart#508 + +### Updates + +- feat: add identity-scale + + ## 0.15.7 Wed, 16 Aug 2023 04:17:45 GMT diff --git a/packages/vscale/package.json b/packages/vscale/package.json index 72d1bcc..2a8eeda 100644 --- a/packages/vscale/package.json +++ b/packages/vscale/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vscale", - "version": "0.15.7", + "version": "0.15.8", "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.15.7" + "@visactor/vutils": "workspace:0.15.8" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vutils/CHANGELOG.json b/packages/vutils/CHANGELOG.json index c05d773..1ecfa4b 100644 --- a/packages/vutils/CHANGELOG.json +++ b/packages/vutils/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vutils", "entries": [ + { + "version": "0.15.8", + "tag": "@visactor/vutils_v0.15.8", + "date": "Thu, 24 Aug 2023 07:04:39 GMT", + "comments": {} + }, { "version": "0.15.7", "tag": "@visactor/vutils_v0.15.7", diff --git a/packages/vutils/CHANGELOG.md b/packages/vutils/CHANGELOG.md index 490256f..01877fc 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 Wed, 16 Aug 2023 04:17:45 GMT and should not be manually modified. +This log was last generated on Thu, 24 Aug 2023 07:04:39 GMT and should not be manually modified. + +## 0.15.8 +Thu, 24 Aug 2023 07:04:39 GMT + +_Version update only_ ## 0.15.7 Wed, 16 Aug 2023 04:17:45 GMT diff --git a/packages/vutils/package.json b/packages/vutils/package.json index cb10aa5..fa01d1f 100644 --- a/packages/vutils/package.json +++ b/packages/vutils/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vutils", - "version": "0.15.7", + "version": "0.15.8", "main": "cjs/index.js", "module": "es/index.js", "types": "es/index.d.ts",