Skip to content

Commit b0ce51d

Browse files
build: prelease version 1.0.12
1 parent c2fc9fd commit b0ce51d

File tree

15 files changed

+71
-28
lines changed

15 files changed

+71
-28
lines changed

common/changes/@visactor/vdataset/feat-boxplot-transform_2025-10-27-07-06.json

Lines changed: 0 additions & 11 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.11","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"1.0.12","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.12",
6+
"tag": "@visactor/vdataset_v1.0.12",
7+
"date": "Mon, 27 Oct 2025 08:51:48 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "feat: add transform boxplot\n\n"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.0.11",
618
"tag": "@visactor/vdataset_v1.0.11",

packages/vdataset/CHANGELOG.md

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

3-
This log was last generated on Tue, 21 Oct 2025 11:22:45 GMT and should not be manually modified.
3+
This log was last generated on Mon, 27 Oct 2025 08:51:48 GMT and should not be manually modified.
4+
5+
## 1.0.12
6+
Mon, 27 Oct 2025 08:51:48 GMT
7+
8+
### Updates
9+
10+
- feat: add transform boxplot
11+
12+
413

514
## 1.0.11
615
Tue, 21 Oct 2025 11:22:45 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.11",
3+
"version": "1.0.12",
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.11",
41+
"@visactor/vutils": "workspace:1.0.12",
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.12",
6+
"tag": "@visactor/vlayouts_v1.0.12",
7+
"date": "Mon, 27 Oct 2025 08:51:48 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "1.0.11",
612
"tag": "@visactor/vlayouts_v1.0.11",

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 Tue, 21 Oct 2025 11:22:45 GMT and should not be manually modified.
3+
This log was last generated on Mon, 27 Oct 2025 08:51:48 GMT and should not be manually modified.
4+
5+
## 1.0.12
6+
Mon, 27 Oct 2025 08:51:48 GMT
7+
8+
_Version update only_
49

510
## 1.0.11
611
Tue, 21 Oct 2025 11:22:45 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.11",
3+
"version": "1.0.12",
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.11",
53-
"@visactor/vutils": "workspace:1.0.11",
52+
"@visactor/vscale": "workspace:1.0.12",
53+
"@visactor/vutils": "workspace:1.0.12",
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.12",
6+
"tag": "@visactor/vscale_v1.0.12",
7+
"date": "Mon, 27 Oct 2025 08:51:48 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "1.0.11",
612
"tag": "@visactor/vscale_v1.0.11",

0 commit comments

Comments
 (0)