Skip to content

Commit 5d8b9e2

Browse files
chore(main): release core-smart-contracts 2.0.0-beta.19
1 parent 2cef3a3 commit 5d8b9e2

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-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.1.0-beta",
4-
"packages/smart-contract": "0.2.0-beta",
4+
"packages/smart-contract": "2.0.0-beta.19",
55
"packages/sharing-smart-contract": "3.0.0-beta"
66
}

packages/smart-contract/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

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

5+
## [2.0.0-beta.19](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/core-smart-contracts-v0.2.0-beta...core-smart-contracts-v2.0.0-beta.19) (2025-08-06)
6+
7+
8+
### Added
9+
10+
* core smart contracts v0.2.0 ([#485](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/485)) ([957c87b](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/957c87b76a9a6a0e0ed1552d792443bdc0c61e44))
11+
* **packages/subgraph:** trigger release for subgraph component ([5f679ec](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/5f679ec0056a3824e5195c5a7f97182af63efbbd))
12+
* **packages/subgraph:** update subgraph component ([3946b69](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/3946b699ad8ea08af97ebf265e72a2f9f701e9d5))
13+
14+
15+
### Changed
16+
17+
* dataProtector contract verification ([#477](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/477)) ([7e388ed](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/7e388ed4fc6b4a10e08f91848bbe881b3c36dfd4))
18+
19+
20+
### Misc
21+
22+
* force release for subgraph component ([e10c0e6](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/e10c0e670030516d8de04c90ae730302455507b7))
23+
* release subgraph v3.1.0 ([a19aabb](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/a19aabbd42d3336f8597c396d875a4d99ce049b7))
24+
* release subgraph v3.1.0 ([dc363e7](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/dc363e78709f779cf8852688398cff8b6433b48e))
25+
* reset sdk to beta versioning ([2cef3a3](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/2cef3a30bf8a4cb703c458693e8d91c9eab67ab4))
26+
527
## [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)
628

729
### Added

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": "core-smart-contracts",
3-
"version": "0.2.0-beta",
3+
"version": "2.0.0-beta.19",
44
"scripts": {
55
"compile": "hardhat compile && npm run artifact-to-abis",
66
"test": "hardhat test",

0 commit comments

Comments
 (0)