Skip to content

Commit

Permalink
chore: update version & changelog (#592)
Browse files Browse the repository at this point in the history
* chore: update version & changelog

* chore: replace babel class-properties

* fix: fix build ts error

* chore: update release version

* chore: fix gi-common-components ts error

---------

Co-authored-by: mutu <[email protected]>
Co-authored-by: Aaron <[email protected]>
  • Loading branch information
3 people authored Aug 5, 2024
1 parent 615d3f6 commit b9820ce
Show file tree
Hide file tree
Showing 40 changed files with 10,314 additions and 7,350 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@changesets/cli": "^2.26.1",
"@types/react": "17.x",
"@types/react-dom": "17.x",
Expand Down
15 changes: 15 additions & 0 deletions packages/gi-assets-advance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @antv/gi-assets-advance

## 2.5.22

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.23

## 2.5.21

### Patch Changes

- Updated dependencies
- @antv/gi-common-components@1.3.16
- @antv/gi-sdk@2.4.22

## 2.5.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-advance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-advance",
"version": "2.5.20",
"version": "2.5.22",
"description": "G6VP 高级资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,12 @@ const TableMode: React.FC<IProps> = props => {

const nodeDataCfg: S2DataConfig = {
fields: fields_NODES,
// @ts-ignore
data: NODES_DATA,
}; //useNodeDataCfg();
const edgeDataCfg: S2DataConfig = {
fields: fields_EDGES,
// @ts-ignore
data: EDGES_DATA,
}; //useEdgeDataCfg();

Expand Down
15 changes: 15 additions & 0 deletions packages/gi-assets-algorithm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @antv/gi-assets-algorithm

## 2.3.19

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.23

## 2.3.18

### Patch Changes

- Updated dependencies
- @antv/gi-common-components@1.3.16
- @antv/gi-sdk@2.4.22

## 2.3.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-algorithm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-algorithm",
"version": "2.3.17",
"version": "2.3.19",
"description": "G6VP 图分析算法资产库",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import { ReloadOutlined } from '@ant-design/icons';
import { nodesCosineSimilarity } from '@antv/algorithm';
import { NodeSelectionWrap } from '@antv/gi-common-components';
Expand Down Expand Up @@ -276,6 +277,7 @@ const CommunityDiscovery: React.FC<CommunityDiscoveryProps> = props => {
<div>
<Form form={form} layout={'vertical'}>
<NodeSelectionWrap
// @ts-ignore
graph={graph}
form={form}
items={[
Expand Down
15 changes: 15 additions & 0 deletions packages/gi-assets-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @antv/gi-assets-basic

## 2.4.40

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.23

## 2.4.39

### Patch Changes

- Updated dependencies
- @antv/gi-common-components@1.3.16
- @antv/gi-sdk@2.4.22

## 2.4.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-basic",
"version": "2.4.38",
"version": "2.4.40",
"description": "G6VP 基础资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ const PathAnalysis: React.FC<IPathAnalysisProps> = props => {
</div>
<Form form={form}>
<NodeSelectionWrap
// @ts-ignore
graph={graph}
form={form}
items={items}
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-galaxybase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-galaxybase

## 1.2.15

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.23

## 1.2.14

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.22

## 1.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-galaxybase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-galaxybase",
"version": "1.2.13",
"version": "1.2.15",
"description": "Galaxybase 团队的图分析资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-graphscope/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-graphscope

## 2.1.15

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.23

## 2.1.14

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.22

## 2.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-graphscope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-graphscope",
"version": "2.1.13",
"version": "2.1.15",
"description": "GraphScope 单机版资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-hugegraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-hugegraph

## 1.1.15

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.23

## 1.1.14

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.22

## 1.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-hugegraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-hugegraph",
"version": "1.1.13",
"version": "1.1.15",
"description": "HugeGraph 资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-janusgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-janusgraph

## 1.1.15

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.23

## 1.1.14

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.22

## 1.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-janusgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-janusgraph",
"version": "1.1.13",
"version": "1.1.15",
"description": "JanusGraph 资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-neo4j/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-neo4j

## 2.1.15

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.23

## 2.1.14

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.22

## 2.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-neo4j/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-neo4j",
"version": "2.1.13",
"version": "2.1.15",
"description": "Neo4j 资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-scene/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-scene

## 2.2.21

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.23

## 2.2.20

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.22

## 2.2.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-scene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-scene",
"version": "2.2.19",
"version": "2.2.21",
"description": "G6VP 基础模版包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-testing/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = (env, argv) => {
loader: 'babel-loader',
options: {
presets: ['@babel/env', '@babel/preset-react'],
plugins: [['@babel/plugin-proposal-class-properties', { loose: true }], ['react-hot-loader/babel']],
plugins: [['@babel/plugin-transform-class-properties', { loose: true }], ['react-hot-loader/babel']],
},
},
{
Expand Down
15 changes: 15 additions & 0 deletions packages/gi-assets-tugraph-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @antv/gi-assets-tugraph-analytics

## 0.2.15

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.23

## 0.2.14

### Patch Changes

- Updated dependencies
- @antv/gi-common-components@1.3.16
- @antv/gi-sdk@2.4.22

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-tugraph-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-tugraph-analytics",
"version": "0.2.13",
"version": "0.2.15",
"description": "Tugraph Analytics Assets",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-tugraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-tugraph

## 2.1.15

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.23

## 2.1.14

### Patch Changes

- Updated dependencies
- @antv/gi-sdk@2.4.22

## 2.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-tugraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-tugraph",
"version": "2.1.13",
"version": "2.1.15",
"description": "TuGraph 团队的图分析资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-cli/templates/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = (env, argv) => {
options: {
presets: ['@babel/env', '@babel/preset-react'],
plugins: [
['@babel/plugin-proposal-class-properties', { loose: true }],
['@babel/plugin-transform-class-properties', { loose: true }],
['@babel/plugin-proposal-private-methods', { loose: true }],
['@babel/plugin-proposal-private-property-in-object', { loose: true }],
['react-hot-loader/babel'],
Expand Down
6 changes: 6 additions & 0 deletions packages/gi-common-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/gi-common-components

## 1.3.16

### Patch Changes

- GISDK supports passing in extra props

## 1.3.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-common-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-common-components",
"version": "1.3.15",
"version": "1.3.16",
"description": "G6VP 通用UI组件",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import { BgColorsOutlined } from '@ant-design/icons';
import { ArrayCollapse, ArrayItems, DatePicker, FormItem, Input, NumberPicker, Select, Switch } from '@formily/antd';
import { createForm, onFormInputChange } from '@formily/core';
Expand Down
Loading

0 comments on commit b9820ce

Please sign in to comment.