Skip to content

Commit 93d240b

Browse files
Merge branch 'main' into release-please--branches--main--components--iapp
2 parents 400262a + 4f267a8 commit 93d240b

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.github/workflows/api-deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
deploy:
4040
if: startsWith(github.ref_name,'iapp-api-v')
41-
needs: get-version
41+
needs: [get-version, docker-publish]
4242
uses: ./.github/workflows/reusable-api-deploy.yml
4343
with:
4444
tag: ${{ needs.get-version.outputs.version }}

.release-please-manifest.json

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

api/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-api-v0.1.0...iapp-api-v0.2.0) (2025-08-20)
4+
5+
6+
### Added
7+
8+
* use websocket for client server communication (previously enabled by `EXPERIMENTAL_WS_API`) ([#225](https://github.com/iExecBlockchainComputing/iapp/issues/225)) ([1a3bb23](https://github.com/iExecBlockchainComputing/iapp/commit/1a3bb235d2b13a467d46a48b97e0d6eddf8280ba))
9+
310
## [0.1.0](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-api-v0.0.1...iapp-api-v0.1.0) (2025-08-07)
411

512

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

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iapp-api",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "index.js",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)