Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.11
Browse files Browse the repository at this point in the history
# [1.0.0-beta.11](v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-16)

### Features

* add adaptive icons ([#13](#13)) ([a6fe285](a6fe285))
  • Loading branch information
kibi-bot committed Oct 16, 2024
1 parent 77866da commit 4bd352b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-beta.11](https://github.com/kibis-is/mobile-app/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2024-10-16)


### Features

* add adaptive icons ([#13](https://github.com/kibis-is/mobile-app/issues/13)) ([a6fe285](https://github.com/kibis-is/mobile-app/commit/a6fe28504a1efc5abea1db29e92516f77522068a))

# [1.0.0-beta.10](https://github.com/kibis-is/mobile-app/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2024-10-10)


Expand Down
12 changes: 1 addition & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: kibisis

description: "Kibisis Mobile App"

publish_to: "none"

version: 1.0.0+10000010

version: 1.0.0+10000011
environment:
sdk: ">=3.3.1 <4.0.0"

dependencies:
flutter:
sdk: flutter
Expand Down Expand Up @@ -48,10 +43,8 @@ dependencies:
infinite_scroll_pagination: ^4.0.0
flutter_confetti: ^0.3.0
reown_walletkit: ^1.0.1

dependency_overrides:
win32: 5.5.0

dev_dependencies:
commitlint_cli: ^0.7.1
flutter_launcher_icons: ^0.13.1
Expand All @@ -60,7 +53,6 @@ dev_dependencies:
sdk: flutter
husky: ^0.1.7
test: ^1.24.9

flutter_native_splash:
color: "#1A202C"
image: "assets/images/splash-logo.png"
Expand All @@ -71,7 +63,6 @@ flutter_native_splash:
ios: true
web: true
fullscreen: true

flutter_launcher_icons:
android: false # custom made using android studio's image asset tool
ios: "assets/icons/[email protected]"
Expand All @@ -87,7 +78,6 @@ flutter_launcher_icons:
macos:
generate: true
image_path: "assets/icons/[email protected]"

flutter:
uses-material-design: true
assets:
Expand Down

0 comments on commit 4bd352b

Please sign in to comment.