Skip to content

Commit

Permalink
chore(release): 1.6.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0-beta.1](v1.5.0...v1.6.0-beta.1) (2023-05-02)

### Bug Fixes

* perfomence improve ([cd946d5](cd946d5))
* **quran:** add translation resource name ([74a3449](74a3449))
* **ui:** about screen update ([cb0d82b](cb0d82b))

### Features

* **quran:** add load more btn on view chapter ([5cad9c1](5cad9c1))
* **quran:** implement last read marker on quran reading ([6270dbf](6270dbf))
* **quran:** last read marker for translation quran ([c3a6b30](c3a6b30))
* **quran:** quran reading content rebuilt ([612aa96](612aa96))
* **quran:** translation quran content ([4420341](4420341))
  • Loading branch information
semantic-release-bot committed May 2, 2023
1 parent 265adcc commit 37b8669
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.6.0-beta.1](https://github.com/Muhammed-Rahif/Islam/compare/v1.5.0...v1.6.0-beta.1) (2023-05-02)


### Bug Fixes

* perfomence improve ([cd946d5](https://github.com/Muhammed-Rahif/Islam/commit/cd946d5c580a4cfc5c99edb4e85062ae1c59fa21))
* **quran:** add translation resource name ([74a3449](https://github.com/Muhammed-Rahif/Islam/commit/74a34493e1703d309a2152ad7c2e717682ca14fd))
* **ui:** about screen update ([cb0d82b](https://github.com/Muhammed-Rahif/Islam/commit/cb0d82b788bd62ff39701662321e6e9c052abfef))


### Features

* **quran:** add load more btn on view chapter ([5cad9c1](https://github.com/Muhammed-Rahif/Islam/commit/5cad9c1d5d3d5d8ec104d0ab1f68734638365d46))
* **quran:** implement last read marker on quran reading ([6270dbf](https://github.com/Muhammed-Rahif/Islam/commit/6270dbfe1afabc037fe8f4ceb00d3b88719336e3))
* **quran:** last read marker for translation quran ([c3a6b30](https://github.com/Muhammed-Rahif/Islam/commit/c3a6b3013d1973b4124dc61acadc191f630b2240))
* **quran:** quran reading content rebuilt ([612aa96](https://github.com/Muhammed-Rahif/Islam/commit/612aa96b35d2a2aa18de6ca63847da3c8e167e5f))
* **quran:** translation quran content ([4420341](https://github.com/Muhammed-Rahif/Islam/commit/44203413ccd9c6f7d199c21e2b7d8e5d7648b360))

# [1.5.0](https://github.com/Muhammed-Rahif/Islam/compare/v1.4.0...v1.5.0) (2023-04-16)


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.5.0"
versionName "v1.6.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.5.0;
MARKETING_VERSION = v1.6.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.5.0;
MARKETING_VERSION = v1.6.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.5.0",
"version": "v1.6.0-beta.1",
"private": true,
"dependencies": {
"@capacitor/android": "4.7.3",
Expand Down

0 comments on commit 37b8669

Please sign in to comment.