From e834ca63d98f14a4b4bb8f946ae45a6bc1f884b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 25 Aug 2024 23:09:12 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/cool-cooks-reply.md | 5 ----- .changeset/four-dots-end.md | 5 ----- cli/CHANGELOG.md | 8 ++++++++ cli/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/cool-cooks-reply.md delete mode 100644 .changeset/four-dots-end.md diff --git a/.changeset/cool-cooks-reply.md b/.changeset/cool-cooks-reply.md deleted file mode 100644 index 086635a0..00000000 --- a/.changeset/cool-cooks-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -add missing compoents dir to tailwind config diff --git a/.changeset/four-dots-end.md b/.changeset/four-dots-end.md deleted file mode 100644 index b5e627ee..00000000 --- a/.changeset/four-dots-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -re-add updated nwui components diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ae1c99b9..0064ea9e 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # create-expo-stack +## 2.11.20 + +### Patch Changes + +- [#402](https://github.com/roninoss/create-expo-stack/pull/402) [`41915494797d9fcf63d416b1607404703817b623`](https://github.com/roninoss/create-expo-stack/commit/41915494797d9fcf63d416b1607404703817b623) Thanks [@salloom-domani](https://github.com/salloom-domani)! - add missing compoents dir to tailwind config + +- [#396](https://github.com/roninoss/create-expo-stack/pull/396) [`53ef2d97a77f705255778a1bfbe3227ef78f3221`](https://github.com/roninoss/create-expo-stack/commit/53ef2d97a77f705255778a1bfbe3227ef78f3221) Thanks [@dannyhw](https://github.com/dannyhw)! - re-add updated nwui components + ## 2.11.19 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 7e8e6af3..6058866b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-expo-stack", - "version": "2.11.19", + "version": "2.11.20", "description": "CLI tool to initialize a React Native application with Expo", "repository": { "type": "git",