From 03a77618e7d204b4adcc4d83dddce788c98c9d20 Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 16:15:15 +0000 Subject: [PATCH 1/4] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 680b7f0..49a1c07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{ ".": "1.1.0" } +{".":"1.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b15ee5a..1c06350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.2.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v1.2.0) (2025-08-14) + + +### 🚀 Features + +* add config for Arbitrum one deployment ([#54](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/54)) ([a59e6fe](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/a59e6fe49a182231a158fc12b95a7ebd867f9bbd)) + + +### ✨ 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)) + + +### 🧰 Other + +* **main:** release 2.0.0 ([#53](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/53)) ([1d3d3f3](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/1d3d3f353599ef37e3653922d43e5cace4aa2c98)) +* Prepare release ([#56](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/56)) ([eb7355b](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/eb7355be4b14cd83623b7f71fe341282d54ec037)) + ## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-07-30) ### Added diff --git a/package-lock.json b/package-lock.json index 3cbae21..cd8c329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/subgraph", - "version": "2.0.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/subgraph", - "version": "2.0.0", + "version": "1.2.0", "license": "Apache-2.0", "dependencies": { "@iexec/poco": "^5.5.0" diff --git a/package.json b/package.json index 156d45c..bd3c4f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/subgraph", - "version": "1.1.0", + "version": "1.2.0", "author": "iExec", "type": "module", "license": "Apache-2.0", From d6ecf47c79226178563425ac4f82dde4ceb5c976 Mon Sep 17 00:00:00 2001 From: Zied <26070035+zguesmi@users.noreply.github.com> Date: Thu, 14 Aug 2025 18:28:14 +0200 Subject: [PATCH 2/4] fix: Fix Changelog file --- CHANGELOG.md | 60 ++++++++++++++++++---------------------------------- 1 file changed, 20 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c06350..311b6da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,52 +1,32 @@ # Changelog -## [1.2.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v1.2.0) (2025-08-14) +## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-08-14) +### 🚀 Changes -### 🚀 Features - -* add config for Arbitrum one deployment ([#54](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/54)) ([a59e6fe](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/a59e6fe49a182231a158fc12b95a7ebd867f9bbd)) - - -### ✨ 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)) - - -### 🧰 Other - -* **main:** release 2.0.0 ([#53](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/53)) ([1d3d3f3](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/1d3d3f353599ef37e3653922d43e5cace4aa2c98)) -* Prepare release ([#56](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/56)) ([eb7355b](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/eb7355be4b14cd83623b7f71fe341282d54ec037)) - -## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-07-30) - -### Added - -- 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 config for Arbitrum one deployment (#54) +* [BREAKING] 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) +* 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) +* Rewrite Jenkins CI for future migration (#36, #37) ## v1.1.0 - Support deal sponsor -- Add `sponsor` to `deal`. (#31) -- Update deployment hosts: - - production (#30) - - staging (#29) -- Display coverage in Github PR checks. (#26) -- Add integration test suite. (#21) -- Add unit test suite. (#20) +* Add `sponsor` to `deal`. (#31) +* Update deployment hosts: + * production (#30) + * staging (#29) +* Display coverage in Github PR checks. (#26) +* Add integration test suite. (#21) +* Add unit test suite. (#20) ## v1.0.0 - initial release ### features -- index iExec PoCo v5.3.0 `@iexec/poco@5.3.0` -- chains `mainnet`, `viviani`, `bellecour`, `goerli`, `rinkeby`, local chain with PoCo -- iExec enterprise version +* index iExec PoCo v5.3.0 `@iexec/poco@5.3.0` +* chains `mainnet`, `viviani`, `bellecour`, `goerli`, `rinkeby`, local chain with PoCo +* iExec enterprise version From 0f23fd845c9870af1911513abd804bf445f8aaed Mon Sep 17 00:00:00 2001 From: Zied <26070035+zguesmi@users.noreply.github.com> Date: Thu, 14 Aug 2025 18:28:56 +0200 Subject: [PATCH 3/4] fix: Fix release please version --- .release-please-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49a1c07..b7c9dac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.0"} +{".":"2.0.0"} From 54833dda33cb2c950bae7c1064b8f64e26c637a4 Mon Sep 17 00:00:00 2001 From: Zied <26070035+zguesmi@users.noreply.github.com> Date: Thu, 14 Aug 2025 18:35:19 +0200 Subject: [PATCH 4/4] chore: Force major version --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd8c329..e0d0c49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/subgraph", - "version": "1.2.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/subgraph", - "version": "1.2.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "@iexec/poco": "^5.5.0" @@ -9447,4 +9447,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index bd3c4f4..661c465 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/subgraph", - "version": "1.2.0", + "version": "2.0.0", "author": "iExec", "type": "module", "license": "Apache-2.0",