Skip to content

Commit 09da5d5

Browse files
authored
Merge pull request #2 from LeleDallas/release-please--branches--main--components--StargazersViewer
chore(main): release 1.0.0
2 parents 98805c3 + 18819ee commit 09da5d5

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-07-09)
4+
5+
6+
### Features
7+
8+
* **android:** app icon ([f0710b7](https://github.com/LeleDallas/StargazersViewerApp/commit/f0710b79d5702d5713af1ea662fa078574ad9f4d))
9+
* **animation:** loading ([2f25c50](https://github.com/LeleDallas/StargazersViewerApp/commit/2f25c50ab2c2e8656c108fca2a343332c1ddc265))
10+
* **api:** github endpoints ([a6a70de](https://github.com/LeleDallas/StargazersViewerApp/commit/a6a70de78f9c628660abf08c598cc9d9e61b0558))
11+
* **api:** graphql query ([65b9079](https://github.com/LeleDallas/StargazersViewerApp/commit/65b9079144ef9fef08650ccd45f36cd40cee2d27))
12+
* **api:** update types ([e437b0b](https://github.com/LeleDallas/StargazersViewerApp/commit/e437b0b123c47fef611668994c96a513243a33bc))
13+
* **Badge:** common components ([8a87b4a](https://github.com/LeleDallas/StargazersViewerApp/commit/8a87b4aed94a03cbb4ca0b605a527581a81ede7a))
14+
* **Badge:** Icon badge ([428c674](https://github.com/LeleDallas/StargazersViewerApp/commit/428c67465b7a6e04f9aab164afb4a7a0eac02496))
15+
* **BottomSheet:** Stargazer view ([c14e3d0](https://github.com/LeleDallas/StargazersViewerApp/commit/c14e3d072186423b3184b9e3bc5d1fa43f26a09d))
16+
* **Card:** User and Repos ([a84b166](https://github.com/LeleDallas/StargazersViewerApp/commit/a84b16606c60d6cea2bbee9bf031a35e2a8d76a9))
17+
* **ios:** app icon ([9368209](https://github.com/LeleDallas/StargazersViewerApp/commit/9368209e4ed1fbea7f480229de41b0d10e3dfada))
18+
* **List:** uset and repo list ([acc15d9](https://github.com/LeleDallas/StargazersViewerApp/commit/acc15d983f18b9eec9c9ca354d50a46575b51320))
19+
* **List:** virtual user ([c95dcca](https://github.com/LeleDallas/StargazersViewerApp/commit/c95dcca6c10d003cd328b811ea8d5e835f2c4541))
20+
* **Route:** application routing ([6d10a29](https://github.com/LeleDallas/StargazersViewerApp/commit/6d10a29c575b1245a51eb6a8da0987cbcd4cd664))
21+
* **Route:** main router ([85ec1ed](https://github.com/LeleDallas/StargazersViewerApp/commit/85ec1ed291b50633c3255f0af8401d24f6cddde7))
22+
* **Screens:** Home and Repos ([231bd8a](https://github.com/LeleDallas/StargazersViewerApp/commit/231bd8aaef888b6a26dacd4c0451f8f3f7cb39f0))
23+
* **View:** no data placeholder ([011ef40](https://github.com/LeleDallas/StargazersViewerApp/commit/011ef408f7584e26a5257aa8296e32a928beaa5f))
24+
25+
26+
### Bug Fixes
27+
28+
* **android:** spinner animation ([65a26f9](https://github.com/LeleDallas/StargazersViewerApp/commit/65a26f97dd0003e8cbac0c865d93d9f8ca2554f5))
29+
* **api:** request params, adjust types ([5f55d43](https://github.com/LeleDallas/StargazersViewerApp/commit/5f55d43510fdf233e354affada2ee1bb3cac4f6d))
30+
* **Navigation:** back action ([3f5a0c9](https://github.com/LeleDallas/StargazersViewerApp/commit/3f5a0c9b43f818e77d5d69deca5268c89f069339))
31+
* **npm:** rebuild project with npm 10.8.1 ([95f56fb](https://github.com/LeleDallas/StargazersViewerApp/commit/95f56fb08b8ccf37eeb4ffa384b472f7f7c2dcee))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "StargazersViewer",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)