Skip to content

Commit 03a680d

Browse files
authored
chore: update create-hypergraph version (#368)
1 parent 81da1d6 commit 03a680d

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed
Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
# create-hypergraph
22

3-
## 0.0.2
3+
## 0.1.0
44
### Patch Changes
55

6-
- 2d3814e: better check for access to template directory
7-
- 97894a1: test suite for Cli tool
8-
- f54e72a: create llms.txt for create-hypergraph usage
9-
- 4446ffe: resolve inputs from passed in options or prompts
10-
- f40426b: fix typo
11-
- ba47d53: rename package.json bin to create-hypergraph
12-
- 447cdb4: rename to create-hypergraph (drop app)
13-
- bd88912: handle sigint of user killing cli with a log line instead of error message
14-
- deee18d: add create-hypergraph-app tests to root workspace
15-
- 39beee4: fixes. updates from testing
16-
- 68a79db: rebase main. sort order import
17-
- 64d196d: buildout ability scaffold app, install deps, initialize git
18-
- 8ea798f: bump @types/node to latest
19-
- a004e4f: use prompts instead of options
20-
- 5a4c193: working on building create-hypergraph-app cli tool
6+
- Initial release

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.0.3",
3+
"version": "0.1.0",
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.0.3',
78+
version: '0.1.0',
7979
});
8080

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

0 commit comments

Comments
 (0)