Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit a8b649a

Browse files
Merge pull request #53 from vechain/bump-version-0-1-9
Bump version
2 parents e38ccff + b34f729 commit a8b649a

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"author": "Electi Consulting LTD",
55
"license": "See individual packages",
66
"private": true,
@@ -17,9 +17,9 @@
1717
"@nomiclabs/hardhat-web3": "^2.0.0",
1818
"@types/debug": "^4.1.8",
1919
"@types/jest": "^29.5.2",
20-
"@vechain/hardhat-ethers": "^0.1.8",
21-
"@vechain/hardhat-vechain": "^0.1.8",
22-
"@vechain/hardhat-web3": "^0.1.8",
20+
"@vechain/hardhat-ethers": "^0.1.9",
21+
"@vechain/hardhat-vechain": "^0.1.9",
22+
"@vechain/hardhat-web3": "^0.1.9",
2323
"ethers": "^6.7.1",
2424
"hardhat": "^2.12.7",
2525
"jest": "^29.5.0",

packages/ethers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vechain/hardhat-ethers",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"license": "MIT",
55
"description": "Hardhat Vechain Ethers Plugin",
66
"homepage": "https://github.com/vechain/hardhat-plugins",
@@ -28,13 +28,13 @@
2828
},
2929
"devDependencies": {
3030
"@nomicfoundation/hardhat-ethers": "^3.0.4",
31-
"@vechain/hardhat-vechain": "^0.1.8",
31+
"@vechain/hardhat-vechain": "^0.1.9",
3232
"@vechain/web3-providers-connex": "^1.1.2",
3333
"ethers": "^6.7.1",
3434
"hardhat": "^2.12.7"
3535
},
3636
"peerDependencies": {
37-
"@vechain/hardhat-vechain": "^0.1.8",
37+
"@vechain/hardhat-vechain": "^0.1.9",
3838
"@nomicfoundation/hardhat-ethers": "^3.0.4",
3939
"@vechain/web3-providers-connex": "^1.1.2",
4040
"ethers": "^6.7.1",

packages/vechain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vechain/hardhat-vechain",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"license": "MIT",
55
"description": "Hardhat plugin for a VeChain provider",
66
"homepage": "https://github.com/vechain/hardhat-plugins",

packages/web3/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vechain/hardhat-web3",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"license": "MIT",
55
"description": "Hardhat Vechain Web3 Plugin",
66
"homepage": "https://github.com/vechain/hardhat-plugins",
@@ -30,12 +30,12 @@
3030
"web3": "^1.0.0-beta.36",
3131
"hardhat": "^2.12.7",
3232
"@nomiclabs/hardhat-web3": "^2.0.0",
33-
"@vechain/hardhat-vechain": "^0.1.8"
33+
"@vechain/hardhat-vechain": "^0.1.9"
3434
},
3535
"peerDependencies": {
3636
"web3": "^1.0.0-beta.36",
3737
"hardhat": "^2.12.7",
3838
"@nomiclabs/hardhat-web3": "^2.0.0",
39-
"@vechain/hardhat-vechain": "^0.1.8"
39+
"@vechain/hardhat-vechain": "^0.1.9"
4040
}
4141
}

sonar-project.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sonar.organization=vechainfoundation
2-
sonar.projectKey=vechainfoundation_hardhat-plugins
1+
sonar.organization=vechain
2+
sonar.projectKey=vechain_hardhat-plugins
33
sonar.sources=.
44
sonar.exclusions=packages/**/index.ts, packages/**/test/**, packages/**/coverage/**, packages/**/jest.config.ts
55
sonar.verbose=false

0 commit comments

Comments
 (0)