Skip to content

Commit 32b37c5

Browse files
chore(main): release core-smart-contract 0.2.0-beta (#481)
* chore(main): release hardhat-project 0.2.0-beta * fix: update project name to core-smart-contracts in package.json --------- Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Co-authored-by: Le-Caignec <[email protected]>
1 parent 1980825 commit 32b37c5

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
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: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Next
5+
## [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)
66

77
### Added
88

9-
- Fix CIs and Support for Arbitrum mainnet (#468)
10-
- Support for Arbitrum and Avalanche Fuji testnets (#429).
9+
* Deploy DPC on other chains ([#432](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/432)) ([57b8998](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/57b89983b804f1ecaffb623919ff609b5bb5d697))
10+
* deploy-on-arbitrumSepolia ([#475](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/475)) ([6681fcf](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/6681fcf9d6ec34c9ab075a90caa96d347cc06f92))
11+
* integrate-zod-validation ([#431](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/431)) ([68e05f5](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/68e05f525026530b5a8038b0eb54628ef5a2f55c))
1112

1213
### Changed
1314

14-
- Integrated Hardhat Ignition for CREATE2 deployment using the CreateX factory for new chain deployments (#429).
15-
16-
### Changed
17-
18-
- update blockscout url
15+
* dataProtector core fix ci ([#468](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/468)) ([5ca5d6c](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/5ca5d6c6b628f9deaddbdf2c29b4349b49cdea8d))
1916

2017
## [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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "hardhat-project",
3-
"version": "0.1.0",
2+
"name": "core-smart-contracts",
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)