Skip to content

Commit

Permalink
chore(release): 1.4.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0-beta.1](v1.3.1...v1.4.0-beta.1) (2023-04-10)

### Bug Fixes

* 'NextPrayerCard' ([2d0e6de](2d0e6de))
* **performance:** memoize in list prayer times; quran search bar bg color issue ([85a02cb](85a02cb))
* **ui:** ui toolbar update and improvements ([6d3d068](6d3d068))
* update tab icons ([71df5c9](71df5c9))

### Features

* **prayer-times:** add lorem ipsum of the prayer times screen ([5673c89](5673c89))
* **prayer-times:** add prayer times list ([77fa1c4](77fa1c4))
* **prayer-times:** update error displaying ([59c7b0b](59c7b0b))
  • Loading branch information
semantic-release-bot committed Apr 10, 2023
1 parent 9885779 commit 5c43bd6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.4.0-beta.1](https://github.com/Muhammed-Rahif/Islam/compare/v1.3.1...v1.4.0-beta.1) (2023-04-10)


### Bug Fixes

* 'NextPrayerCard' ([2d0e6de](https://github.com/Muhammed-Rahif/Islam/commit/2d0e6de9aec99af68021ddb6e7f3b69d42a93b30))
* **performance:** memoize in list prayer times; quran search bar bg color issue ([85a02cb](https://github.com/Muhammed-Rahif/Islam/commit/85a02cb7033adb5c144835971aa5eff9eafd1c2b))
* **ui:** ui toolbar update and improvements ([6d3d068](https://github.com/Muhammed-Rahif/Islam/commit/6d3d068c203cd3f9b84938adfad3339379625a44))
* update tab icons ([71df5c9](https://github.com/Muhammed-Rahif/Islam/commit/71df5c9c416dc605ae1c1e8f09e2d93bb49666dc))


### Features

* **prayer-times:** add lorem ipsum of the prayer times screen ([5673c89](https://github.com/Muhammed-Rahif/Islam/commit/5673c89f002441d801e79fd9cfa4718bd78483d2))
* **prayer-times:** add prayer times list ([77fa1c4](https://github.com/Muhammed-Rahif/Islam/commit/77fa1c4a2e66d02ed5db032ea4d10d7d0803fbca))
* **prayer-times:** update error displaying ([59c7b0b](https://github.com/Muhammed-Rahif/Islam/commit/59c7b0b5940cec14d15efe888147d1649ef9d455))

## [1.3.1](https://github.com/Muhammed-Rahif/Islam/compare/v1.3.0...v1.3.1) (2023-04-07)


Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "v1.3.1"
versionName "v1.4.0-beta.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = v1.3.1;
MARKETING_VERSION = v1.4.0-beta.1;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = tech.rahif.islam;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -370,7 +370,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = v1.3.1;
MARKETING_VERSION = v1.4.0-beta.1;
PRODUCT_BUNDLE_IDENTIFIER = tech.rahif.islam;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Islam",
"version": "v1.3.1",
"version": "v1.4.0-beta.1",
"private": true,
"dependencies": {
"@capacitor/android": "4.7.3",
Expand Down

0 comments on commit 5c43bd6

Please sign in to comment.