-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Conventional Changelog Action
committed
Aug 19, 2024
1 parent
5c95685
commit 8eba5b9
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# 0.1.0 (2024-08-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add working directory param to eas preview action ([#44](https://github.com/software-mansion-labs/react-native-ci-cli/issues/44)) ([897ce56](https://github.com/software-mansion-labs/react-native-ci-cli/commit/897ce564ef3b88afe0b07b5aac0927746676b5e6)) | ||
* better dependency resolution when version is provided ([#33](https://github.com/software-mansion-labs/react-native-ci-cli/issues/33)) ([bd04291](https://github.com/software-mansion-labs/react-native-ci-cli/commit/bd04291eb75b1683a3db413bce9c8aadc0204be7)) | ||
* better installed dependencies detection ([#10](https://github.com/software-mansion-labs/react-native-ci-cli/issues/10)) ([25d1a02](https://github.com/software-mansion-labs/react-native-ci-cli/commit/25d1a0238c88e6c781741415b36d28ec59832aa3)) | ||
* change invalid flag in readme ([#41](https://github.com/software-mansion-labs/react-native-ci-cli/issues/41)) ([5d4ed1b](https://github.com/software-mansion-labs/react-native-ci-cli/commit/5d4ed1ba489cf4e869ac314465c1b83d1aeaa2c1)) | ||
* fix copying templates ([7880751](https://github.com/software-mansion-labs/react-native-ci-cli/commit/7880751a7a1de63d2f27126e8ffeb31ef571b99b)) | ||
* make --silent flag work as intended ([#24](https://github.com/software-mansion-labs/react-native-ci-cli/issues/24)) ([a49efa1](https://github.com/software-mansion-labs/react-native-ci-cli/commit/a49efa1d416beb08e742e7c0bded42aa28571de2)) | ||
* scripts add extension ([90ae052](https://github.com/software-mansion-labs/react-native-ci-cli/commit/90ae05243c287adcd271bfeedf938de59450dfc3)) | ||
* typo in folder name ([2920a7f](https://github.com/software-mansion-labs/react-native-ci-cli/commit/2920a7f15d262c0d2d2b2562972b58c4b56165e8)) | ||
* Update info prompt style ([#14](https://github.com/software-mansion-labs/react-native-ci-cli/issues/14)) ([5c7aa5e](https://github.com/software-mansion-labs/react-native-ci-cli/commit/5c7aa5efbf78eb33e7df9c7b9cdf7675b132d720)) | ||
|
||
|
||
### Features | ||
|
||
* add detox recipe ([#22](https://github.com/software-mansion-labs/react-native-ci-cli/issues/22)) ([f108c92](https://github.com/software-mansion-labs/react-native-ci-cli/commit/f108c92b296e682737051af352a9cabe202add75)) | ||
* Add EAS Update recipe ([#32](https://github.com/software-mansion-labs/react-native-ci-cli/issues/32)) ([ea6c13b](https://github.com/software-mansion-labs/react-native-ci-cli/commit/ea6c13bfe3ee8428101902272d426a6621edb848)) | ||
* add ESLint recipe ([4cea61c](https://github.com/software-mansion-labs/react-native-ci-cli/commit/4cea61c98af8f37bdfae0379621191331d6d2d04)) | ||
* add help command ([#40](https://github.com/software-mansion-labs/react-native-ci-cli/issues/40)) ([03cec9f](https://github.com/software-mansion-labs/react-native-ci-cli/commit/03cec9f6753a02fc9f546abfd8d0ea0f82fe095c)) | ||
* add jest recipe ([#4](https://github.com/software-mansion-labs/react-native-ci-cli/issues/4)) ([12cfec0](https://github.com/software-mansion-labs/react-native-ci-cli/commit/12cfec01f96e89ad3b93109e378e3f4c58ddc0fb)) | ||
* add monorepo support ([#16](https://github.com/software-mansion-labs/react-native-ci-cli/issues/16)) ([3b94ef4](https://github.com/software-mansion-labs/react-native-ci-cli/commit/3b94ef4389ddf9ed767570a2f503925ecf89dfba)) | ||
* add npm support ([#11](https://github.com/software-mansion-labs/react-native-ci-cli/issues/11)) ([c624883](https://github.com/software-mansion-labs/react-native-ci-cli/commit/c62488389259c0e410dc4ded08c89172372d6943)) | ||
* add prettier check recipe ([#38](https://github.com/software-mansion-labs/react-native-ci-cli/issues/38)) ([39eb9f8](https://github.com/software-mansion-labs/react-native-ci-cli/commit/39eb9f87e5fcb507b3dc58e4b244f867ef5b0a81)) | ||
* add typescript check recipe ([#19](https://github.com/software-mansion-labs/react-native-ci-cli/issues/19)) ([94ac585](https://github.com/software-mansion-labs/react-native-ci-cli/commit/94ac5859e3cca2329e421431dea5f13c34c70265)) | ||
* create default eslint config file if one is missing ([#25](https://github.com/software-mansion-labs/react-native-ci-cli/issues/25)) ([2d5e206](https://github.com/software-mansion-labs/react-native-ci-cli/commit/2d5e206b58ac742f57f1c8646009ce2a3fc7e856)) | ||
* handle ctrl-c ([#17](https://github.com/software-mansion-labs/react-native-ci-cli/issues/17)) ([853b08a](https://github.com/software-mansion-labs/react-native-ci-cli/commit/853b08a58b4825af048631aad0da5348c3bd59ac)) | ||
* print tree of modified files at the end of script ([#50](https://github.com/software-mansion-labs/react-native-ci-cli/issues/50)) ([24b8953](https://github.com/software-mansion-labs/react-native-ci-cli/commit/24b8953cc2a7f78b20ea5c4ebbac5a6952eac662)) | ||
* update TS version ([651d0d1](https://github.com/software-mansion-labs/react-native-ci-cli/commit/651d0d1d5d845a5855670f5bb5923dc489b10eae)) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters