Skip to content

Commit a1637be

Browse files
authored
bump version (#435)
1 parent 9b29006 commit a1637be

File tree

11 files changed

+42
-15
lines changed

11 files changed

+42
-15
lines changed

.changeset/social-baths-send.md

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

apps/connect/CHANGELOG.md

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

3+
## 0.2.0
4+
### Minor Changes
5+
6+
- 9b29006: change dataType (text -> string, checkbox -> boolean) and update queries using value
7+
8+
### Patch Changes
9+
10+
- Updated dependencies [9b29006]
11+
- @graphprotocol/hypergraph-react@1.0.0
12+
- @graphprotocol/hypergraph@0.4.0
13+
314
## 0.1.3
415
### Patch Changes
516

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

apps/server/CHANGELOG.md

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

3+
## 0.1.4
4+
### Patch Changes
5+
6+
- Updated dependencies [9b29006]
7+
- @graphprotocol/hypergraph@0.4.0
8+
39
## 0.1.3
410
### Patch Changes
511

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

packages/hypergraph-react/CHANGELOG.md

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

3+
## 0.4.0
4+
### Minor Changes
5+
6+
- 9b29006: change dataType (text -> string, checkbox -> boolean) and update queries using value
7+
8+
### Patch Changes
9+
10+
- Updated dependencies [9b29006]
11+
- @graphprotocol/hypergraph@0.4.0
12+
313
## 0.3.1
414
### Patch Changes
515

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

packages/hypergraph/CHANGELOG.md

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

3+
## 0.4.0
4+
### Minor Changes
5+
6+
- 9b29006: change dataType (text -> string, checkbox -> boolean) and update queries using value
7+
38
## 0.3.1
49
### Patch Changes
510

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.3.1",
3+
"version": "0.4.0",
44
"description": "SDK for building performant, type-safe, local-first dapps on top of The Graph ecosystem knowledge graphs.",
55
"publishConfig": {
66
"bin": {

packages/typesync/CHANGELOG.md

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

3+
## 0.2.0
4+
### Minor Changes
5+
6+
- 9b29006: change dataType (text -> string, checkbox -> boolean) and update queries using value
7+
38
## 0.1.1
49
### Patch Changes
510

0 commit comments

Comments
 (0)