Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/sdk": "2.0.0-beta.24",
"packages/subgraph": "3.1.1",
"packages/subgraph": "2.0.0-beta.20",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Release Please PR should be skipped by Bug Bot

Low Severity

This PR was generated by Release Please, as stated in the PR description ("This PR was generated with Release Please"). The configured rules specify that Bug Bot should not run on PRs from branches matching release-please-* or from the iexec-release-please-app user. This PR matches those exclusion criteria and the review is not applicable.

Fix in Cursor Fix in Web

Triggered by team rule: Do not run for release please

"packages/smart-contract": "0.2.0"
}
12 changes: 12 additions & 0 deletions packages/subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [2.0.0-beta.20](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/subgraph-v3.1.1...subgraph-v2.0.0-beta.20) (2026-02-17)


### Added

* remove environments folder ([#509](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/509)) ([4c7fbd0](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/4c7fbd0a4bf09c6616e836b8932577671d338afd))


### Misc

* release dataprotector v2.0.0-beta.20 ([67c5dd3](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/67c5dd3db2fa8f8f13086c1242d4190ac2c032d1))

## [3.1.1](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/subgraph-v3.1.0...subgraph-v3.1.1) (2025-09-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/subgraph/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subgraph",
"version": "3.1.1",
"version": "2.0.0-beta.20",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen subgraph.template.yaml",
Expand Down
Loading