Skip to content

Commit b05f3d2

Browse files
chore(main): release subgraph 3.1.0-beta (#480)
* chore(main): release dataprotector-v2 4.0.0-beta * fix(subgraph): revert subgraph version to 3.1.0-beta in manifest and changelog * fix(changelog): remove admin address input from ABI initialization entry --------- 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 89b22ac commit b05f3d2

File tree

6 files changed

+24
-9
lines changed

6 files changed

+24
-9
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": "3.0.0",
3+
"packages/subgraph": "3.1.0-beta",
44
"packages/smart-contract": "0.2.0-beta",
55
"packages/sharing-smart-contract": "3.0.0-beta"
66
}

packages/sharing-smart-contract/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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/subgraph/CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,32 @@
22

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

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)
6+
7+
### Added
8+
9+
* deploy-on-arbitrumSepolia ([#475](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/475)) ([6681fcf](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/6681fcf9d6ec34c9ab075a90caa96d347cc06f92))
10+
* **subgraph:** Deploy subgraph on Thegraph network ([#446](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/446)) ([8de8d10](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/8de8d10ec7ddc1d1a44eee3df3b05352d8adcc58))
11+
12+
### Changed
13+
14+
* add check for nested empty JSON objects ([#457](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/457)) ([5367bb3](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/5367bb35877da4338fcdf7033a8a1e567177f0b6))
15+
* Fix Sharing contract constructor arguments order ([#433](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/433)) ([230e035](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/230e035c4b06bcd26b4bce21c72916fc9c12ecde))
16+
* **package.json:** Add dotenv support to build and deployment scripts ([#439](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/439)) ([5ab3947](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/5ab3947ee57f75e19e6911cbe774766bc21dc274))
17+
* scripts subgraph package ([#447](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/447)) ([ceaddaa](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/ceaddaa424064c0cae4c1f53506a16ad29097bf7))
18+
* standardize subgraphName for `dataprotector-v2` ([#460](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/460)) ([54796d5](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/54796d5de7f68a4a1b37e3273e4d5493c69ab719))
19+
520
## [3.0.0]
621

722
### Changed
823

9-
- [BREAKING] Index `[email protected]` (drop `[email protected]`)
24+
* [BREAKING] Index `[email protected]` (drop `[email protected]`)
1025

1126
## [2.1.0]
1227

1328
### Changed
1429

15-
- The format of Collection IDs has been updated from hexadecimal to decimal.
30+
* The format of Collection IDs has been updated from hexadecimal to decimal.
1631

1732
## [2.0.0]
1833

packages/subgraph/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/subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "subgraph",
3-
"version": "3.0.0",
3+
"version": "4.0.0-beta",
44
"license": "UNLICENSED",
55
"scripts": {
66
"codegen": "graph codegen subgraph.template.yaml",

0 commit comments

Comments
 (0)