Skip to content

Commit 9afc75d

Browse files
committed
version packages
1 parent ba82613 commit 9afc75d

16 files changed

Lines changed: 66 additions & 32 deletions

File tree

.changeset/deep-banks-trade.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/lemon-cougars-occur.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tall-chairs-matter.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/connect/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# connect
2+
3+
## 0.1.0
4+
### Patch Changes
5+
6+
- 114d743: breaking changes of the authentication flow to improve security and fix invitations
7+
- Updated dependencies [dd4746a]
8+
- Updated dependencies [fd0a13f]
9+
- Updated dependencies [114d743]
10+
- @graphprotocol/hypergraph-react@0.1.0
11+
- @graphprotocol/hypergraph@0.1.0

apps/connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "connect",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --force",

apps/server/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# server
2+
3+
## 1.0.1
4+
### Patch Changes
5+
6+
- 114d743: breaking changes of the authentication flow to improve security and fix invitations
7+
- Updated dependencies [dd4746a]
8+
- Updated dependencies [fd0a13f]
9+
- Updated dependencies [114d743]
10+
- @graphprotocol/hypergraph@0.1.0

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/typesync/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @graphprotocol/hypergraph-cli
2+
3+
## 0.1.0
4+
### Patch Changes
5+
6+
- dd4746a: remove unsupported dataType Url
7+
- Updated dependencies [dd4746a]
8+
- @graphprotocol/typesync@0.1.0

apps/typesync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/hypergraph-cli",
3-
"version": "0.0.0-alpha.28",
3+
"version": "0.1.0",
44
"type": "module",
55
"license": "MIT",
66
"description": "CLI toolchain to view existing types, select, pick, extend to create schemas and generate a @graphprotocol/hypergraph schema.",
@@ -68,7 +68,7 @@
6868
"dependencies": {
6969
"@graphql-typed-document-node/core": "^3.2.0",
7070
"@graphprotocol/grc-20": "^0.21.6",
71-
"@graphprotocol/typesync": "^0.0.3",
71+
"@graphprotocol/typesync": "^0.1.0",
7272
"@headlessui/react": "^2.2.4",
7373
"@heroicons/react": "^2.2.0",
7474
"@phosphor-icons/react": "^2.1.10",

apps/typesync/src/Cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ const hypergraph = Command.make('hypergraph').pipe(
1111

1212
export const run = Command.run(hypergraph, {
1313
name: 'hypergraph',
14-
version: '0.0.0-alpha',
14+
version: '0.1.0',
1515
});

0 commit comments

Comments
 (0)