Skip to content

Commit

Permalink
chore(release): 1.3.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0-beta.1](v1.2.2...v1.3.0-beta.1) (2023-04-04)

### Bug Fixes

* **quran:** add pre bismi verse in translation section ([08e7a53](08e7a53))
* **quran:** remove param 'chapterName'; view quran type(reading or translation) changed to param ([3c79c2e](3c79c2e))
* **quran:** update line height of translation arabic content ([8c9318f](8c9318f))
* view-quran 'type' param issue ([f2d5de5](f2d5de5))

### Features

* **quran:** change 'next', 'prev' and 'to top' footer btns to fab btns ([2c06ac6](2c06ac6))
* **quran:** change next, prev surah and 'to top' btns to fab btns ([216280f](216280f))
  • Loading branch information
semantic-release-bot committed Apr 4, 2023
1 parent 6361c6f commit 83a5e34
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.3.0-beta.1](https://github.com/Muhammed-Rahif/Islam/compare/v1.2.2...v1.3.0-beta.1) (2023-04-04)


### Bug Fixes

* **quran:** add pre bismi verse in translation section ([08e7a53](https://github.com/Muhammed-Rahif/Islam/commit/08e7a53e4952b4afe652e2601f83f863b5069962))
* **quran:** remove param 'chapterName'; view quran type(reading or translation) changed to param ([3c79c2e](https://github.com/Muhammed-Rahif/Islam/commit/3c79c2ea705ad95781a259d70cc166d304247cae))
* **quran:** update line height of translation arabic content ([8c9318f](https://github.com/Muhammed-Rahif/Islam/commit/8c9318fc5305cf3da6723e2ec00d2b571f8b42d4))
* view-quran 'type' param issue ([f2d5de5](https://github.com/Muhammed-Rahif/Islam/commit/f2d5de5ebd2679deee64a15fcf48f9734e09f14a))


### Features

* **quran:** change 'next', 'prev' and 'to top' footer btns to fab btns ([2c06ac6](https://github.com/Muhammed-Rahif/Islam/commit/2c06ac6293920bb365e05b0ae503832159b1ba05))
* **quran:** change next, prev surah and 'to top' btns to fab btns ([216280f](https://github.com/Muhammed-Rahif/Islam/commit/216280ff1dfe5975005f68b33c31453badb5ce8e))

## [1.2.2-beta.2](https://github.com/Muhammed-Rahif/Islam/compare/v1.2.2-beta.1...v1.2.2-beta.2) (2023-04-03)


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.2.2-beta.2"
versionName "v1.3.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.2.2-beta.2;
MARKETING_VERSION = v1.3.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.2.2-beta.2;
MARKETING_VERSION = v1.3.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.2.2-beta.2",
"version": "v1.3.0-beta.1",
"private": true,
"dependencies": {
"@capacitor/android": "4.7.1",
Expand Down

0 comments on commit 83a5e34

Please sign in to comment.