diff --git a/api/.yarn/install-state.gz b/api/.yarn/install-state.gz index 26b505897..0630d4782 100644 Binary files a/api/.yarn/install-state.gz and b/api/.yarn/install-state.gz differ diff --git a/api/package.json b/api/package.json index 366b11ae8..0d3ed941d 100644 --- a/api/package.json +++ b/api/package.json @@ -3,7 +3,7 @@ "license": "MIT", "homepage": "https://openarabic.io", "repository": "https://github.com/edenmind/OpenArabic", - "version": "1444.12.230", + "version": "1444.12.231", "authors": [ "Yunus Andreasson (https://github.com/YunusAndreasson)" ], diff --git a/mobile/.yarn/install-state.gz b/mobile/.yarn/install-state.gz index 3e871e51d..a4e39b104 100644 Binary files a/mobile/.yarn/install-state.gz and b/mobile/.yarn/install-state.gz differ diff --git a/mobile/components/play-sound.js b/mobile/components/play-sound.js index 011f3671b..72234ff31 100644 --- a/mobile/components/play-sound.js +++ b/mobile/components/play-sound.js @@ -80,5 +80,6 @@ export default function PlaySound({ audioFileNames, buttonText, mode = 'elevated PlaySound.propTypes = { mode: PropTypes.string, audioFileNames: PropTypes.any.isRequired, - buttonText: PropTypes.string.isRequired + buttonText: PropTypes.string.isRequired, + margin: PropTypes.number } diff --git a/mobile/package.json b/mobile/package.json index aa64ced3e..737a406e3 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -4,7 +4,7 @@ "license": "MIT", "homepage": "https://openarabic.io", "repository": "https://github.com/edenmind/OpenArabic", - "version": "1444.12.330", + "version": "1444.12.331", "authors": [ "Yunus Andreasson (https://github.com/YunusAndreasson)" ], diff --git a/package/Chart.yaml b/package/Chart.yaml index b351a649f..7ccb2eb6c 100644 --- a/package/Chart.yaml +++ b/package/Chart.yaml @@ -1,6 +1,6 @@ name: open-arabic-helm description: A Helm Chart for OpenArabic -version: 1444.0.285 +version: 1444.0.286 apiVersion: v2 type: application home: https://openarabic.io diff --git a/web/.yarn/install-state.gz b/web/.yarn/install-state.gz index 87d4e6739..3598bd2d5 100644 Binary files a/web/.yarn/install-state.gz and b/web/.yarn/install-state.gz differ diff --git a/web/package.json b/web/package.json index 1ff999d72..fe637a24c 100644 --- a/web/package.json +++ b/web/package.json @@ -4,7 +4,7 @@ "license": "MIT", "homepage": "https://openarabic.io", "repository": "https://github.com/edenmind/OpenArabic", - "version": "1444.12.214", + "version": "1444.12.215", "authors": [ "Yunus Andreasson (https://github.com/YunusAndreasson)" ],