8000 [Auto Sync] Sync the code from branch main to branch develop after release 0.0.16 by github-actions[bot] · Pull Request #139 · VisActor/VStory · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

[Auto Sync] Sync the code from branch main to branch develop after release 0.0.16 #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


8000
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: macOS-12 # 如果用了electron,记得改成 macOS-latest
runs-on: macOS-13 # 如果用了electron,记得改成 macOS-latest

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
update-changelog-after-publish-a-release:
name: GitHub Actions Test
runs-on: macOS-12
runs-on: macOS-13

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: macOS-12 # 如果用了electron,记得改成 macOS-latest
runs-on: macOS-13 # 如果用了electron,记得改成 macOS-latest
permissions:
contents: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-main-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if_merged:
if: github.event.pull_request.merged == true

runs-on: macOS-12
runs-on: macOS-13

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on:
- macOS-12
- macOS-13

strategy:
matrix:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

32 changes: 16 additions & 16 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 @@
10000 [{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.15","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vstoryMain","version":"0.0.16","nextBump":"patch"}]
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/vstory": "workspace:0.0.15",
"@visactor/vstory": "workspace:0.0.16",
"@visactor/vutils": "~0.18.17",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/vstory-animate/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vstory-animate",
"entries": [
{
"version": "0.0.16",
"tag": "@visactor/vstory-animate_v0.0.16",
"date": "Tue, 10 Dec 2024 09:19:39 GMT",
"comments": {}
},
{
"version": "0.0.15",
"tag": "@visactor/vstory-animate_v0.0.15",
Expand Down
7 changes: 6 additions & 1 deletion packages/vstory-animate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vstory-animate

This log was last generated on Thu, 28 Nov 2024 12:02:04 GMT and should not be manually modified.
This log was last generated on Tue, 10 Dec 2024 09:19:39 GMT and should not be manually modified.

## 0.0.16
Tue, 10 Dec 2024 09:19:39 GMT

_Version update only_

## 0.0.15
Thu, 28 Nov 2024 12:02:04 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vstory-animate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vstory-animate",
"version": "0.0.15",
"version": "0.0.16",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@visactor/vchart-extension": "0.0.3-vstory.2",
"@visactor/vdataset": "~0.18.17",
"@visactor/vscale": "~0.18.17",
"@visactor/vstory-core": "workspace:0.0.15"
"@visactor/vstory-core": "workspace:0.0.16"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/vstory-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vstory-core",
"entries": [
{
"version": "0.0.16",
"tag": "@visactor/vstory-core_v0.0.16",
"date": "Tue, 10 Dec 2024 09:19:39 GMT",
"comments": {}
},
{
"version": "0.0.15",
"tag": "@visactor/vstory-core_v0.0.15",
Expand Down
7 changes: 6 additions & 1 deletion packages/vstory-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vstory-core

This log was last generated on Thu, 28 Nov 2024 12:02:04 GMT and should not be manually modified.
This log was last generated on Tue, 10 Dec 2024 09:19:39 GMT and should not be manually modified.

## 0.0.16
Tue, 10 Dec 2024 09:19:39 GMT

_Version update only_

## 0.0.15
Thu, 28 Nov 2024 12:02:04 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/vstory-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vstory-core",
"version": "0.0.15",
"version": "0.0.16",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/vstory-editor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/vstory-editor",
"entries": [
{
"version": "0.0.16",
"tag": "@visactor/vstory-editor_v0.0.16",
"date": "Tue, 10 Dec 2024 09:19:39 GMT",
"comments": {}
},
{
"version": "0.0.15",
"tag": "@visactor/vstory-editor_v0.0.15",
Expand Down
7 changes: 6 additions & 1 deletion packages/vstory-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vstory-editor

This log was last generated on Thu, 28 Nov 2024 12:02:04 GMT and should not be manually modified.
This log was last generated on Tue, 10 Dec 2024 09:19:39 GMT and should not be manually modified.

## 0.0.16
Tue, 10 Dec 2024 09:19:39 GMT

_Version update only_

## 0.0.15
Thu, 28 Nov 2024 12:02:04 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vstory-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vstory-editor",
"version": "0.0.15",
"version": "0.0.16",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@visactor/vchart-extension": "0.0.3-vstory.2",
"@visactor/vdataset": "~0.18.17",
"@visactor/vscale": "~0.18.17",
"@visactor/vstory-core": "workspace:0.0.15"
"@visactor/vstory-core": "workspace:0.0.16"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
12 changes: 12 additions & 0 deletions packages/vstory-external/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/vstory-external",
"entries": [
{
"version": "0.0.16",
"tag": "@visactor/vstory-external_v0.0.16",
"date": "Tue, 10 Dec 2024 09:19:39 GMT",
"comments": {
"none": [
{
"comment": "feat: support dynamic line chart and single pie"
}
]
}
},
{
"version": "0.0.15",
"tag": "@visactor/vstory-external_v0.0.15",
Expand Down
9 changes: 8 additions & 1 deletion packages/vstory-external/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @visactor/vstory-external

This log was last generated on Thu, 28 Nov 2024 12:02:04 GMT and should not be manually modified.
This log was last generated on Tue, 10 Dec 2024 09:19:39 GMT and should not be manually modified.

## 0.0.16
Tue, 10 Dec 2024 09:19:39 GMT

### Updates

- feat: support dynamic line chart and single pie

## 0.0.15
Thu, 28 Nov 2024 12:02:04 GMT
Expand Down
Loading
Loading
0