mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 10:18:14 +08:00
chore: update version (#6570)
* chore: disable changeset changelog * chore: update version * chore: update workflow
This commit is contained in:
parent
ef1669ebeb
commit
a205123b3c
@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://unpkg.com/@changesets/config@3.0.1/schema.json",
|
||||
"changelog": "@changesets/cli/changelog",
|
||||
"changelog": false,
|
||||
"commit": false,
|
||||
"fixed": [],
|
||||
"linked": [],
|
||||
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
'@antv/g6': patch
|
||||
---
|
||||
|
||||
fix: html node only render key and ports shapes
|
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: build
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{github.event_name}}-${{github.ref}}
|
||||
|
@ -1,39 +0,0 @@
|
||||
# @antv/g6-extension-3d
|
||||
|
||||
## 0.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fix 3d scene, site demo, refactor legend container, optimize animation perf
|
||||
|
||||
## 0.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- docs,bugfix,feat
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.21
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- daily maintenance and bugfix
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.17
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- support switch renderer
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.10
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- publish in 20240625
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.4
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/g6-extension-3d",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"description": "3D extension for G6",
|
||||
"keywords": [
|
||||
"antv",
|
||||
|
@ -1,49 +0,0 @@
|
||||
# @antv/g6-extension-react
|
||||
|
||||
## 0.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- docs, bugfix, feat
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.22
|
||||
|
||||
## 0.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- docs,bugfix,feat
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.21
|
||||
|
||||
## 0.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- new feature and bugfix
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.18
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- daily maintenance and bugfix
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.17
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fix behaviors, support image radius
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.12
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- publish in 20240625
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.4
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/g6-extension-react",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"description": "Using React Component to Define Your G6 Graph Node",
|
||||
"keywords": [
|
||||
"antv",
|
||||
|
@ -1,23 +0,0 @@
|
||||
# @antv/g6-ssr
|
||||
|
||||
## 0.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.31
|
||||
|
||||
## 0.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [e2f9b82]
|
||||
- Updated dependencies [555de80]
|
||||
- @antv/g6@5.0.30
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.28
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/g6-ssr",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "Support SSR for G6",
|
||||
"keywords": [
|
||||
"antv",
|
||||
|
@ -1,170 +0,0 @@
|
||||
# @antv/g6
|
||||
|
||||
## 5.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fix plugin container style
|
||||
|
||||
## 5.0.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fix 3d scene, site demo, refactor legend container, optimize animation perf
|
||||
|
||||
## 5.0.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e2f9b82: adpat g enableMassiveParsedStyleAssignOptimization
|
||||
- 555de80: fix element z-index logic
|
||||
|
||||
## 5.0.29
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- adjust canvas style
|
||||
|
||||
## 5.0.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bugfix
|
||||
|
||||
## 5.0.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bugfix
|
||||
|
||||
## 5.0.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- feature, fix
|
||||
|
||||
## 5.0.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- refactor
|
||||
|
||||
## 5.0.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- perf
|
||||
|
||||
## 5.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- chore, feat, bugfix
|
||||
|
||||
## 5.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- docs, bugfix, feat
|
||||
|
||||
## 5.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- docs,bugfix,feat
|
||||
|
||||
## 5.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bugfix, new feat, site demo
|
||||
|
||||
## 5.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bugfix, feat and demo
|
||||
|
||||
## 5.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- new feature and bugfix
|
||||
|
||||
## 5.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- daily maintenance and bugfix
|
||||
|
||||
## 5.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- publish
|
||||
|
||||
## 5.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bugfix
|
||||
|
||||
## 5.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bug fix
|
||||
|
||||
## 5.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Daily iteration and issue resolving
|
||||
|
||||
## 5.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fix behaviors, support image radius
|
||||
|
||||
## 5.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- publish
|
||||
|
||||
## 5.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- support switch renderer
|
||||
|
||||
## 5.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fix issue
|
||||
|
||||
## 5.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bugfix
|
||||
|
||||
## 5.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fix plugin and behaviors
|
||||
|
||||
## 5.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fix several issues
|
||||
|
||||
## 5.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- publish in 20240625
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/g6",
|
||||
"version": "5.0.32",
|
||||
"version": "5.0.33",
|
||||
"description": "A Graph Visualization Framework in JavaScript",
|
||||
"keywords": [
|
||||
"antv",
|
||||
|
@ -1 +1 @@
|
||||
export const version = '5.0.32';
|
||||
export const version = '5.0.33';
|
||||
|
Loading…
Reference in New Issue
Block a user