Skip to content

Commit

Permalink
Merge branch 'main' into @kadikraman/package-manager-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kadikraman committed Oct 3, 2023
2 parents b573794 + 0fba735 commit c3dc857
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 141 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ This is the log of notable changes to EAS CLI and related packages.

- Add `requiredPackageManager` to metadata. ([#2067](https://github.com/expo/eas-cli/pull/2067) by [@kadikraman](https://github.com/kadikraman))

## [5.4.0](https://github.com/expo/eas-cli/releases/tag/v5.4.0) - 2023-09-28

### 🎉 New features

- Add support for the Tap to Pay on iPhone iOS entitlement. ([#2069](https://github.com/expo/eas-cli/pull/2069) by [@fobos531](https://github.com/fobos531))

## [5.3.1](https://github.com/expo/eas-cli/releases/tag/v5.3.1) - 2023-09-28

### 🧹 Chores

- Update EAS Build images description in our VSCode plugin. Add new `macos-ventura-13.6-xcode-15.0` image. ([#2068](https://github.com/expo/eas-cli/pull/2068) by [@szdziedzic](https://github.com/szdziedzic))

## [5.3.0](https://github.com/expo/eas-cli/releases/tag/v5.3.0) - 2023-09-25

### 🎉 New features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.3.0",
"version": "5.4.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
Loading

0 comments on commit c3dc857

Please sign in to comment.