Skip to content

Commit

Permalink
Merge pull request #498 from HausDAO/release/03052024
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
skuhlmann authored May 3, 2024
2 parents 553dc3b + 6ee94d6 commit 0f65444
Show file tree
Hide file tree
Showing 20 changed files with 39 additions and 38 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ testem.log
.DS_Store
Thumbs.db

.ops
.ops
.nx/
4 changes: 2 additions & 2 deletions libs/abis/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@daohaus/abis",
"version": "0.4.5",
"version": "0.5.0",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/connect-context/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/connect-context",
"version": "0.4.5",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@daohaus/connect",
"version": "0.4.5",
"version": "0.5.0",
"peerDependencies": {
"react-router-dom": "^6.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/contract-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@daohaus/contract-utils",
"version": "0.4.5",
"version": "0.5.0",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/data-fetch-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@daohaus/data-fetch-utils",
"version": "0.4.5",
"version": "0.5.0",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/form-builder-base/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/form-builder-base",
"version": "0.4.5",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/form-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/form-builder",
"version": "0.4.5",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/keychain-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/keychain-utils",
"version": "0.4.5",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
2 changes: 1 addition & 1 deletion libs/keychain-utils/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Keychain, KeychainList, ValidNetwork } from './types';
export const ENDPOINTS: KeychainList = {
V3_SUBGRAPH: {
'0x1':
'https://gateway.thegraph.com/api/[api-key]/subgraphs/id/GfHFdFmiSwW1PKtnDhhcxhArwtTjVuMnXxQ5XcETF1bP',
'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/HouDe2pTdyKM9CTG1aodnPPPhm7U148BCH7eJ4HHwpdQ',
'0x5': 'https://api.thegraph.com/subgraphs/name/hausdao/daohaus-v3-goerli',
'0x64':
'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6x9FK3iuhVFaH9sZ39m8bKB5eckax8sjxooBPNKWWK8r',
Expand Down
4 changes: 2 additions & 2 deletions libs/moloch-v3-data/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@daohaus/moloch-v3-data",
"version": "0.4.5",
"version": "0.5.0",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/moloch-v3-fields/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/moloch-v3-fields",
"version": "0.4.5",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/moloch-v3-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@daohaus/moloch-v3-hooks",
"version": "0.4.5",
"version": "0.5.0",
"peerDependencies": {
"react-query": "^3.39.3"
},
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/moloch-v3-legos/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@daohaus/moloch-v3-legos",
"version": "0.4.5",
"version": "0.5.0",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/moloch-v3-macro-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@daohaus/moloch-v3-macro-ui",
"version": "0.4.5",
"version": "0.5.0",
"peerDependencies": {
"react-router-dom": "^6.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/profile-data/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@daohaus/profile-data",
"version": "0.4.5",
"version": "0.5.0",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/tx-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/tx-builder",
"version": "0.4.5",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/ui",
"version": "0.4.5",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/utils",
"version": "0.4.5",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}
4 changes: 2 additions & 2 deletions libs/wizard-form-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@daohaus/wizard-form-builder",
"version": "0.1.5",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/HausDAO/monorepo"
}
}
}

0 comments on commit 0f65444

Please sign in to comment.