From fceaffe5dfafc5dd24f952875a84ac4b16ea77f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 25 Nov 2023 04:35:08 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/afraid-carrots-tease.md | 5 ----- .changeset/great-masks-collect.md | 5 ----- .changeset/ninety-clouds-warn.md | 5 ----- .changeset/tiny-penguins-join.md | 5 ----- cli/CHANGELOG.md | 12 ++++++++++++ cli/package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/afraid-carrots-tease.md delete mode 100644 .changeset/great-masks-collect.md delete mode 100644 .changeset/ninety-clouds-warn.md delete mode 100644 .changeset/tiny-penguins-join.md diff --git a/.changeset/afraid-carrots-tease.md b/.changeset/afraid-carrots-tease.md deleted file mode 100644 index 9fa18c88..00000000 --- a/.changeset/afraid-carrots-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -Removed duplicate import during expo-router tabs configuration diff --git a/.changeset/great-masks-collect.md b/.changeset/great-masks-collect.md deleted file mode 100644 index a7fb0da7..00000000 --- a/.changeset/great-masks-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -Remove DOM typescript lib from cli/tsconfig.json diff --git a/.changeset/ninety-clouds-warn.md b/.changeset/ninety-clouds-warn.md deleted file mode 100644 index aed02847..00000000 --- a/.changeset/ninety-clouds-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -Update bun/bun-types to 1.0.14 diff --git a/.changeset/tiny-penguins-join.md b/.changeset/tiny-penguins-join.md deleted file mode 100644 index d8061921..00000000 --- a/.changeset/tiny-penguins-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -fix .changeset/config.json ignore to refer to (valid) non-cli subprojects diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index bf5d7b91..1567cfba 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # create-expo-stack +## 2.2.15 + +### Patch Changes + +- [#77](https://github.com/danstepanov/create-expo-stack/pull/77) [`29c81ce`](https://github.com/danstepanov/create-expo-stack/commit/29c81ce83c7eec42945930b7c7e140f6f03d7646) Thanks [@frankcalise](https://github.com/frankcalise)! - Removed duplicate import during expo-router tabs configuration + +- [#75](https://github.com/danstepanov/create-expo-stack/pull/75) [`5d2ae5c`](https://github.com/danstepanov/create-expo-stack/commit/5d2ae5c7b29fc008f465e5c9282fa90dfa0cb4fe) Thanks [@sammoore](https://github.com/sammoore)! - Remove DOM typescript lib from cli/tsconfig.json + +- [#75](https://github.com/danstepanov/create-expo-stack/pull/75) [`8e90e59`](https://github.com/danstepanov/create-expo-stack/commit/8e90e59be41f06d4f9a98e9380cb796814530967) Thanks [@sammoore](https://github.com/sammoore)! - Update bun/bun-types to 1.0.14 + +- [#74](https://github.com/danstepanov/create-expo-stack/pull/74) [`188107a`](https://github.com/danstepanov/create-expo-stack/commit/188107a7edc91516a1ad07489576ac9d067fc1d4) Thanks [@sammoore](https://github.com/sammoore)! - fix .changeset/config.json ignore to refer to (valid) non-cli subprojects + ## 2.2.14 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index b025dbc6..2c2d257c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-expo-stack", - "version": "2.2.14", + "version": "2.2.15", "description": "CLI tool to initialize a React Native application with Expo", "repository": { "type": "git",