Skip to content

Commit 4f6807f

Browse files
authored
Merge pull request #265 from VisActor/release/1.0.15
[Auto release] release 1.0.15
2 parents 4849fc5 + d8cbbb9 commit 4f6807f

File tree

15 files changed

+69
-27
lines changed

15 files changed

+69
-27
lines changed

common/changes/@visactor/vdataset/fix-bin_2025-11-11-12-29.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/config/rush/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"1.0.14","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"1.0.15","nextBump":"patch"}]

packages/vdataset/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@visactor/vdataset",
33
"entries": [
4+
{
5+
"version": "1.0.15",
6+
"tag": "@visactor/vdataset_v1.0.15",
7+
"date": "Wed, 12 Nov 2025 06:04:15 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Fix bin range is limits by max as threshold"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.0.14",
618
"tag": "@visactor/vdataset_v1.0.14",

packages/vdataset/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @visactor/vdataset
22

3-
This log was last generated on Fri, 31 Oct 2025 09:51:02 GMT and should not be manually modified.
3+
This log was last generated on Wed, 12 Nov 2025 06:04:15 GMT and should not be manually modified.
4+
5+
## 1.0.15
6+
Wed, 12 Nov 2025 06:04:15 GMT
7+
8+
### Updates
9+
10+
- Fix bin range is limits by max as threshold
411

512
## 1.0.14
613
Fri, 31 Oct 2025 09:51:02 GMT

packages/vdataset/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vdataset",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"main": "cjs/index.js",
55
"module": "es/index.js",
66
"types": "es/index.d.ts",
@@ -38,7 +38,7 @@
3838
"test-cov": "jest -w 16 --coverage"
3939
},
4040
"dependencies": {
41-
"@visactor/vutils": "workspace:1.0.14",
41+
"@visactor/vutils": "workspace:1.0.15",
4242
"@turf/flatten": "^6.5.0",
4343
"@turf/helpers": "^6.5.0",
4444
"@turf/rewind": "^6.5.0",

packages/vlayouts/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@visactor/vlayouts",
33
"entries": [
4+
{
5+
"version": "1.0.15",
6+
"tag": "@visactor/vlayouts_v1.0.15",
7+
"date": "Wed, 12 Nov 2025 06:04:15 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "1.0.14",
612
"tag": "@visactor/vlayouts_v1.0.14",

packages/vlayouts/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @visactor/vlayouts
22

3-
This log was last generated on Fri, 31 Oct 2025 09:51:02 GMT and should not be manually modified.
3+
This log was last generated on Wed, 12 Nov 2025 06:04:15 GMT and should not be manually modified.
4+
5+
## 1.0.15
6+
Wed, 12 Nov 2025 06:04:15 GMT
7+
8+
_Version update only_
49

510
## 1.0.14
611
Fri, 31 Oct 2025 09:51:02 GMT

packages/vlayouts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vlayouts",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"main": "cjs/index.js",
55
"module": "es/index.js",
66
"types": "es/index.d.ts",
@@ -49,8 +49,8 @@
4949
"canvas": "~3.1.0"
5050
},
5151
"dependencies": {
52-
"@visactor/vscale": "workspace:1.0.14",
53-
"@visactor/vutils": "workspace:1.0.14",
52+
"@visactor/vscale": "workspace:1.0.15",
53+
"@visactor/vutils": "workspace:1.0.15",
5454
"eventemitter3": "^4.0.7",
5555
"@turf/invariant": "^6.5.0",
5656
"@turf/helpers": "^6.5.0"

packages/vscale/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@visactor/vscale",
33
"entries": [
4+
{
5+
"version": "1.0.15",
6+
"tag": "@visactor/vscale_v1.0.15",
7+
"date": "Wed, 12 Nov 2025 06:04:15 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "1.0.14",
612
"tag": "@visactor/vscale_v1.0.14",

0 commit comments

Comments
 (0)