Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Udpate changelog and create-expo bin
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Sep 11, 2023
1 parent 24eb341 commit ac5097a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,39 @@ This is the log of notable changes to Expo CLI and related packages.

### 🎉 New features

### 🧹 Chores

## [Sun, 10 Sep 2023 17:56:11 -0700](https://github.com/expo/expo-cli/commit/24eb3415f8e120e82a4f6dc8577d07fbe42ef854)

### 🛠 Breaking changes

### 🎉 New features

- [doctor] @expo/metro-config deep dependency check ([#4742](https://github.com/expo/expo-cli/issues/4742))
- [pod-install] show alternative message in managed projects ([#4566](https://github.com/expo/expo-cli/issues/4566))
- [create-expo] Bump @expo/package-manager for Bun support
- [create-expo] detect bun package manager ([#4752](https://github.com/expo/expo-cli/issues/4752))
- [webpack]: Bump expo to SDK 49 ([#4747](https://github.com/expo/expo-cli/issues/4747))

### 🧹 Chores

### 🐛 Bug fixes

- [create-expo]: allow scoped template package names ([#4750](https://github.com/expo/expo-cli/issues/4750))

### 📦 Packages updated

- create-expo@2.1.1
- create-expo-app@2.1.1
- @expo/dev-tools@0.13.187
- expo-cli@6.3.12
- expo-doctor@1.1.3
- install-expo-modules@0.6.3
- pod-install@0.1.39
- expo-pwa@0.0.127
- @expo/webpack-config@18.1.3
- xdl@60.0.12

## [Wed Jul 5 17:04:00 2023 -0700](https://github.com/expo/expo-cli/commit/b417540058c85cc7c2b28c37aa2e2ce52b06b03b)

### 🧹 Chores
Expand Down
6 changes: 2 additions & 4 deletions packages/create-expo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "create-expo",
"version": "2.1.0",
"bin": {
"create-expo-app": "./build/index.js"
},
"version": "2.1.1",
"bin": "./build/index.js",
"main": "build",
"description": "Create universal Expo apps",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit ac5097a

Please sign in to comment.