Skip to content

Commit 4964603

Browse files
chore(main): release sharing-smart-contracts 3.1.0
1 parent dc363e7 commit 4964603

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages/sdk": "2.0.0-beta.18",
33
"packages/subgraph": "3.1.0-beta",
44
"packages/smart-contract": "0.2.0-beta",
5-
"packages/sharing-smart-contract": "3.0.0-beta"
5+
"packages/sharing-smart-contract": "3.1.0"
66
}

packages/sharing-smart-contract/CHANGELOG.md

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

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

5+
## [3.1.0](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/sharing-smart-contracts-v3.0.0-beta...sharing-smart-contracts-v3.1.0) (2025-08-05)
6+
7+
8+
### Added
9+
10+
* **packages/subgraph:** trigger release for subgraph component ([5f679ec](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/5f679ec0056a3824e5195c5a7f97182af63efbbd))
11+
* **packages/subgraph:** update subgraph component ([3946b69](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/3946b699ad8ea08af97ebf265e72a2f9f701e9d5))
12+
* sharing smart contracts v3.0.0 ([#486](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/486)) ([8803fa5](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/8803fa56642f372c927f7151aebc21719cdfe853))
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 ([dc363e7](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/dc363e78709f779cf8852688398cff8b6433b48e))
24+
525
## [3.0.0-beta](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/sharing-contracts-v2.0.0...sharing-contracts-v3.0.0-beta) (2025-07-30)
626

727
### ⚠ BREAKING CHANGES

packages/sharing-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/sharing-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": "sharing-smart-contracts",
3-
"version": "3.0.0-beta",
3+
"version": "3.1.0",
44
"description": "The sharing contract is a contract adding governance and monetization on iexec assets",
55
"type": "module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)