From 47099764745612132367c4abb2b9c82a3dbe3b33 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, 18 Sep 2025 09:55:08 +0000 Subject: [PATCH] chore(main): release core-smart-contracts 3.1.0 --- .release-please-manifest.json | 2 +- packages/smart-contract/CHANGELOG.md | 12 ++++++++++++ packages/smart-contract/package-lock.json | 4 ++-- packages/smart-contract/package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45755ac6c..d030b12ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/sdk": "2.0.0-beta.19", "packages/subgraph": "3.1.1", - "packages/smart-contract": "0.2.0", + "packages/smart-contract": "3.1.0", "packages/sharing-smart-contract": "3.0.0" } diff --git a/packages/smart-contract/CHANGELOG.md b/packages/smart-contract/CHANGELOG.md index d1eea2f4b..7f473265d 100644 --- a/packages/smart-contract/CHANGELOG.md +++ b/packages/smart-contract/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [3.1.0](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/core-smart-contracts-v0.2.0...core-smart-contracts-v3.1.0) (2025-09-18) + + +### Changed + +* remove outdated smart contract CI pipeline ([#512](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/512)) ([1bd498e](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/1bd498e0571b8ff8c42e994f7442767620758fbf)) + + +### Misc + +* release subgraph v3.1.0 ([005ab57](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/005ab57e246fa8ee0961b78883746c1cbbf8e43a)) + ## [0.2.0](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/core-smart-contracts-v0.2.0-beta...core-smart-contracts-v0.2.0) (2025-08-20) ### Added diff --git a/packages/smart-contract/package-lock.json b/packages/smart-contract/package-lock.json index 7c5336ee7..99c50d263 100644 --- a/packages/smart-contract/package-lock.json +++ b/packages/smart-contract/package-lock.json @@ -1,12 +1,12 @@ { "name": "core-smart-contracts", - "version": "0.2.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "core-smart-contracts", - "version": "0.2.0", + "version": "3.1.0", "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^6.1.0", "@typescript-eslint/eslint-plugin": "^8.30.1", diff --git a/packages/smart-contract/package.json b/packages/smart-contract/package.json index 0cf8565eb..a0e892b95 100644 --- a/packages/smart-contract/package.json +++ b/packages/smart-contract/package.json @@ -1,6 +1,6 @@ { "name": "core-smart-contracts", - "version": "0.2.0", + "version": "3.1.0", "scripts": { "compile": "hardhat compile && npm run artifact-to-abis", "test": "hardhat test",