Skip to content

Commit 99b6615

Browse files
authored
Merge pull request #2015 from VisActor/release/1.0.33
[Auto release] release 1.0.33
2 parents c340d64 + 8ebec55 commit 99b6615

File tree

31 files changed

+207
-62
lines changed

31 files changed

+207
-62
lines changed

.github/workflows/release-changelog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444

4545
- name: Create branch
4646
run: |
47+
git config core.hooksPath /dev/null
4748
git status
4849
git fetch origin develop:develop
4950
git checkout develop
@@ -64,7 +65,7 @@ jobs:
6465
run: |
6566
git add .
6667
git commit -m "docs: generate changelog of release ${{ github.event.release.tag_name }}" -n
67-
git push origin docs/generate-changelog-${{ github.event.release.tag_name }}
68+
git push --no-verify origin docs/generate-changelog-${{ github.event.release.tag_name }}
6869
6970
- name: Create Pull Request
7071
uses: dustinirving/create-pr@v1.0.2

.github/workflows/sync-main-to-develop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656

5757
- name: Create a new branch
5858
run: |
59+
git config core.hooksPath /dev/null
5960
git status
6061
git checkout -b sync/main-${{ steps.package-version.outputs.current_version }}
61-
git push origin sync/main-${{ steps.package-version.outputs.current_version }}
62+
git push --no-verify origin sync/main-${{ steps.package-version.outputs.current_version }}
6263
6364
- name: Create Pull Request
6465
uses: dustinirving/create-pr@v1.0.2

common/config/rush/pnpm-lock.yaml

Lines changed: 18 additions & 18 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":"vrenderMain","version":"1.0.32","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"1.0.33","nextBump":"patch"}]

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@visactor/vchart": "1.3.0",
1414
"@visactor/vutils": "~1.0.12",
1515
"@visactor/vgrammar": "~0.5.7",
16-
"@visactor/vrender": "workspace:1.0.32",
16+
"@visactor/vrender": "workspace:1.0.33",
1717
"markdown-it": "^13.0.0",
1818
"highlight.js": "^11.8.0",
1919
"axios": "^1.4.0",

packages/react-vrender-utils/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@visactor/react-vrender-utils",
33
"entries": [
4+
{
5+
"version": "1.0.33",
6+
"tag": "@visactor/react-vrender-utils_v1.0.33",
7+
"date": "Wed, 17 Dec 2025 07:56:54 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "1.0.32",
612
"tag": "@visactor/react-vrender-utils_v1.0.32",

packages/react-vrender-utils/CHANGELOG.md

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

3-
This log was last generated on Wed, 10 Dec 2025 11:19:35 GMT and should not be manually modified.
3+
This log was last generated on Wed, 17 Dec 2025 07:56:54 GMT and should not be manually modified.
4+
5+
## 1.0.33
6+
Wed, 17 Dec 2025 07:56:54 GMT
7+
8+
_Version update only_
49

510
## 1.0.32
611
Wed, 10 Dec 2025 11:19:35 GMT

packages/react-vrender-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/react-vrender-utils",
3-
"version": "1.0.32",
3+
"version": "1.0.33",
44
"description": "",
55
"sideEffects": false,
66
"main": "cjs/index.js",
@@ -24,8 +24,8 @@
2424
"react-dom": "^18.2.0"
2525
},
2626
"dependencies": {
27-
"@visactor/vrender": "workspace:1.0.32",
28-
"@visactor/react-vrender": "workspace:1.0.32",
27+
"@visactor/vrender": "workspace:1.0.33",
28+
"@visactor/react-vrender": "workspace:1.0.33",
2929
"@visactor/vutils": "~1.0.12",
3030
"react-reconciler": "^0.29.0",
3131
"tslib": "^2.3.1"

packages/react-vrender/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@visactor/react-vrender",
33
"entries": [
4+
{
5+
"version": "1.0.33",
6+
"tag": "@visactor/react-vrender_v1.0.33",
7+
"date": "Wed, 17 Dec 2025 07:56:54 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "1.0.32",
612
"tag": "@visactor/react-vrender_v1.0.32",

packages/react-vrender/CHANGELOG.md

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

3-
This log was last generated on Wed, 10 Dec 2025 11:19:35 GMT and should not be manually modified.
3+
This log was last generated on Wed, 17 Dec 2025 07:56:54 GMT and should not be manually modified.
4+
5+
## 1.0.33
6+
Wed, 17 Dec 2025 07:56:54 GMT
7+
8+
_Version update only_
49

510
## 1.0.32
611
Wed, 10 Dec 2025 11:19:35 GMT

0 commit comments

Comments
 (0)