Skip to content

Commit

Permalink
Bump eas-cli-local-build-plugin to latest version to support new bun …
Browse files Browse the repository at this point in the history
…lock file (#2817)

* Bump eas-cli-local-build-plugin to latest version to support new bun lock file

* Update changelog
  • Loading branch information
shiroyasha9 authored Jan 15, 2025
1 parent deaa3a9 commit 1c3edbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This is the log of notable changes to EAS CLI and related packages.
- Make automatic env resolution message shorter. ([#2806](https://github.com/expo/eas-cli/pull/2806) by [@szdziedzic](https://github.com/szdziedzic))
- Make "No remote versions are configured" message green instead of yellow. ([#2805](https://github.com/expo/eas-cli/pull/2805) by [@szdziedzic](https://github.com/szdziedzic))
- Upload local fingerprint on `eas fingerprint:compare`. ([#2808](https://github.com/expo/eas-cli/pull/2808) by [@quinlanj](https://github.com/quinlanj))
- Upgrade `eas-cli-local-build-plugin` to `1.0.163` to support Bun's new text-based lock file in local builds. ([#2817](https://github.com/expo/eas-cli/pull/2817) by [@shiroyasha9](https://github.com/shiroyasha9))

## [14.4.0](https://github.com/expo/eas-cli/releases/tag/v14.4.0) - 2025-01-09

Expand Down
2 changes: 1 addition & 1 deletion packages/eas-cli/src/build/local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Log from '../log';
import { ora } from '../ora';

const PLUGIN_PACKAGE_NAME = 'eas-cli-local-build-plugin';
const PLUGIN_PACKAGE_VERSION = '1.0.152';
const PLUGIN_PACKAGE_VERSION = '1.0.163';

export enum LocalBuildMode {
/**
Expand Down

0 comments on commit 1c3edbe

Please sign in to comment.