Skip to content

Commit 465444d

Browse files
chore(main): release iapp 1.0.0-beta.7 (#238)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 026fe1a commit 465444d

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"api":"0.3.2","cli":"1.0.0-beta.6"}
1+
{"api":"0.3.2","cli":"1.0.0-beta.7"}

cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.0.0-beta.7](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.0.0-beta.6...iapp-v1.0.0-beta.7) (2025-09-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* store tasks as taskids array instead of one taskid in run cache
9+
* rename iAppAddress and appContractAddress to app in cache files for consistency
10+
* rename sconifiedImage to image in deployment cache
11+
12+
### Changed
13+
14+
* improve run command input checks and throw early ([0eaaa9a](https://github.com/iExecBlockchainComputing/iapp/commit/0eaaa9ad5fa062ed76fa44f5d72d693d264940ff))
15+
* rename iAppAddress and appContractAddress to app in cache files for consistency ([1e8ee46](https://github.com/iExecBlockchainComputing/iapp/commit/1e8ee46f5496f4b6351a7ea3d925a7c02142b6b7))
16+
* rename sconifiedImage to image in deployment cache ([eabc0e0](https://github.com/iExecBlockchainComputing/iapp/commit/eabc0e04af08c372c87ef1bc26204b7e09f80e66))
17+
* resolve bad config file detection in wallet commands ([#237](https://github.com/iExecBlockchainComputing/iapp/issues/237)) ([da405aa](https://github.com/iExecBlockchainComputing/iapp/commit/da405aa3e53dc9eec73c25fced257faebb57c39f))
18+
* store tasks as taskids array instead of one taskid in run cache ([026fe1a](https://github.com/iExecBlockchainComputing/iapp/commit/026fe1a03ece3b98db89f4a9fb756d373bbe0903))
19+
320
## [1.0.0-beta.6](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.0.0-beta.5...iapp-v1.0.0-beta.6) (2025-08-21)
421

522

cli/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.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/iapp",
3-
"version": "1.0.0-beta.6",
3+
"version": "1.0.0-beta.7",
44
"description": "A CLI to guide you through the process of building an iExec iApp",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)