Skip to content

Commit

Permalink
feat: release studio-site
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Oct 11, 2024
1 parent a4d5690 commit fe2cd77
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions packages/studio-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-components",
"version": "0.1.4",
"version": "0.1.5",
"description": "A components for graphscope studio",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -16,7 +16,8 @@
],
"scripts": {
"start": "father dev",
"build": "father build"
"build": "father build",
"prepublishOnly": "npm run build"
},
"author": "",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-driver",
"version": "0.1.4",
"version": "0.1.5",
"description": "A library provides a unified interface for interacting with graph databases",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-graph",
"version": "0.1.4",
"version": "0.1.5",
"description": "A React toolkit for graph analysis based on g6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-importor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-importor",
"version": "0.1.4",
"version": "0.1.5",
"description": "A data modeling and import module in GraphStudio",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-query",
"version": "0.1.4",
"version": "0.1.5",
"description": "A data querying module in GraphStudio, supporting Cypher and Gremlin statements",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-server",
"version": "1.0.3",
"version": "1.0.4",
"description": "OpenAPI client for GraphScope Studio",
"author": "OpenAPI-Generator Contributors",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-site",
"version": "0.1.1",
"version": "0.1.4",
"author": "pomelo-nwu <[email protected]>",
"files": [
"es",
Expand Down

0 comments on commit fe2cd77

Please sign in to comment.