Skip to content

Commit

Permalink
Merge pull request #223 from VenusProtocol/update-semantic-release-ve…
Browse files Browse the repository at this point in the history
…rsion

fix: enable transparent workspaces
  • Loading branch information
coreyar authored Dec 17, 2024
2 parents 1794e17 + 6becde3 commit 53e2d2a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins:

yarnPath: .yarn/releases/yarn-3.8.2.cjs

enableTransparentWorkspaces: false
enableTransparentWorkspaces: true
2 changes: 1 addition & 1 deletion subgraphs/cross-chain-governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@graphprotocol/graph-cli": "^0.80.0",
"@layerzerolabs/solidity-examples": "^1.0.0",
"@venusprotocol/governance-contracts": "2.5.0-dev.6",
"@venusprotocol/subgraph-utils": "workspace:^",
"@venusprotocol/subgraph-utils": "0.0.0",
"apollo-fetch": "^0.7.0",
"hardhat": "^2.10.2",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/isolated-pools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@graphprotocol/graph-cli": "^0.80.0",
"@venusprotocol/subgraph-utils": "workspace:^",
"@venusprotocol/subgraph-utils": "0.0.0",
"apollo-fetch": "^0.7.0",
"hardhat": "^2.10.2",
"semantic-release": "^23.1.1",
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/protocol-reserve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@graphprotocol/client-cli": "3.0.0",
"@graphprotocol/graph-cli": "^0.80.0",
"@venusprotocol/subgraph-utils": "workspace:^",
"@venusprotocol/subgraph-utils": "0.0.0",
"apollo-fetch": "^0.7.0",
"semantic-release": "^23.1.1",
"semantic-release-monorepo": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/venus-governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@graphprotocol/client-cli": "3.0.0",
"@graphprotocol/graph-cli": "^0.80.0",
"@venusprotocol/governance-contracts": "2.5.0-dev.3",
"@venusprotocol/subgraph-utils": "workspace:^",
"@venusprotocol/subgraph-utils": "0.0.0",
"apollo-fetch": "^0.7.0",
"hardhat": "^2.10.2",
"semantic-release": "^23.1.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5706,7 +5706,7 @@ __metadata:
"@graphprotocol/graph-cli": ^0.80.0
"@layerzerolabs/solidity-examples": ^1.0.0
"@venusprotocol/governance-contracts": 2.5.0-dev.6
"@venusprotocol/subgraph-utils": "workspace:^"
"@venusprotocol/subgraph-utils": 0.0.0
apollo-fetch: ^0.7.0
hardhat: ^2.10.2
semantic-release: ^23.1.1
Expand Down Expand Up @@ -5747,7 +5747,7 @@ __metadata:
"@graphprotocol/client-cli": 3.0.0
"@graphprotocol/graph-cli": ^0.80.0
"@venusprotocol/governance-contracts": 2.5.0-dev.3
"@venusprotocol/subgraph-utils": "workspace:^"
"@venusprotocol/subgraph-utils": 0.0.0
apollo-fetch: ^0.7.0
hardhat: ^2.10.2
semantic-release: ^23.1.1
Expand All @@ -5764,7 +5764,7 @@ __metadata:
"@graphprotocol/client-cli": 3.0.0
"@graphprotocol/graph-cli": ^0.80.0
"@venusprotocol/isolated-pools": 3.7.0-dev.6
"@venusprotocol/subgraph-utils": "workspace:^"
"@venusprotocol/subgraph-utils": 0.0.0
apollo-fetch: ^0.7.0
hardhat: ^2.10.2
semantic-release: ^23.1.1
Expand Down Expand Up @@ -5835,7 +5835,7 @@ __metadata:
dependencies:
"@graphprotocol/client-cli": 3.0.0
"@graphprotocol/graph-cli": ^0.80.0
"@venusprotocol/subgraph-utils": "workspace:^"
"@venusprotocol/subgraph-utils": 0.0.0
apollo-fetch: ^0.7.0
semantic-release: ^23.1.1
semantic-release-monorepo: ^8.0.2
Expand Down Expand Up @@ -5894,7 +5894,7 @@ __metadata:
languageName: node
linkType: hard

"@venusprotocol/subgraph-utils@workspace:^, @venusprotocol/subgraph-utils@workspace:packages/utils":
"@venusprotocol/subgraph-utils@0.0.0, @venusprotocol/subgraph-utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@venusprotocol/subgraph-utils@workspace:packages/utils"
dependencies:
Expand Down

0 comments on commit 53e2d2a

Please sign in to comment.