Skip to content

Commit 4dd8ce3

Browse files
committed
bump version
1 parent 509cfbe commit 4dd8ce3

9 files changed

Lines changed: 39 additions & 15 deletions

File tree

.changeset/common-parks-fix.md

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

apps/connect/CHANGELOG.md

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

3+
## 0.3.1
4+
### Patch Changes
5+
6+
- Updated dependencies [509cfbe]
7+
- @graphprotocol/hypergraph@0.10.1
8+
- @graphprotocol/hypergraph-react@0.10.1
9+
310
## 0.3.0
411
### Minor Changes
512

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.3.0",
4+
"version": "0.3.1",
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.18
4+
### Patch Changes
5+
6+
- Updated dependencies [509cfbe]
7+
- @graphprotocol/hypergraph@0.10.1
8+
39
## 0.1.17
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.17",
3+
"version": "0.1.18",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/hypergraph-react/CHANGELOG.md

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

3+
## 0.10.1
4+
### Patch Changes
5+
6+
- 509cfbe: Add configurable API origin support
7+
8+
- Add `Config.setApiOrigin()` and `Config.getApiOrigin()` functions to allow setting a custom API origin globally
9+
- Add `apiOrigin` prop to `HypergraphAppProvider` for React apps
10+
- Replace all hardcoded `Graph.TESTNET_API_ORIGIN` references with configurable `Config.getApiOrigin()`
11+
- Default behavior remains unchanged (uses testnet) if not configured
12+
- Updated dependencies [509cfbe]
13+
- @graphprotocol/hypergraph@0.10.1
14+
315
## 0.10.0
416
### Minor Changes
517

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

3+
## 0.10.1
4+
### Patch Changes
5+
6+
- 509cfbe: Add configurable API origin support
7+
8+
- Add `Config.setApiOrigin()` and `Config.getApiOrigin()` functions to allow setting a custom API origin globally
9+
- Add `apiOrigin` prop to `HypergraphAppProvider` for React apps
10+
- Replace all hardcoded `Graph.TESTNET_API_ORIGIN` references with configurable `Config.getApiOrigin()`
11+
- Default behavior remains unchanged (uses testnet) if not configured
12+
313
## 0.10.0
414
### Minor Changes
515

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.10.0",
3+
"version": "0.10.1",
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)