Skip to content

Commit abd5228

Browse files
committed
fix(subgraph): revert subgraph version to 3.1.0-beta in manifest and changelog
1 parent 37405bc commit abd5228

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
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",
3-
"packages/subgraph": "4.0.0-beta",
3+
"packages/subgraph": "3.1.0-beta",
44
"packages/smart-contract": "0.1.0",
55
"packages/sharing-smart-contract": "2.0.0"
66
}

packages/subgraph/CHANGELOG.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@
22

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

5-
## [4.0.0-beta](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2-v3.0.0...dataprotector-v2-v4.0.0-beta) (2025-07-30)
6-
7-
8-
### ⚠ BREAKING CHANGES
9-
10-
* **sharing:** Remove result proxy address from sharing contract config and matched deal ([#438](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/438))
5+
## [3.1.0-beta](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2-v3.0.0...dataprotector-v2-v3.1.0-beta) (2025-07-30)
116

127
### Added
138

149
* deploy-on-arbitrumSepolia ([#475](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/475)) ([6681fcf](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/6681fcf9d6ec34c9ab075a90caa96d347cc06f92))
15-
* **sharing:** Remove result proxy address from sharing contract config and matched deal ([#438](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/438)) ([6582e96](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/6582e96b11ec57265a38f78f2aff68e5c3de8cc0))
1610
* **subgraph:** Deploy subgraph on Thegraph network ([#446](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/446)) ([8de8d10](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/8de8d10ec7ddc1d1a44eee3df3b05352d8adcc58))
1711

18-
1912
### Changed
2013

2114
* Add admin address input to initialize function in ABI ([#473](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/473)) ([74870fe](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/74870feb37c606894bdfaff29165cff3775dd6fd))
@@ -29,13 +22,13 @@ All notable changes to this project will be documented in this file.
2922

3023
### Changed
3124

32-
- [BREAKING] Index `[email protected]` (drop `[email protected]`)
25+
* [BREAKING] Index `[email protected]` (drop `[email protected]`)
3326

3427
## [2.1.0]
3528

3629
### Changed
3730

38-
- The format of Collection IDs has been updated from hexadecimal to decimal.
31+
* The format of Collection IDs has been updated from hexadecimal to decimal.
3932

4033
## [2.0.0]
4134

packages/subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dataprotector-v2",
2+
"name": "subgraph",
33
"version": "4.0.0-beta",
44
"license": "UNLICENSED",
55
"scripts": {

0 commit comments

Comments
 (0)