Skip to content

Commit

Permalink
🚀 Publish packages publicly (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Jan 31, 2024
1 parent 7aaf750 commit 120adf1
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 16 deletions.
20 changes: 20 additions & 0 deletions .changeset/mighty-gifts-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
"@layerzerolabs/test-devtools-evm-foundry": minor
"@layerzerolabs/test-devtools-evm-hardhat": minor
"@layerzerolabs/omnicounter-devtools-evm": minor
"@layerzerolabs/ua-devtools-evm-hardhat": minor
"@layerzerolabs/protocol-devtools-evm": minor
"@layerzerolabs/devtools-evm-hardhat": minor
"@layerzerolabs/omnicounter-devtools": minor
"@layerzerolabs/protocol-devtools": minor
"@layerzerolabs/toolbox-foundry": minor
"@layerzerolabs/toolbox-hardhat": minor
"@layerzerolabs/ua-devtools-evm": minor
"@layerzerolabs/test-devtools": minor
"@layerzerolabs/devtools-evm": minor
"@layerzerolabs/io-devtools": minor
"@layerzerolabs/ua-devtools": minor
"@layerzerolabs/devtools": minor
---

Make packages public
2 changes: 1 addition & 1 deletion packages/devtools-evm-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
"hardhat-deploy": "^0.11.45"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/devtools-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/io-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@
}
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/omnicounter-devtools-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/omnicounter-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/protocol-devtools-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/protocol-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/test-devtools-evm-foundry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@openzeppelin/contracts-upgradeable": "^4.9.5"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/test-devtools-evm-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"solidity-bytes-utils": "^0.8.2"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/test-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"fast-check": "^3.14.0"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/toolbox-foundry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/toolbox-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"hardhat-deploy": "^0.11.45"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/ua-devtools-evm-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
"hardhat-deploy": "^0.11.45"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/ua-devtools-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}
2 changes: 1 addition & 1 deletion packages/ua-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
"access": "public"
}
}

0 comments on commit 120adf1

Please sign in to comment.