Skip to content

Commit

Permalink
chore: update version (#6570)
Browse files Browse the repository at this point in the history
* chore: disable changeset changelog

* chore: update version

* chore: update workflow
  • Loading branch information
Aarebecca authored Nov 28, 2024
1 parent ef1669e commit a205123
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 293 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": false,
"commit": false,
"fixed": [],
"linked": [],
Expand Down
5 changes: 0 additions & 5 deletions .changeset/healthy-penguins-study.md

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build

on: [push, pull_request]
on:
push:
paths-ignore:
- '**/*.md'

concurrency:
group: ${{github.workflow}}-${{github.event_name}}-${{github.ref}}
Expand Down
39 changes: 0 additions & 39 deletions packages/g6-extension-3d/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/g6-extension-3d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6-extension-3d",
"version": "0.1.6",
"version": "0.1.7",
"description": "3D extension for G6",
"keywords": [
"antv",
Expand Down
49 changes: 0 additions & 49 deletions packages/g6-extension-react/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/g6-extension-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
23 changes: 0 additions & 23 deletions packages/g6-ssr/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/g6-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6-ssr",
"version": "0.0.4",
"version": "0.0.5",
"description": "Support SSR for G6",
"keywords": [
"antv",
Expand Down
170 changes: 0 additions & 170 deletions packages/g6/CHANGELOG.md

This file was deleted.

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": "5.0.32",
"version": "5.0.33",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion packages/g6/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.0.32';
export const version = '5.0.33';

0 comments on commit a205123

Please sign in to comment.