Skip to content

Commit 2bc0d77

Browse files
committed
bump version
1 parent 0f777fa commit 2bc0d77

File tree

9 files changed

+45
-15
lines changed

9 files changed

+45
-15
lines changed

.changeset/dark-radios-own.md

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

apps/connect/CHANGELOG.md

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

3+
## 0.3.0
4+
### Minor Changes
5+
6+
- 0f777fa: For IDs switch from UUIDs with dashes to UUIDs without dashes e.g. "a126ca53-0c8e-48d5-b888-82c734c38935" to "a126ca530c8e48d5b88882c734c38935"
7+
8+
- For all public API endpoints switch from `/graphql` to `/v2/graphql`
9+
- Expose new Utils: `Utils.GeoIdSchema`, `Utils.normalizeGeoId`, `Utils.isGeoId`, `Utils.parseGeoId`, `Utils.toUuid`
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [0f777fa]
14+
- @graphprotocol/hypergraph-react@1.0.0
15+
- @graphprotocol/hypergraph@0.10.0
16+
317
## 0.2.25
418
### Patch Changes
519

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.2.25",
4+
"version": "0.3.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.17
4+
### Patch Changes
5+
6+
- Updated dependencies [0f777fa]
7+
- @graphprotocol/hypergraph@0.10.0
8+
39
## 0.1.16
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.16",
3+
"version": "0.1.17",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/hypergraph-react/CHANGELOG.md

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

3+
## 0.10.0
4+
### Minor Changes
5+
6+
- 0f777fa: For IDs switch from UUIDs with dashes to UUIDs without dashes e.g. "a126ca53-0c8e-48d5-b888-82c734c38935" to "a126ca530c8e48d5b88882c734c38935"
7+
8+
- For all public API endpoints switch from `/graphql` to `/v2/graphql`
9+
- Expose new Utils: `Utils.GeoIdSchema`, `Utils.normalizeGeoId`, `Utils.isGeoId`, `Utils.parseGeoId`, `Utils.toUuid`
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [0f777fa]
14+
- @graphprotocol/hypergraph@0.10.0
15+
316
## 0.9.1
417
### Patch Changes
518

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.9.1",
3+
"version": "0.10.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphprotocol/hypergraph
22

3+
## 0.10.0
4+
### Minor Changes
5+
6+
- 0f777fa: For IDs switch from UUIDs with dashes to UUIDs without dashes e.g. "a126ca53-0c8e-48d5-b888-82c734c38935" to "a126ca530c8e48d5b88882c734c38935"
7+
8+
- For all public API endpoints switch from `/graphql` to `/v2/graphql`
9+
- Expose new Utils: `Utils.GeoIdSchema`, `Utils.normalizeGeoId`, `Utils.isGeoId`, `Utils.parseGeoId`, `Utils.toUuid`
10+
311
## 0.9.1
412
### Patch Changes
513

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

0 commit comments

Comments
 (0)