From d7e9d0d4db6d80ff700e1fc8ec06f9c789c52cb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Dec 2023 23:52:57 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/happy-peaches-watch.md | 5 ----- .changeset/honest-starfishes-begin.md | 5 ----- cli/CHANGELOG.md | 8 ++++++++ cli/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/happy-peaches-watch.md delete mode 100644 .changeset/honest-starfishes-begin.md diff --git a/.changeset/happy-peaches-watch.md b/.changeset/happy-peaches-watch.md deleted file mode 100644 index 9f36e96e..00000000 --- a/.changeset/happy-peaches-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -only show package manager of choice if user selected one, for non-interactive mode diff --git a/.changeset/honest-starfishes-begin.md b/.changeset/honest-starfishes-begin.md deleted file mode 100644 index 7fd89942..00000000 --- a/.changeset/honest-starfishes-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-expo-stack": patch ---- - -address package manager undefined issues diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 174c0972..99e77427 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # create-expo-stack +## 2.3.4 + +### Patch Changes + +- [#114](https://github.com/danstepanov/create-expo-stack/pull/114) [`8bf2016`](https://github.com/danstepanov/create-expo-stack/commit/8bf2016e9758dc26bfc004eada03a6120ac6be41) Thanks [@danstepanov](https://github.com/danstepanov)! - only show package manager of choice if user selected one, for non-interactive mode + +- [#114](https://github.com/danstepanov/create-expo-stack/pull/114) [`2be9ec7`](https://github.com/danstepanov/create-expo-stack/commit/2be9ec7b16d6460d550fc1a2c39272bd3267b202) Thanks [@danstepanov](https://github.com/danstepanov)! - address package manager undefined issues + ## 2.3.3 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index f4675b2f..a1ad26fd 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-expo-stack", - "version": "2.3.3", + "version": "2.3.4", "description": "CLI tool to initialize a React Native application with Expo", "repository": { "type": "git",