From 43958562662e3d42d6cc59c15232186d73404ccf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Nov 2024 20:48:44 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/long-coats-call.md | 5 ----- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/long-coats-call.md diff --git a/.changeset/long-coats-call.md b/.changeset/long-coats-call.md deleted file mode 100644 index 7173efd9..00000000 --- a/.changeset/long-coats-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -fix: update expo-dev-launcher to 5.0.17 and expo-dev-client to 5.0.4 diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index e763bb97..dfa3c938 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # create-expo-stack +## 2.12.1 + +### Patch Changes + +- [#435](https://github.com/roninoss/create-expo-stack/pull/435) [`6ada677a9a5f6295602fa24e6563a4262ec233d5`](https://github.com/roninoss/create-expo-stack/commit/6ada677a9a5f6295602fa24e6563a4262ec233d5) Thanks [@dannyhw](https://github.com/dannyhw)! - fix: update expo-dev-launcher to 5.0.17 and expo-dev-client to 5.0.4 + ## 2.12.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 8c7063c2..b8aa2664 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-expo-stack", - "version": "2.12.0", + "version": "2.12.1", "description": "CLI tool to initialize a React Native application with Expo", "repository": { "type": "git",