Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and danstepanov committed Dec 21, 2023
1 parent 556a5d7 commit 2564f94
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-fans-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-bees-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-years-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-cheetahs-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-ears-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-penguins-dance.md

This file was deleted.

16 changes: 16 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# create-expo-stack

## 2.3.8

### Patch Changes

- [#129](https://github.com/danstepanov/create-expo-stack/pull/129) [`278eefc`](https://github.com/danstepanov/create-expo-stack/commit/278eefc65ab964f69f5a9cd65d7f4c357df706b2) Thanks [@sammoore](https://github.com/sammoore)! - refactor(commands): get projectName before branching off into CLI

- [#140](https://github.com/danstepanov/create-expo-stack/pull/140) [`283dab2`](https://github.com/danstepanov/create-expo-stack/commit/283dab2aec8274606e1965b2effed6d1e2873113) Thanks [@sammoore](https://github.com/sammoore)! - feat: add --overwrite flag to ignore an existing directory

- [#139](https://github.com/danstepanov/create-expo-stack/pull/139) [`88fd2be`](https://github.com/danstepanov/create-expo-stack/commit/88fd2be29c78c0066e0c5bfa2905b08e4875cde2) Thanks [@sammoore](https://github.com/sammoore)! - fix: prompt/interaction causes immediate failure/exit after existsAsync check

- [#141](https://github.com/danstepanov/create-expo-stack/pull/141) [`667abf1`](https://github.com/danstepanov/create-expo-stack/commit/667abf12741aa55ca450acf3ec86544965a9244d) Thanks [@sammoore](https://github.com/sammoore)! - fix: successfully exit interactive CLI when user cancels/exits with interrupt

- [#139](https://github.com/danstepanov/create-expo-stack/pull/139) [`0728ea9`](https://github.com/danstepanov/create-expo-stack/commit/0728ea969e271456a5e8999432717e2e4aeaf78b) Thanks [@sammoore](https://github.com/sammoore)! - fix: do not ask to remove existing directory when non-interactive

- [#137](https://github.com/danstepanov/create-expo-stack/pull/137) [`1ba99e8`](https://github.com/danstepanov/create-expo-stack/commit/1ba99e8c5fbad5ba0154fd063b703b6ba90ddc73) Thanks [@sammoore](https://github.com/sammoore)! - feat: re-throw error on exit to indicate execution failure, show error diagnostics

## 2.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-expo-stack",
"version": "2.3.7",
"version": "2.3.8",
"description": "CLI tool to initialize a React Native application with Expo",
"repository": {
"type": "git",
Expand Down

1 comment on commit 2564f94

@vercel
Copy link

@vercel vercel bot commented on 2564f94 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.