From 18363cc4579895de69f0d2d11329893e9680754a Mon Sep 17 00:00:00 2001 From: FabijanC Date: Thu, 11 May 2023 10:48:09 +0200 Subject: [PATCH] Bump version to v0.8.0-alpha.2 * [skip testnet] --- package-lock.json | 4 ++-- package.json | 2 +- www/docs/dev.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f197e27..0e6074c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shardlabs/starknet-hardhat-plugin", - "version": "0.8.0-alpha.1", + "version": "0.8.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shardlabs/starknet-hardhat-plugin", - "version": "0.8.0-alpha.1", + "version": "0.8.0-alpha.2", "license": "MIT", "dependencies": { "@nomiclabs/hardhat-docker": "^2.0.2", diff --git a/package.json b/package.json index 500de9a5..3019653e 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/www/docs/dev.md b/www/docs/dev.md index 66cdce19..c3ce4b41 100644 --- a/www/docs/dev.md +++ b/www/docs/dev.md @@ -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.