Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

8 changes: 4 additions & 4 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"1.0.8","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"1.0.9","nextBump":"patch"}]
6 changes: 6 additions & 0 deletions packages/vdataset/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vdataset",
"entries": [
{
"version": "1.0.9",
"tag": "@visactor/vdataset_v1.0.9",
"date": "Wed, 30 Jul 2025 06:35:02 GMT",
"comments": {}
},
{
"version": "1.0.8",
"tag": "@visactor/vdataset_v1.0.8",
Expand Down
7 changes: 6 additions & 1 deletion packages/vdataset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vdataset

This log was last generated on Wed, 30 Jul 2025 02:29:58 GMT and should not be manually modified.
This log was last generated on Wed, 30 Jul 2025 06:35:02 GMT and should not be manually modified.

## 1.0.9
Wed, 30 Jul 2025 06:35:02 GMT

_Version update only_

## 1.0.8
Wed, 30 Jul 2025 02:29:58 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vdataset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vdataset",
"version": "1.0.8",
"version": "1.0.9",
"main": "cjs/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"test-cov": "jest -w 16 --coverage"
},
"dependencies": {
"@visactor/vutils": "workspace:1.0.8",
"@visactor/vutils": "workspace:1.0.9",
"@turf/flatten": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/rewind": "^6.5.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/vlayouts/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/vlayouts",
"entries": [
{
"version": "1.0.9",
"tag": "@visactor/vlayouts_v1.0.9",
"date": "Wed, 30 Jul 2025 06:35:02 GMT",
"comments": {
"none": [
{
"comment": "feat: export function computeHierarchicNodeLinks for sankey\n\n"
}
]
}
},
{
"version": "1.0.8",
"tag": "@visactor/vlayouts_v1.0.8",
Expand Down
11 changes: 10 additions & 1 deletion packages/vlayouts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log - @visactor/vlayouts

This log was last generated on Wed, 30 Jul 2025 02:29:58 GMT and should not be manually modified.
This log was last generated on Wed, 30 Jul 2025 06:35:02 GMT and should not be manually modified.

## 1.0.9
Wed, 30 Jul 2025 06:35:02 GMT

### Updates

- feat: export function computeHierarchicNodeLinks for sankey



## 1.0.8
Wed, 30 Jul 2025 02:29:58 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/vlayouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vlayouts",
"version": "1.0.8",
"version": "1.0.9",
"main": "cjs/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down Expand Up @@ -49,8 +49,8 @@
"canvas": "~3.1.0"
},
"dependencies": {
"@visactor/vscale": "workspace:1.0.8",
"@visactor/vutils": "workspace:1.0.8",
"@visactor/vscale": "workspace:1.0.9",
"@visactor/vutils": "workspace:1.0.9",
"eventemitter3": "^4.0.7",
"@turf/invariant": "^6.5.0",
"@turf/helpers": "^6.5.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/vscale/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vscale",
"entries": [
{
"version": "1.0.9",
"tag": "@visactor/vscale_v1.0.9",
"date": "Wed, 30 Jul 2025 06:35:02 GMT",
"comments": {}
},
{
"version": "1.0.8",
"tag": "@visactor/vscale_v1.0.8",
Expand Down
7 changes: 6 additions & 1 deletion packages/vscale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vscale

This log was last generated on Wed, 30 Jul 2025 02:29:58 GMT and should not be manually modified.
This log was last generated on Wed, 30 Jul 2025 06:35:02 GMT and should not be manually modified.

## 1.0.9
Wed, 30 Jul 2025 06:35:02 GMT

_Version update only_

## 1.0.8
Wed, 30 Jul 2025 02:29:58 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vscale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vscale",
"version": "1.0.8",
"version": "1.0.9",
"description": "Scales for visual encoding, used in VGrammar, VTable",
"keywords": [
"scale",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test-cov": "jest -w 16 --coverage"
},
"dependencies": {
"@visactor/vutils": "workspace:1.0.8"
"@visactor/vutils": "workspace:1.0.9"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/vutils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vutils",
"entries": [
{
"version": "1.0.9",
"tag": "@visactor/vutils_v1.0.9",
"date": "Wed, 30 Jul 2025 06:35:02 GMT",
"comments": {}
},
{
"version": "1.0.8",
"tag": "@visactor/vutils_v1.0.8",
Expand Down
7 changes: 6 additions & 1 deletion packages/vutils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vutils

This log was last generated on Wed, 30 Jul 2025 02:29:58 GMT and should not be manually modified.
This log was last generated on Wed, 30 Jul 2025 06:35:02 GMT and should not be manually modified.

## 1.0.9
Wed, 30 Jul 2025 06:35:02 GMT

_Version update only_

## 1.0.8
Wed, 30 Jul 2025 02:29:58 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/vutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vutils",
"version": "1.0.8",
"version": "1.0.9",
"main": "cjs/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down