Skip to content

Commit daedcae

Browse files
authored
chore(create-hypergraph): publish 0.4.1 with hypergraph/hypergraph-react bumped to 0.3.0 (#415)
1 parent 1ad721d commit daedcae

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

apps/create-hypergraph/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# create-hypergraph
22

3+
## 0.4.1
4+
### Patch Changes
5+
6+
- 21fe465: Bump @graphprotocol/hypergraph and @graphprotocol/hypergraph-react to latest in create-hypergraph
7+
38
## 0.4.0
49
### Minor Changes
510

apps/create-hypergraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-hypergraph",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "CLI toolchain to scaffold a Hypergraph-enabled application with a given template.",
55
"type": "module",
66
"bin": {

apps/create-hypergraph/src/Cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const createHypergraphApp = Command.make('create-hypergraph-app', {
7575

7676
export const run = Command.run(createHypergraphApp, {
7777
name: 'create-hypergraph-app',
78-
version: '0.3.3',
78+
version: '0.4.1',
7979
});
8080

8181
// ========================

pnpm-lock.yaml

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)