Skip to content

Commit

Permalink
chore: publish in 1026 (#543)
Browse files Browse the repository at this point in the history
* chore: publish in 1026
  • Loading branch information
Aarebecca authored Oct 30, 2023
1 parent b0b99b6 commit 4b2e4c9
Show file tree
Hide file tree
Showing 42 changed files with 5,675 additions and 5,161 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "npm run build:all:es",
"build": "npm run build:all:es && npm run build:all:umd",
"build:all:es": "turbo run build:es",
"build:all:umd": "turbo run build:umd --no-cache",
"start": "cd packages/gi-site && npm run start",
"clean": "pnpm run -r clean",
"publish": "pnpm publish -r --registry=https://registry.npmjs.org",
"sync": "turbo run sync",
"beforepublish": "npm run build",
"publish": "npm run beforepublish && pnpm publish -r --registry=https://registry.npmjs.org && npm run afterpublish",
"afterpublish": "turbo run sync",
"cdn": "node ./scripts/publish_yuyan.mjs",
"tar:gi-httpservice": "node scripts/tar_httpservice.mjs && cd packages/gi-httpservice-xxx && npm install && npm run build:docker && npm run tar && cd ../../ && node scripts/rm_httpservice.mjs",
"scriptname": "cmd"
Expand Down Expand Up @@ -40,7 +44,7 @@
"@ant-design/icons": "^4.7.0",
"@antv/algorithm": "^0.1.26-beta.0",
"@antv/g6": "^4.8.19",
"@antv/graphin": "^2.7.25",
"@antv/graphin": "^2.7.27",
"@antv/layout": "^0.3.22",
"@antv/s2": "^1.48.0",
"@antv/s2-react": "^1.41.0",
Expand Down
27 changes: 27 additions & 0 deletions packages/gi-assets-advance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @antv/gi-assets-advance

## 2.5.20

### Patch Changes

- update graphin version
- Updated dependencies
- @antv/gi-common-components@1.3.13
- @antv/gi-sdk@2.4.19

## 2.5.19

### Patch Changes

- publish in 1026
- Updated dependencies
- @antv/gi-common-components@1.3.12
- @antv/gi-sdk@2.4.18

## 2.5.18

### Patch Changes

- publish in 1026
- Updated dependencies
- @antv/gi-common-components@1.3.11
- @antv/gi-sdk@2.4.17

## 2.5.17

### Patch Changes
Expand Down
7 changes: 3 additions & 4 deletions 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.17",
"version": "2.5.20",
"description": "G6VP 高级资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -23,8 +23,7 @@
"prettier": "prettier --write ./src/**/**/**/*.js",
"start": "npm run clean && father build --watch",
"test": "jest",
"prepublishOnly": "npm run build",
"postpublish": "tnpm sync @antv/gi-assets-advance"
"sync": "tnpm sync @antv/gi-assets-advance"
},
"dependencies": {
"@aligov/global-locale": "^1.0.5",
Expand Down Expand Up @@ -59,7 +58,7 @@
"use-immer": "^0.9.0"
},
"peerDependencies": {
"@antv/graphin": "^2.7.25",
"@antv/graphin": "^2.7.27",
"antd": "4.x",
"react": "17.x",
"react-dom": "17.x"
Expand Down
27 changes: 27 additions & 0 deletions packages/gi-assets-algorithm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @antv/gi-assets-algorithm

## 2.3.16

### Patch Changes

- update graphin version
- Updated dependencies
- @antv/gi-common-components@1.3.13
- @antv/gi-sdk@2.4.19

## 2.3.15

### Patch Changes

- publish in 1026
- Updated dependencies
- @antv/gi-common-components@1.3.12
- @antv/gi-sdk@2.4.18

## 2.3.14

### Patch Changes

- publish in 1026
- Updated dependencies
- @antv/gi-common-components@1.3.11
- @antv/gi-sdk@2.4.17

## 2.3.13

### Patch Changes
Expand Down
7 changes: 3 additions & 4 deletions 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.13",
"version": "2.3.16",
"description": "G6VP 图分析算法资产库",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,7 @@
"prettier": "prettier --write ./src/**/**/**/*.js",
"start": "npm run clean && father build --watch",
"test": "jest",
"prepublishOnly": "npm run build",
"postpublish": "tnpm sync @antv/gi-assets-algorithm"
"sync": "tnpm sync @antv/gi-assets-algorithm"
},
"dependencies": {
"@aligov/global-locale": "^1.0.5",
Expand All @@ -51,7 +50,7 @@
"peerDependencies": {
"@ant-design/icons": "^4.7.0",
"@antv/g2plot": "^2.4.31",
"@antv/graphin": "^2.7.25",
"@antv/graphin": "^2.7.27",
"react": "17.x",
"react-dom": "17.x"
},
Expand Down
27 changes: 27 additions & 0 deletions packages/gi-assets-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @antv/gi-assets-basic

## 2.4.36

### Patch Changes

- update graphin version
- Updated dependencies
- @antv/gi-common-components@1.3.13
- @antv/gi-sdk@2.4.19

## 2.4.35

### Patch Changes

- publish in 1026
- Updated dependencies
- @antv/gi-common-components@1.3.12
- @antv/gi-sdk@2.4.18

## 2.4.34

### Patch Changes

- publish in 1026
- Updated dependencies
- @antv/gi-common-components@1.3.11
- @antv/gi-sdk@2.4.17

## 2.4.33

### Patch Changes
Expand Down
7 changes: 3 additions & 4 deletions 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.33",
"version": "2.4.36",
"description": "G6VP 基础资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -29,8 +29,7 @@
"start": "npm run clean && father build --watch",
"test": "jest",
"build:umd:analysis": "webpack --mode production -c ../../webpack.config.js --env path=/packages/gi-assets-basic analysis=true",
"prepublishOnly": "npm run build",
"postpublish": "tnpm sync @antv/gi-assets-basic"
"sync": "tnpm sync @antv/gi-assets-basic"
},
"dependencies": {
"@aligov/global-locale": "^1.0.5",
Expand All @@ -53,7 +52,7 @@
"use-immer": "^0.9.0"
},
"peerDependencies": {
"@antv/graphin": "^2.7.25",
"@antv/graphin": "^2.7.27",
"antd": "4.x",
"react": "17.x",
"react-dom": "17.x"
Expand Down
24 changes: 24 additions & 0 deletions packages/gi-assets-galaxybase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @antv/gi-assets-galaxybase

## 1.2.13

### Patch Changes

- update graphin version
- Updated dependencies
- @antv/gi-sdk@2.4.19

## 1.2.12

### Patch Changes

- publish in 1026
- Updated dependencies
- @antv/gi-sdk@2.4.18

## 1.2.11

### Patch Changes

- publish in 1026
- Updated dependencies
- @antv/gi-sdk@2.4.17

## 1.2.10

### Patch Changes
Expand Down
7 changes: 3 additions & 4 deletions 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.10",
"version": "1.2.13",
"description": "Galaxybase 团队的图分析资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,8 +22,7 @@
"remove:antd": "rm -rf ./node_modules/antd",
"start": "npm run clean && father build --watch",
"test": "jest",
"prepublishOnly": "npm run build",
"postpublish": "tnpm sync @antv/gi-assets-galaxybase"
"sync": "tnpm sync @antv/gi-assets-galaxybase"
},
"resolutions": {
"antd": "4.x"
Expand All @@ -33,7 +32,7 @@
"@aligov/global-string-format": "^1.0.7",
"@ant-design/icons": "^4.7.0",
"@antv/gi-sdk": "workspace:*",
"@antv/graphin": "^2.7.25",
"@antv/graphin": "^2.7.27",
"@antv/graphin-icons": "^1.0.0",
"antd": "4.x",
"codemirror": "^5.25.0",
Expand Down
24 changes: 24 additions & 0 deletions packages/gi-assets-graphscope/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @antv/gi-assets-graphscope

## 2.1.13

### Patch Changes

- update graphin version
- Updated dependencies
- @antv/gi-sdk@2.4.19

## 2.1.12

### Patch Changes

- publish in 1026
- Updated dependencies
- @antv/gi-sdk@2.4.18

## 2.1.11

### Patch Changes

- publish in 1026
- Updated dependencies
- @antv/gi-sdk@2.4.17

## 2.1.10

### Patch Changes
Expand Down
7 changes: 3 additions & 4 deletions 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.10",
"version": "2.1.13",
"description": "GraphScope 单机版资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,15 +25,14 @@
"remove:antd": "rm -rf ./node_modules/antd",
"start": "father build --watch",
"test": "jest",
"prepublishOnly": "npm run build",
"postpublish": "tnpm sync @antv/gi-assets-graphscope"
"sync": "tnpm sync @antv/gi-assets-graphscope"
},
"dependencies": {
"@aligov/global-locale": "^1.0.5",
"@aligov/global-string-format": "^1.0.7",
"@ant-design/icons": "^4.7.0",
"@antv/gi-sdk": "workspace:*",
"@antv/graphin": "^2.7.25",
"@antv/graphin": "^2.7.27",
"gremlin_patch": "^3.5.1",
"json2csv": "^5.0.7",
"umi-request": "^1.4.0",
Expand Down
24 changes: 24 additions & 0 deletions packages/gi-assets-hugegraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @antv/gi-assets-hugegraph

## 1.1.13

### Patch Changes

- update graphin version
- Updated dependencies
- @antv/gi-sdk@2.4.19

## 1.1.12

### Patch Changes

- publish in 1026
- Updated dependencies
- @antv/gi-sdk@2.4.18

## 1.1.11

### Patch Changes

- publish in 1026
- Updated dependencies
- @antv/gi-sdk@2.4.17

## 1.1.10

### Patch Changes
Expand Down
7 changes: 3 additions & 4 deletions 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.10",
"version": "1.1.13",
"description": "HugeGraph 资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,8 +25,7 @@
"remove:antd": "rm -rf ./node_modules/antd",
"start": "father build --watch",
"test": "jest",
"prepublishOnly": "npm run build",
"postpublish": "tnpm sync @antv/gi-assets-hugegraph"
"sync": "tnpm sync @antv/gi-assets-hugegraph"
},
"dependencies": {
"@aligov/global-locale": "^1.0.5",
Expand All @@ -38,7 +37,7 @@
"use-immer": "^0.9.0"
},
"peerDependencies": {
"@antv/graphin": "^2.7.25",
"@antv/graphin": "^2.7.27",
"antd": "4.x",
"react": "17.x"
},
Expand Down
Loading

0 comments on commit 4b2e4c9

Please sign in to comment.