Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ jobs:
- name: Publish to npm
working-directory: ${{ env.PACKAGE }}
run: |
set -o pipefail
echo "🚀 Publishing @phala/cloud..."
echo ""
echo "Package info:"
Expand Down
1 change: 1 addition & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## [1.1.17](https://github.com/Phala-Network/phala-cloud/compare/cli-v1.1.16...cli-v1.1.17) (2026-04-10)
## [1.1.16](https://github.com/Phala-Network/phala-cloud/compare/cli-v1.1.15...cli-v1.1.16) (2026-04-10)

### fix
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phala",
"version": "1.1.16",
"version": "1.1.17",
"description": "CLI for Managing Phala Cloud Services",
"author": {
"name": "Phala Network",
Expand Down
1 change: 1 addition & 0 deletions js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## [0.2.8](https://github.com/Phala-Network/phala-cloud/compare/js-v0.2.7...js-v0.2.8) (2026-04-10)
## [0.2.7](https://github.com/Phala-Network/phala-cloud/compare/js-v0.2.6...js-v0.2.7) (2026-04-10)

### feat
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phala/cloud",
"version": "0.2.7",
"version": "0.2.8",
"description": "TypeScript SDK for Phala Cloud API",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down