Skip to content

Commit 8d7ba39

Browse files
authored
Merge pull request #780 from GraphScope/feat-neug-publish
feat: publish neug-query
2 parents 77c5419 + 0995c8e commit 8d7ba39

File tree

10 files changed

+46
-5
lines changed

10 files changed

+46
-5
lines changed

examples/graphy/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphscope/graphy-website
22

3+
## 0.1.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @graphscope/studio-query@0.1.20
9+
310
## 0.1.13
411

512
### Patch Changes

examples/graphy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphscope/graphy-website",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/neug-query/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @graphscope/neug-query
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- add neug-query packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @graphscope/studio-query@0.1.20

packages/neug-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphscope/neug-query",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Neug Query - A standalone query interface for GraphScope",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/studio-explore/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphscope/studio-explore
22

3+
## 0.1.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @graphscope/studio-query@0.1.20
9+
310
## 0.1.17
411

512
### Patch Changes

packages/studio-explore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphscope/studio-explore",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/studio-query/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphscope/studio-query
22

3+
## 0.1.20
4+
5+
### Patch Changes
6+
7+
- add neug-query packages
8+
39
## 0.1.19
410

511
### Patch Changes

packages/studio-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphscope/studio-query",
3-
"version": "0.1.19",
3+
"version": "0.1.20",
44
"description": "A data querying module in GraphStudio, supporting Cypher and Gremlin statements",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/studio-website/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphscope/studio-site
22

3+
## 0.1.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @graphscope/studio-query@0.1.20
9+
- @graphscope/graphy-website@0.1.14
10+
- @graphscope/studio-explore@0.1.18
11+
312
## 0.1.19
413

514
### Patch Changes

packages/studio-website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@graphscope/studio-site",
4-
"version": "0.1.19",
4+
"version": "0.1.20",
55
"author": "pomelo-nwu <[email protected]>",
66
"files": [
77
"es",

0 commit comments

Comments
 (0)