From 9c9c756234f2764eb1c24e7876478925eaded0ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 29 Jun 2024 00:14:41 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/strong-spies-sort.md | 5 ----- .changeset/tiny-dots-hang.md | 5 ----- cli/CHANGELOG.md | 8 ++++++++ cli/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/strong-spies-sort.md delete mode 100644 .changeset/tiny-dots-hang.md diff --git a/.changeset/strong-spies-sort.md b/.changeset/strong-spies-sort.md deleted file mode 100644 index 7735519f..00000000 --- a/.changeset/strong-spies-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -fix: tests diff --git a/.changeset/tiny-dots-hang.md b/.changeset/tiny-dots-hang.md deleted file mode 100644 index e510538e..00000000 --- a/.changeset/tiny-dots-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -tests diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 9fd4dfc1..c0bcc206 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # create-expo-stack +## 2.11.1 + +### Patch Changes + +- [#340](https://github.com/danstepanov/create-expo-stack/pull/340) [`fc1fb3cfc713375c55e8f4360534b023462f9632`](https://github.com/danstepanov/create-expo-stack/commit/fc1fb3cfc713375c55e8f4360534b023462f9632) Thanks [@dannyhw](https://github.com/dannyhw)! - fix: tests + +- [#336](https://github.com/danstepanov/create-expo-stack/pull/336) [`7f0f04765ac19e4c3825ea724ccc3624ac03b940`](https://github.com/danstepanov/create-expo-stack/commit/7f0f04765ac19e4c3825ea724ccc3624ac03b940) Thanks [@dannyhw](https://github.com/dannyhw)! - tests + ## 2.11.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 178cae6f..805c1429 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-expo-stack", - "version": "2.11.0", + "version": "2.11.1", "description": "CLI tool to initialize a React Native application with Expo", "repository": { "type": "git",