diff --git a/.changeset/shiny-islands-hope.md b/.changeset/shiny-islands-hope.md deleted file mode 100644 index 20ff3fb..0000000 --- a/.changeset/shiny-islands-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@civex/hardhat-cive": patch ---- - -Updated cive version diff --git a/.changeset/warm-tables-relax.md b/.changeset/warm-tables-relax.md deleted file mode 100644 index 2edcb7f..0000000 --- a/.changeset/warm-tables-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@civex/hardhat-node": patch ---- - -Added conflux node task to hardhat diff --git a/packages/hardhat-cive/CHANGELOG.md b/packages/hardhat-cive/CHANGELOG.md index 80743be..90365a0 100644 --- a/packages/hardhat-cive/CHANGELOG.md +++ b/packages/hardhat-cive/CHANGELOG.md @@ -1,5 +1,11 @@ # @civex/hardhat-cive +## 0.0.2 + +### Patch Changes + +- f425309: Updated cive version + ## 0.0.1 ### Patch Changes diff --git a/packages/hardhat-cive/package.json b/packages/hardhat-cive/package.json index 223dfa2..1dd5b28 100644 --- a/packages/hardhat-cive/package.json +++ b/packages/hardhat-cive/package.json @@ -1,6 +1,6 @@ { "name": "@civex/hardhat-cive", - "version": "0.0.1", + "version": "0.0.2", "description": "", "type": "module", "main": "./_cjs/index.js", diff --git a/packages/hardhat-ignition-cive/CHANGELOG.md b/packages/hardhat-ignition-cive/CHANGELOG.md index 07076b1..663d0ab 100644 --- a/packages/hardhat-ignition-cive/CHANGELOG.md +++ b/packages/hardhat-ignition-cive/CHANGELOG.md @@ -1,5 +1,12 @@ # @civex/hardhat-ignition-cive +## 0.0.2 + +### Patch Changes + +- Updated dependencies [f425309] + - @civex/hardhat-cive@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/hardhat-ignition-cive/package.json b/packages/hardhat-ignition-cive/package.json index 8dd5d5c..696db20 100644 --- a/packages/hardhat-ignition-cive/package.json +++ b/packages/hardhat-ignition-cive/package.json @@ -1,6 +1,6 @@ { "name": "@civex/hardhat-ignition-cive", - "version": "0.0.1", + "version": "0.0.2", "description": "", "type": "module", "private": true, diff --git a/packages/hardhat-node/CHANGELOG.md b/packages/hardhat-node/CHANGELOG.md new file mode 100644 index 0000000..00506ba --- /dev/null +++ b/packages/hardhat-node/CHANGELOG.md @@ -0,0 +1,7 @@ +# @civex/hardhat-node + +## 0.0.1 + +### Patch Changes + +- 79cd0db: Added conflux node task to hardhat diff --git a/packages/hardhat-node/package.json b/packages/hardhat-node/package.json index 3dd28f9..406f3f4 100644 --- a/packages/hardhat-node/package.json +++ b/packages/hardhat-node/package.json @@ -1,6 +1,6 @@ { "name": "@civex/hardhat-node", - "version": "0.0.0", + "version": "0.0.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "typings": "./dist/index.d.ts", diff --git a/packages/hardhat-toolbox-cive/CHANGELOG.md b/packages/hardhat-toolbox-cive/CHANGELOG.md index 0dc3895..b380913 100644 --- a/packages/hardhat-toolbox-cive/CHANGELOG.md +++ b/packages/hardhat-toolbox-cive/CHANGELOG.md @@ -1,5 +1,12 @@ # @civex/hardhat-toolbox-cive +## 0.0.2 + +### Patch Changes + +- Updated dependencies [f425309] + - @civex/hardhat-cive@0.0.2 + ## 0.0.1 ### Patch Changes diff --git a/packages/hardhat-toolbox-cive/package.json b/packages/hardhat-toolbox-cive/package.json index 88b7b1c..0fa36e4 100644 --- a/packages/hardhat-toolbox-cive/package.json +++ b/packages/hardhat-toolbox-cive/package.json @@ -1,6 +1,6 @@ { "name": "@civex/hardhat-toolbox-cive", - "version": "0.0.1", + "version": "0.0.2", "description": "", "type": "module", "private": true,