Skip to content

Commit 4cc6b7d

Browse files
chore(main): release hardhat-project 0.2.0-beta
1 parent 1980825 commit 4cc6b7d

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/sdk": "2.0.0-beta.18",
33
"packages/subgraph": "3.0.0",
4-
"packages/smart-contract": "0.1.0",
4+
"packages/smart-contract": "0.2.0-beta",
55
"packages/sharing-smart-contract": "2.0.0"
66
}

packages/smart-contract/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,18 @@ All notable changes to this project will be documented in this file.
1717

1818
- update blockscout url
1919

20+
## [0.2.0-beta](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/hardhat-project-v0.1.0...hardhat-project-v0.2.0-beta) (2025-07-30)
21+
22+
23+
### Added
24+
25+
* Deploy DPC on other chains ([#432](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/432)) ([57b8998](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/57b89983b804f1ecaffb623919ff609b5bb5d697))
26+
* deploy-on-arbitrumSepolia ([#475](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/475)) ([6681fcf](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/6681fcf9d6ec34c9ab075a90caa96d347cc06f92))
27+
* integrate-zod-validation ([#431](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/431)) ([68e05f5](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/68e05f525026530b5a8038b0eb54628ef5a2f55c))
28+
29+
30+
### Changed
31+
32+
* dataProtector core fix ci ([#468](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/468)) ([5ca5d6c](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/5ca5d6c6b628f9deaddbdf2c29b4349b49cdea8d))
33+
2034
## [0.1.0] Initial release

packages/smart-contract/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/smart-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat-project",
3-
"version": "0.1.0",
3+
"version": "0.2.0-beta",
44
"scripts": {
55
"compile": "hardhat compile && npm run artifact-to-abis",
66
"test": "hardhat test",

0 commit comments

Comments
 (0)