Skip to content

Commit 9247f3c

Browse files
authored
[eas-cli] Upgrade apple-utils to 2.1.22 (#3913)
## Summary - [eas-cli] Upgrade `@expo/apple-utils` from `2.1.19` to `2.1.22`. - Refresh the Yarn lockfile entry for the new package tarball. - Add a changelog entry under the unreleased `main` section. ## Why This picks up the latest published Apple API helpers, including recent App Store Connect pagination, SIWA, and review-related fixes from `@expo/apple-utils`. ## Validation CI should pass.
1 parent bde331d commit 9247f3c

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This is the log of notable changes to EAS CLI and related packages.
1414

1515
### 🧹 Chores
1616

17+
- [eas-cli] Bump `@expo/apple-utils` to `2.1.22`. ([#3913](https://github.com/expo/eas-cli/pull/3913) by [@sjchmiela](https://github.com/sjchmiela))
18+
1719
## [20.5.0](https://github.com/expo/eas-cli/releases/tag/v20.5.0) - 2026-06-29
1820

1921
### 🎉 New features

packages/eas-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"copy-new-templates": "rimraf build/commandUtils/new/templates && mkdir -p build/commandUtils/new && cp -r src/commandUtils/new/templates build/commandUtils/new"
4545
},
4646
"dependencies": {
47-
"@expo/apple-utils": "2.1.19",
47+
"@expo/apple-utils": "2.1.22",
4848
"@expo/code-signing-certificates": "0.0.5",
4949
"@expo/config": "55.0.10",
5050
"@expo/config-plugins": "55.0.7",

yarn.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)