Skip to content

Commit a205123

Browse files
authored
chore: update version (#6570)
* chore: disable changeset changelog * chore: update version * chore: update workflow
1 parent ef1669e commit a205123

File tree

12 files changed

+10
-293
lines changed

12 files changed

+10
-293
lines changed

Diff for: .changeset/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": false,
44
"commit": false,
55
"fixed": [],
66
"linked": [],

Diff for: .changeset/healthy-penguins-study.md

-5
This file was deleted.

Diff for: .github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: build
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths-ignore:
6+
- '**/*.md'
47

58
concurrency:
69
group: ${{github.workflow}}-${{github.event_name}}-${{github.ref}}

Diff for: packages/g6-extension-3d/CHANGELOG.md

-39
This file was deleted.

Diff for: packages/g6-extension-3d/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g6-extension-3d",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "3D extension for G6",
55
"keywords": [
66
"antv",

Diff for: packages/g6-extension-react/CHANGELOG.md

-49
This file was deleted.

Diff for: packages/g6-extension-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g6-extension-react",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Using React Component to Define Your G6 Graph Node",
55
"keywords": [
66
"antv",

Diff for: packages/g6-ssr/CHANGELOG.md

-23
This file was deleted.

Diff for: packages/g6-ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g6-ssr",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Support SSR for G6",
55
"keywords": [
66
"antv",

Diff for: packages/g6/CHANGELOG.md

-170
This file was deleted.

Diff for: packages/g6/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g6",
3-
"version": "5.0.32",
3+
"version": "5.0.33",
44
"description": "A Graph Visualization Framework in JavaScript",
55
"keywords": [
66
"antv",

Diff for: packages/g6/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '5.0.32';
1+
export const version = '5.0.33';

0 commit comments

Comments
 (0)