Skip to content

Commit

Permalink
Bump version to v0.8.0-alpha.2
Browse files Browse the repository at this point in the history
* [skip testnet]
  • Loading branch information
FabijanC committed May 11, 2023
1 parent d7cd031 commit 18363cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shardlabs/starknet-hardhat-plugin",
"version": "0.8.0-alpha.1",
"version": "0.8.0-alpha.2",
"description": "Plugin for using Starknet tools within Hardhat projects",
"main": "dist/src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion www/docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Bear in mind that each workflow consumes credits. Track the spending [here](http

The whole workflow is defined in `.circleci/config.yml` - you may find it somewhat chaotic as it uses dependency caching (we kind of sacrificed config clarity for performance).

Script `scripts/set-alpha-vars.sh` expects account information to be set through environment variables. These variables are defined in [spaceshard CircleCI context](https://app.circleci.com/settings/organization/github/0xSpaceShard/contexts/c36fa213-2511-465b-b303-0d35d76b42eb?return-to=https%3A%2F%2Fapp.circleci.com%2Fpipelines%2Fgithub%2FShard-Labs%2Fstarknet-hardhat-plugin). If you upload a new account (with new keys), you cannot modify existing variables but have to delete old ones and create new ones.
Script `scripts/set-alpha-vars.sh` expects account information to be set through environment variables. These variables are defined in [spaceshard CircleCI context](https://app.circleci.com/settings/organization/github/0xSpaceShard/contexts/c36fa213-2511-465b-b303-0d35d76b42eb). If you upload a new account (with new keys), you cannot modify existing variables but have to delete old ones and create new ones.

To skip running tests on CircleCI, add `[skip ci]` in the first 250 characters of the commit message.

Expand Down

0 comments on commit 18363cc

Please sign in to comment.