Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratimon committed Sep 2, 2024
1 parent b015ad5 commit 32c320a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ WIP
```bash
git add .
git commit -am "v0.1.7"
git commit -am "v0.1.8"
git push -u origin main
git tag v0.1.7 main
git push origin tag v0.1.7
git tag v0.1.8 main
git push origin tag v0.1.8
```
>[!WARNING]
> DONT forget to add secret env `NPM_AUTH_TOKEN` at [repo](https://github.com/Ratimon/solid-grinder/settings/secrets/actions)
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "redprint-wizard",
"description": "Interactive smart contract generator based on OPStack Contracts.",
"version": "0.1.7",
"version": "0.1.8",
"homepage": "https://redprint.ninja/",
"keywords": [
"blockchain",
Expand Down Expand Up @@ -88,6 +88,5 @@
},
"engines": {
"node": ">=20"
},
"packageManager": "[email protected]+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35"
}
}
1 change: 0 additions & 1 deletion src/routes/2-superchain/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@
</section>
</Background>


<WizardDouble conventionNumber={'202A'} initialContractTab={initialContractSuperchainConfigProxyTab} contractTab={contractSuperchainConfigProxyTab} opts={optsSuperchainConfigProxy} contract={contractSuperchainConfigProxy} deployContract={deployContractSuperchainConfigProxy}>
<div slot="menu" >
<div class="tab overflow-hidden">
Expand Down

0 comments on commit 32c320a

Please sign in to comment.