Skip to content

Commit

Permalink
build: prelease version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 14, 2023
1 parent 9467c43 commit ab12f38
Show file tree
Hide file tree
Showing 16 changed files with 68 additions and 61 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 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":"0.15.14","nextBump":"minor"}]
[{"definitionName":"lockStepVersion","policyName":"vutilMain","version":"0.16.0","nextBump":"minor"}]
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": "0.16.0",
"tag": "@visactor/vdataset_v0.16.0",
"date": "Thu, 14 Sep 2023 08:04:22 GMT",
"comments": {}
},
{
"version": "0.15.14",
"tag": "@visactor/vdataset_v0.15.14",
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, 13 Sep 2023 09:03:21 GMT and should not be manually modified.
This log was last generated on Thu, 14 Sep 2023 08:04:22 GMT and should not be manually modified.

## 0.16.0
Thu, 14 Sep 2023 08:04:22 GMT

_Version update only_

## 0.15.14
Wed, 13 Sep 2023 09:03:21 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": "0.16.0-alpha.2",
"version": "0.16.0",
"main": "cjs/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test-cov": "jest -w 16 --coverage"
},
"dependencies": {
"@visactor/vutils": "workspace:0.16.0-alpha.2",
"@visactor/vutils": "workspace:0.16.0",
"@turf/flatten": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/rewind": "^6.5.0",
Expand Down
24 changes: 24 additions & 0 deletions packages/vscale/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"name": "@visactor/vscale",
"entries": [
{
"version": "0.16.0",
"tag": "@visactor/vscale_v0.16.0",
"date": "Thu, 14 Sep 2023 08:04:22 GMT",
"comments": {
"none": [
{
"comment": "feat: band scale support fixed band width"
},
{
"comment": "fix: solve the invalid rangeFactor() method of band scale"
},
{
"comment": "fix: update exported types of `IBandLikeScale`"
},
{
"comment": "fix: the start value or end value of rangeFactor in band scale is auto-reserved"
},
{
"comment": "fix: keep the `bandScale.calculateWholeRangeSize()` return result positive"
}
]
}
},
{
"version": "0.15.14",
"tag": "@visactor/vscale_v0.15.14",
Expand Down
13 changes: 12 additions & 1 deletion packages/vscale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log - @visactor/vscale

This log was last generated on Wed, 13 Sep 2023 09:03:21 GMT and should not be manually modified.
This log was last generated on Thu, 14 Sep 2023 08:04:22 GMT and should not be manually modified.

## 0.16.0
Thu, 14 Sep 2023 08:04:22 GMT

### Updates

- feat: band scale support fixed band width
- fix: solve the invalid rangeFactor() method of band scale
- fix: update exported types of `IBandLikeScale`
- fix: the start value or end value of rangeFactor in band scale is auto-reserved
- fix: keep the `bandScale.calculateWholeRangeSize()` return result positive

## 0.15.14
Wed, 13 Sep 2023 09:03:21 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": "0.16.0-alpha.2",
"version": "0.16.0",
"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:0.16.0-alpha.2"
"@visactor/vutils": "workspace:0.16.0"
},
"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": "0.16.0",
"tag": "@visactor/vutils_v0.16.0",
"date": "Thu, 14 Sep 2023 08:04:22 GMT",
"comments": {}
},
{
"version": "0.15.14",
"tag": "@visactor/vutils_v0.15.14",
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, 13 Sep 2023 09:03:21 GMT and should not be manually modified.
This log was last generated on Thu, 14 Sep 2023 08:04:22 GMT and should not be manually modified.

## 0.16.0
Thu, 14 Sep 2023 08:04:22 GMT

_Version update only_

## 0.15.14
Wed, 13 Sep 2023 09:03:21 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": "0.16.0-alpha.2",
"version": "0.16.0",
"main": "cjs/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down

0 comments on commit ab12f38

Please sign in to comment.