diff --git a/CHANGELOG.md b/CHANGELOG.md index 85cf95e79a..704b6fa6b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ This is the log of notable changes to EAS CLI and related packages. ### ๐Ÿ› Bug fixes +- Fix bundle identifier resolution when native target is not provided. ([#434](https://github.com/expo/eas-cli/pull/434) by [@dsokal](https://github.com/dsokal)) + ### ๐Ÿงน Chores ## [0.16.0](https://github.com/expo/eas-cli/releases/tag/v0.16.0) - 2021-05-26 diff --git a/packages/eas-cli/package.json b/packages/eas-cli/package.json index 8e751f9d39..1cf5867eba 100644 --- a/packages/eas-cli/package.json +++ b/packages/eas-cli/package.json @@ -12,7 +12,7 @@ "@amplitude/node": "1.5.0", "@expo/apple-utils": "0.0.0-alpha.20", "@expo/config": "3.3.42", - "@expo/config-plugins": "1.0.33", + "@expo/config-plugins": "2.0.2", "@expo/eas-build-job": "0.2.35", "@expo/eas-json": "^0.16.0", "@expo/json-file": "8.2.25", diff --git a/yarn.lock b/yarn.lock index abf1cc7cd8..d4259e2dec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1856,14 +1856,12 @@ xcode "^3.0.1" xml2js "^0.4.23" -"@expo/config-plugins@1.0.33": - version "1.0.33" - resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-1.0.33.tgz#8ee78ea6f939f7e04606e9afa22b32139ea974a0" - integrity sha512-YQJop0c69LKD/6ZJJto7klS7TDmzgs44TI0Z5RBqesOjYlDwNFcQk2Rl2BaA1wlAYkH+rRrhN2+WjjSyD9HiPg== +"@expo/config-plugins@2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-2.0.2.tgz#5abf85ecbf81ea16d040c2c84b1b57d1111bce86" + integrity sha512-kaTfzLfg9sjy9uAHq708FVqC2hlVQyzCmrCsnfRguk2d+5V9ZyCVdMPiDdAIKHtWCPygIPNmlIP4FYQ093RNzQ== dependencies: - "@expo/config-types" "^40.0.0-beta.2" - "@expo/configure-splash-screen" "0.4.0" - "@expo/image-utils" "0.3.14" + "@expo/config-types" "^41.0.0" "@expo/json-file" "8.2.30" "@expo/plist" "0.0.13" find-up "~5.0.0" @@ -1880,6 +1878,11 @@ resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-40.0.0-beta.2.tgz#4fea4ef5654d02218b02b0b3772529a9ce5b0471" integrity sha512-t9pHCQMXOP4nwd7LGXuHkLlFy0JdfknRSCAeVF4Kw2/y+5OBbR9hW9ZVnetpBf0kORrekgiI7K/qDaa3hh5+Qg== +"@expo/config-types@^41.0.0": + version "41.0.0" + resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-41.0.0.tgz#ffe1444c6c26e0e3a8f7149b4afe486e357536d1" + integrity sha512-Ax0pHuY5OQaSrzplOkT9DdpdmNzaVDnq9VySb4Ujq7UJ4U4jriLy8u93W98zunOXpcu0iiKubPsqD6lCiq0pig== + "@expo/config@3.3.42": version "3.3.42" resolved "https://registry.yarnpkg.com/@expo/config/-/config-3.3.42.tgz#668d3d47112e562ad9265ebafa3db0063369cff8"