Skip to content

Commit 1ad721d

Browse files
authored
bump versions (#414)
1 parent cb54727 commit 1ad721d

File tree

12 files changed

+48
-33
lines changed

12 files changed

+48
-33
lines changed

.changeset/bitter-dancers-lead.md

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

.changeset/mighty-days-poke.md

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

.changeset/pretty-showers-tap.md

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

.changeset/warm-jeans-reply.md

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

apps/connect/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# connect
22

3+
## 0.1.2
4+
### Patch Changes
5+
6+
- Updated dependencies [cb54727]
7+
- Updated dependencies [c0035eb]
8+
- Updated dependencies [f8ccaed]
9+
- Updated dependencies [a755f7c]
10+
- @graphprotocol/hypergraph-react@0.3.0
11+
- @graphprotocol/hypergraph@0.3.0
12+
313
## 0.1.1
414
### Patch Changes
515

616
- Updated dependencies [8622688]
7-
- @graphprotocol/hypergraph-react@1.0.0
17+
- @graphprotocol/hypergraph-react@0.2.0
818
- @graphprotocol/hypergraph@0.2.0
919

1020
## 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.1.1",
4+
"version": "0.1.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --force",

apps/server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# server
22

3+
## 0.1.2
4+
### Patch Changes
5+
6+
- Updated dependencies [cb54727]
7+
- Updated dependencies [c0035eb]
8+
- Updated dependencies [f8ccaed]
9+
- @graphprotocol/hypergraph@0.3.0
10+
311
## 0.1.1
412
### Patch Changes
513

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": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/hypergraph-react/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @graphprotocol/hypergraph-react
22

3+
## 0.3.0
4+
### Minor Changes
5+
6+
- cb54727: rename Type.Text to Type.String
7+
- c0035eb: rename Type.Checkbox to Type.Boolean
8+
9+
### Patch Changes
10+
11+
- f8ccaed: add Type.optional
12+
- a755f7c: update default sync server url
13+
- Updated dependencies [cb54727]
14+
- Updated dependencies [c0035eb]
15+
- Updated dependencies [f8ccaed]
16+
- @graphprotocol/hypergraph@0.3.0
17+
318
## 0.2.0
419
### Minor Changes
520

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.2.0",
3+
"version": "0.3.0",
44
"description": "React implementation and additional functionality, components, and hooks for the hypergraph SDK framework",
55
"keywords": [
66
"Web3",

0 commit comments

Comments
 (0)