From 0c05e49718395098a90957dd9f0737bb709be1a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 01:16:13 +0800 Subject: [PATCH] chore(main): release dicoding_story_fl 1.3.0 (#9) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 60 +++++++++++++++++++++++++++++++++++++++++++ pubspec.yaml | 2 +- release.manifest.json | 2 +- 3 files changed, 62 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895df60..07997dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,65 @@ # Changelog +## [1.3.0](https://github.com/KeidsID/dicoding_story_fl/compare/dicoding_story_fl-v1.2.0...dicoding_story_fl-v1.3.0) (2025-01-07) + + +### Features + +* **core:** add get stories case abstraction. ([e15083f](https://github.com/KeidsID/dicoding_story_fl/commit/e15083fb2613743961380680af6f000f45f49678)) +* **core:** add post story use case. ([11d8419](https://github.com/KeidsID/dicoding_story_fl/commit/11d84197066868e174977497a07c26866fb43494)) +* **core:** add story detail case. ([7e23229](https://github.com/KeidsID/dicoding_story_fl/commit/7e23229c983e7721d54d2318c122e7eaadfe31ef)) +* **domain:** add abstract logics for auth. ([68b0199](https://github.com/KeidsID/dicoding_story_fl/commit/68b01996485600b9d6112bc1942332d6b34dfba3)) +* **fonts:** add "Rubik" fonts from google_fonts ([8928c96](https://github.com/KeidsID/dicoding_story_fl/commit/8928c96431e0d61ca794885e54c10c07dc8f4f16)) +* **infrastructures:** add dependencies container. ([de7ee16](https://github.com/KeidsID/dicoding_story_fl/commit/de7ee162be2507c83627aa4bca20b9944fc04ea0)) +* **infrastructures:** apply core changes. ([e9f3c28](https://github.com/KeidsID/dicoding_story_fl/commit/e9f3c28c311f8d15b37ddb8f5f5c976536838371)) +* **infrastructures:** implemenation on get stories case. ([8098f76](https://github.com/KeidsID/dicoding_story_fl/commit/8098f76d43a4f271170dcd198d224ce5b72393cb)) +* **infrastructures:** implements auth cases. ([5611e2e](https://github.com/KeidsID/dicoding_story_fl/commit/5611e2e016bd564b5d9583b38466528535fe2f70)) +* **interfaces:** add "id" localization. ([1f70b52](https://github.com/KeidsID/dicoding_story_fl/commit/1f70b52350d719e19dd37629148fc595ff1d5ce3)) +* **interfaces:** add feature to expand image on story detail page. ([f75436b](https://github.com/KeidsID/dicoding_story_fl/commit/f75436b883f8be1818caa3ab34852802087650d6)) +* **interfaces:** add infinite scrolling ([c363bc9](https://github.com/KeidsID/dicoding_story_fl/commit/c363bc919ab2a8f99bc81313de6deeb61a8430cc)) +* **interfaces:** add interfaces for post story feature. ([d1f6854](https://github.com/KeidsID/dicoding_story_fl/commit/d1f68540ac8df37ca15693500d942caaa70b1bab)) +* **interfaces:** add non-mobile image pick from camera support. ([f200466](https://github.com/KeidsID/dicoding_story_fl/commit/f200466680e65c9652daa36a6bc24117614673ee)) +* **interfaces:** add simple theme mode provider ([feec5c1](https://github.com/KeidsID/dicoding_story_fl/commit/feec5c19bc91669ba992eaf012e437530c635a3c)) +* **interfaces:** add stories pagination. ([6251d42](https://github.com/KeidsID/dicoding_story_fl/commit/6251d42f6f620f30a2c49692ac0190ae2b108a04)) +* **interfaces:** add story count per page filter on stories screen. ([923165c](https://github.com/KeidsID/dicoding_story_fl/commit/923165cb2c43ff435715af33278b1fa27e3ff385)) +* **interfaces:** apply story detail case on interfaces. ([60fe714](https://github.com/KeidsID/dicoding_story_fl/commit/60fe7140556763c6680fc433e3bdafcc389cf8f6)) +* **interfaces:** implement auth feature. ([8b5eb3c](https://github.com/KeidsID/dicoding_story_fl/commit/8b5eb3c7ef8fcb3f516f5fefcc151ab18dd2cdd6)) +* **interfaces:** implement intefaces for stories feature. ([dc8394c](https://github.com/KeidsID/dicoding_story_fl/commit/dc8394c5648b1d4f008b2004b096cb8c1c4d5442)) + + +### Bug Fixes + +* **android:** fix android build ([5c4fe5d](https://github.com/KeidsID/dicoding_story_fl/commit/5c4fe5d425c49b308251ffd00e9a3c0137212ed5)) +* **core:** add missing auth case ([eaf76cb](https://github.com/KeidsID/dicoding_story_fl/commit/eaf76cb4d909f015e73abe0d14334329946d0ab3)) +* **core:** fix missing authorization on get stories case. ([ab42950](https://github.com/KeidsID/dicoding_story_fl/commit/ab429509c6745d18ebf12a4722399a0089900b27)) +* **deploy:** fix deploy workflows ([6643593](https://github.com/KeidsID/dicoding_story_fl/commit/664359373b7060785568e5644c3dea51fb1e7c2e)) +* **deploy:** fix invalid build push ([9cd7a2d](https://github.com/KeidsID/dicoding_story_fl/commit/9cd7a2dfdeeb4bf8364ca5db811a68b9d145c5d3)) +* **deploy:** fix invalid tagname on web-release.yml ([cea177b](https://github.com/KeidsID/dicoding_story_fl/commit/cea177b9ea3cd208e70a44dcf72496972dc4dbee)) +* fix changelog ds-6 ([65d517f](https://github.com/KeidsID/dicoding_story_fl/commit/65d517f5e4ff09ae2935cd8d4d0cdd6e4ee4e699)) +* fix internet permissions (android, macos) ([075ee58](https://github.com/KeidsID/dicoding_story_fl/commit/075ee58812c4bc98433ed8abc68f36a796760527)) +* fix invalid app version ds-6 ([31f8767](https://github.com/KeidsID/dicoding_story_fl/commit/31f8767bb7728130ce3ca1e25322215c81b36dc7)) +* fix typo ([52df36f](https://github.com/KeidsID/dicoding_story_fl/commit/52df36f1bbc5339bcfc990866f097a063131dfc8)) +* fix typo again ([22889c9](https://github.com/KeidsID/dicoding_story_fl/commit/22889c98d2c197b61a872f89d909f175a385c2df)) +* **infrastructures:** fix unreadable image file on post story. ([360887a](https://github.com/KeidsID/dicoding_story_fl/commit/360887a8b3fb1eaff260121fb6ee555b4592d30d)) +* **infrastructures:** trying fix unreadable photo on postStory endpoint. ([7f94207](https://github.com/KeidsID/dicoding_story_fl/commit/7f942079d3418dd5f9fa4cdac135da6635da1bb6)) +* **interfaces:** fix [CustomCamera] error handling. ([0c3f61e](https://github.com/KeidsID/dicoding_story_fl/commit/0c3f61eb3b9b657c8cbea067a39b3bd6ac9d51a0)) +* **interfaces:** fix [StoryCard] interferes the [StoriesScreen] scrolling on dekstop mousepad drag. ([7cebf4f](https://github.com/KeidsID/dicoding_story_fl/commit/7cebf4f680dbead9cf9adae6a032b6aced3f89d6)) +* **interfaces:** fix [StoryCard] scroll behavior. ([cb37388](https://github.com/KeidsID/dicoding_story_fl/commit/cb37388b518e604f710a00425fc33688b9781b9d)) +* **interfaces:** fix dekstop camera repick pop. ([7008a98](https://github.com/KeidsID/dicoding_story_fl/commit/7008a9887fae69f987dfd107ee7a707050815198)) +* **interfaces:** fix disposed picked image on web screen resize. ([4cdd1df](https://github.com/KeidsID/dicoding_story_fl/commit/4cdd1df16901f21dbe36a91ce7cfc843ba8acf00)) +* **interfaces:** fix invalid auth initial fetch ([1c5bf7b](https://github.com/KeidsID/dicoding_story_fl/commit/1c5bf7b38b2f2d2f77d8fefc28ffb4c8836d8381)) +* **interfaces:** fix invalid state handler. ([91fce2f](https://github.com/KeidsID/dicoding_story_fl/commit/91fce2f87aa1fc24bfae05e6e16d2fa3a3a04a57)) +* **interfaces:** fix invalid stories pagination. ([90eb915](https://github.com/KeidsID/dicoding_story_fl/commit/90eb9154562c2a14ff60e39c466690b2dec4fdf5)) +* remove build number on app version ds-6 ([b639717](https://github.com/KeidsID/dicoding_story_fl/commit/b6397178be0161399ed9da4a8fce34d330dee7ae)) +* **ui:** add missing question mark ([a8954c4](https://github.com/KeidsID/dicoding_story_fl/commit/a8954c4a02141e19dc4792dd6d0a4adee2b13e36)) +* **ux:** fix invalid dialog pop ([6b3ae67](https://github.com/KeidsID/dicoding_story_fl/commit/6b3ae674d4911e3d163867f2cda6258a30643e2d)) +* **workflows:** add missing permissions ([706ccca](https://github.com/KeidsID/dicoding_story_fl/commit/706cccaaba34634bf7b397d248fecf88492a6eae)) +* **workflows:** fix "key.propeties" secrets ([3c2a752](https://github.com/KeidsID/dicoding_story_fl/commit/3c2a752476642d7a1be301ee0661e9711611fcff)) +* **workflows:** fix github workflows ([6b15407](https://github.com/KeidsID/dicoding_story_fl/commit/6b154078a3af5a66f29e136d5b45205f2d1cb761)) +* **workflows:** fix invalid tag pattern ([7e90f08](https://github.com/KeidsID/dicoding_story_fl/commit/7e90f08022d5f9898d93a17d26f3bac0ce7f87cb)) +* **workflows:** fix missing directory on "APK Release" workflow ([33e1561](https://github.com/KeidsID/dicoding_story_fl/commit/33e1561a87820ca901f7481d7c944380c567cf9b)) +* **workflows:** fix unformatted generated files ([7114d69](https://github.com/KeidsID/dicoding_story_fl/commit/7114d6928e264c12b8071480863d7cc00a5cf171)) + ## v1.2.0 - feat(ux): infinite scrolling diff --git a/pubspec.yaml b/pubspec.yaml index 5f1f7bc..5adc572 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: dicoding_story_fl description: Simple media social app for dicoding.com final project. publish_to: "none" -version: 1.2.0 +version: 1.3.0 environment: # https://docs.flutter.dev/release/archive diff --git a/release.manifest.json b/release.manifest.json index c3f1463..96f1cd9 100644 --- a/release.manifest.json +++ b/release.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" }