From 13aefe1ede1b728644d91005a90f138d6d5edeb2 Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 08:55:07 +0000 Subject: [PATCH 1/3] chore(main): release 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d6e472..d856f21 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.0"} +{".":"1.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e9448..10ccef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ - Add a modern test stack, agnostic to the forked network. (#38) - Add a section in the README to explain how to use the Docker-based subgraph deployer. (#38) +## [1.1.1](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v1.1.1) (2025-07-30) + + +### ✨ Polish + +* remove ERC1538 references and update related configurations ([#52](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/52)) ([5bf8680](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/5bf86802e562251cc1acdb832b371fd87a2db8df)) + ## v1.1.0 - Support deal sponsor - Add `sponsor` to `deal`. (#31) diff --git a/package-lock.json b/package-lock.json index 1e1f7e1..f7520a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/subgraph", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/subgraph", - "version": "1.1.0", + "version": "1.1.1", "license": "Apache-2.0", "dependencies": { "@iexec/poco": "^5.5.0" diff --git a/package.json b/package.json index 6f99e6c..1f3a55d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/subgraph", - "version": "1.1.0", + "version": "1.1.1", "author": "iExec", "type": "module", "license": "Apache-2.0", From 2617b48b2b5c7c950278ee8d1161e734d29e264b Mon Sep 17 00:00:00 2001 From: Le-Caignec Date: Wed, 30 Jul 2025 11:00:26 +0200 Subject: [PATCH 2/3] chore: update version to 2.0.0 and modify changelog --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++-------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d856f21..b7c9dac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.1"} +{".":"2.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ccef5..bb050af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -## vNEXT +## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v1.1.1) (2025-07-30) +- remove ERC1538 references and update related configurations (#52) - Add Arbitrum & Avalanche networks. (#47) - Migrate integration tests from Jenkins to GitHub Actions. (#44) - Remove unused files to streamline the repository. (#42) @@ -9,13 +10,6 @@ - Add a modern test stack, agnostic to the forked network. (#38) - Add a section in the README to explain how to use the Docker-based subgraph deployer. (#38) -## [1.1.1](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v1.1.1) (2025-07-30) - - -### ✨ Polish - -* remove ERC1538 references and update related configurations ([#52](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/52)) ([5bf8680](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/5bf86802e562251cc1acdb832b371fd87a2db8df)) - ## v1.1.0 - Support deal sponsor - Add `sponsor` to `deal`. (#31) diff --git a/package-lock.json b/package-lock.json index f7520a7..3cbae21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/subgraph", - "version": "1.1.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/subgraph", - "version": "1.1.1", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "@iexec/poco": "^5.5.0" diff --git a/package.json b/package.json index 1f3a55d..5589b4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/subgraph", - "version": "1.1.1", + "version": "2.0.0", "author": "iExec", "type": "module", "license": "Apache-2.0", From 3dcbfab0e6d806cdb291542dd7305d9c28da370c Mon Sep 17 00:00:00 2001 From: Le-Caignec Date: Wed, 30 Jul 2025 11:02:59 +0200 Subject: [PATCH 3/3] chore: update changelog for version 2.0.0 and fix entry formatting --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb050af..b15ee5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,19 @@ # Changelog -## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v1.1.1) (2025-07-30) +## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-07-30) + +### Added -- remove ERC1538 references and update related configurations (#52) - Add Arbitrum & Avalanche networks. (#47) +- Add a modern test stack, agnostic to the forked network. (#38) +- Add a section in the README to explain how to use the Docker-based subgraph deployer. (#38) + +### Changed + +- [BREAKING] Remove ERC1538 references and update related configurations (#52) - Migrate integration tests from Jenkins to GitHub Actions. (#44) - Remove unused files to streamline the repository. (#42) - Rewrite Jenkins CI for future migration (#36, #37) -- Add a modern test stack, agnostic to the forked network. (#38) -- Add a section in the README to explain how to use the Docker-based subgraph deployer. (#38) ## v1.1.0 - Support deal sponsor