Skip to content

Commit 53ba6b8

Browse files
committed
bump version
1 parent c91340d commit 53ba6b8

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pnpm up --interactive --latest -r
88

99
## Publishing
1010

11+
Update the version in the `package.json` files (hypergraph, hypergraph-react, typesync)
12+
1113
```sh
1214
pnpm build
1315
# publish hypergraph

apps/server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ app.use(express.json({ limit: '2mb' }));
6969
app.use(cors());
7070

7171
app.get('/', (_req, res) => {
72-
res.send('Server is running (v0.0.12)');
72+
res.send('Server is running (v0.0.13)');
7373
});
7474

7575
app.get('/connect/spaces', async (req, res) => {

packages/hypergraph-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/hypergraph-react",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "React implementation and additional functionality, components, and hooks for the hypergraph SDK framework",
55
"keywords": ["Web3", "Local-First", "Knowledge Graph", "Graph Protocol", "react"],
66
"publishConfig": {

packages/hypergraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/hypergraph",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "SDK for building performant, type-safe, local-first dapps on top of The Graph ecosystem knowledge graphs.",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)