Skip to content

Commit

Permalink
feat(all): ✨ add explanation and play feature
Browse files Browse the repository at this point in the history
Fixes #2217 #2209

Signed-off-by: Yunus Andréasson <[email protected]>
  • Loading branch information
YunusAndreasson committed Aug 6, 2023
1 parent 0788924 commit 945c0f7
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 5 deletions.
Binary file modified api/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> (https://github.com/YunusAndreasson)"
],
Expand Down
Binary file modified mobile/.yarn/install-state.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion mobile/components/play-sound.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> (https://github.com/YunusAndreasson)"
],
Expand Down
2 changes: 1 addition & 1 deletion package/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file modified web/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> (https://github.com/YunusAndreasson)"
],
Expand Down

0 comments on commit 945c0f7

Please sign in to comment.