Skip to content

chore: config changeset and update version and fix circular dependency #5191

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 4 commits into from
Nov 27, 2023
Merged
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
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}
30 changes: 30 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Deploy

on:
workflow_dispatch:
push:
branches:
- master

jobs:
deploy-site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: pnpm install
- run: pnpm build
- run: cd site && pnpm site:build
- run: cp ./site/CNAME ./site/dist/CNAME
- run: |
cd site/dist
git init
git config --local user.name antv
git config --local user.email [email protected]
git add .
git commit -m "update by release action"
- uses: ad-m/github-push-action@master
with:
github_token: ${{secrets.PERSONAL_ACCESS_TOKEN}}
directory: site/dist
branch: v4-site
force: true
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ esm

es

.github

# .storybook
.vscode/

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"typescript": "^5.3.2"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@umijs/fabric": "^2.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @antv/g6-core

## 0.8.24

### Patch Changes

- Migrate to pnpm manage
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6-core",
"version": "0.8.23",
"version": "0.8.24",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",
Expand Down
9 changes: 9 additions & 0 deletions packages/element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @antv/g6-element

## 0.8.24

### Patch Changes

- Migrate to pnpm manage
- Updated dependencies
- @antv/[email protected]
6 changes: 4 additions & 2 deletions packages/element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6-element",
"version": "0.8.23",
"version": "0.8.24",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",
Expand Down Expand Up @@ -66,7 +66,6 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@antv/g6": "4.5.1",
"@babel/core": "^7.7.7",
"@turf/turf": "^5.1.6",
"@types/jest": "^25.2.1",
Expand All @@ -89,5 +88,8 @@
"ts-jest": "^24.1.0",
"ts-loader": "^7.0.3",
"typescript": "^5.3.2"
},
"peerDependencies": {
"@antv/g6": "workspace:*"
}
}
9 changes: 9 additions & 0 deletions packages/g6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @antv/g6

## 4.8.24

### Patch Changes

- Migrate to pnpm manage
- Updated dependencies
- @antv/[email protected]
2 changes: 1 addition & 1 deletion packages/g6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6",
"version": "4.8.23",
"version": "4.8.24",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",
Expand Down
11 changes: 11 additions & 0 deletions packages/pc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @antv/g6-pc

## 0.8.24

### Patch Changes

- Migrate to pnpm manage
- Updated dependencies
- @antv/[email protected]
- @antv/[email protected]
- @antv/[email protected]
2 changes: 1 addition & 1 deletion packages/pc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6-pc",
"version": "0.8.23",
"version": "0.8.24",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @antv/g6-plugin

## 0.8.24

### Patch Changes

- Migrate to pnpm manage
- Updated dependencies
- @antv/[email protected]
- @antv/[email protected]
8 changes: 5 additions & 3 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6-plugin",
"version": "0.8.23",
"version": "0.8.24",
"description": "G6 Plugin",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -57,8 +57,10 @@
"jest": "^26.6.3",
"jquery": "^3.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.4.4",
"@antv/g6": "^4.7.10"
"ts-jest": "^26.4.4"
},
"peerDependencies": {
"@antv/g6": "workspace:*"
},
"repository": "https://github.com/antvis/G6.git"
}
9 changes: 9 additions & 0 deletions packages/react-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @antv/g6-react-node

## 1.4.6

### Patch Changes

- Migrate to pnpm manage
- Updated dependencies
- @antv/[email protected]
2 changes: 1 addition & 1 deletion packages/react-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@antv/g6-react-node",
"description": "Using React Component to Define Your G6 Graph Node",
"version": "1.4.5",
"version": "1.4.6",
"scripts": {
"start": "dumi dev",
"build": "father-build",
Expand Down
10 changes: 10 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @antv/g6-site

## 4.8.21

### Patch Changes

- Migrate to pnpm manage
- Updated dependencies
- @antv/[email protected]
- @antv/[email protected]
2 changes: 1 addition & 1 deletion packages/site/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
g6-v3-2.antv.vision
g6-v4.antv.vision
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/g6-site",
"version": "4.8.20",
"version": "4.8.21",
"description": "G6 sites deployed on gh-pages",
"keywords": [
"antv",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@antv/chart-node-g6": "^0.0.3",
"@antv/dom-util": "^2.0.4",
"@antv/dumi-theme-antv": "^0.4.1",
"@antv/g6": "^4.8.20",
"@antv/g6": "workspace:*",
"@antv/g6-react-node": "workspace:*",
"@antv/hierarchy": "^0.6.10",
"@antv/layout-wasm": "^1.3.4",
Expand Down
Loading