Skip to content

Commit f38d2d5

Browse files
chore(main): release dataprotector 2.0.0-beta.19
1 parent 2cef3a3 commit f38d2d5

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/sdk": "2.0.0-beta.18",
2+
"packages/sdk": "2.0.0-beta.19",
33
"packages/subgraph": "3.1.0-beta",
44
"packages/smart-contract": "0.2.0-beta",
55
"packages/sharing-smart-contract": "3.0.0-beta"

packages/sdk/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## [2.0.0-beta.19](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.18...dataprotector-v2.0.0-beta.19) (2025-08-06)
6+
7+
8+
### Added
9+
10+
* add support for arbitrum-mainnet ([#478](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/478)) ([a624569](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/a624569df8c762180355ea26b6739c1e66e85d4f))
11+
* **packages/subgraph:** trigger release for subgraph component ([5f679ec](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/5f679ec0056a3824e5195c5a7f97182af63efbbd))
12+
* **packages/subgraph:** update subgraph component ([3946b69](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/3946b699ad8ea08af97ebf265e72a2f9f701e9d5))
13+
* upgrade iExec SDK from 8.17.1 to 8.18.0 ([#502](https://github.com/iExecBlockchainComputing/dataprotector-sdk/issues/502)) ([cd24eb7](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/cd24eb70b431b4fa875e5ba59d7cd551f1846318))
14+
15+
16+
### Misc
17+
18+
* force release for subgraph component ([e10c0e6](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/e10c0e670030516d8de04c90ae730302455507b7))
19+
* release subgraph v3.1.0 ([a19aabb](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/a19aabbd42d3336f8597c396d875a4d99ce049b7))
20+
* release subgraph v3.1.0 ([dc363e7](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/dc363e78709f779cf8852688398cff8b6433b48e))
21+
* reset sdk to beta versioning ([2cef3a3](https://github.com/iExecBlockchainComputing/dataprotector-sdk/commit/2cef3a30bf8a4cb703c458693e8d91c9eab67ab4))
22+
523
## [2.0.0-beta.18](https://github.com/iExecBlockchainComputing/dataprotector-sdk/compare/dataprotector-v2.0.0-beta.17...dataprotector-v2.0.0-beta.18) (2025-07-29)
624

725

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/dataprotector",
3-
"version": "2.0.0-beta.18",
3+
"version": "2.0.0-beta.19",
44
"description": "This product enables users to confidentially store data–such as mail address, documents, personal information ...",
55
"type": "module",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)