@hedia/recommendation-screen 3.8.1 → 3.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -340,7 +340,7 @@ const RecommendationScreen = props => {
340
340
  }, [editStatus]);
341
341
 
342
342
  /**
343
- * Handle the scroll view content size change.
343
+ * Handle the scroll view content size changes.
344
344
  * Set the contentHeight state to the new content height.
345
345
  * @param _: The content width.
346
346
  * @param contentHeight The content height.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/recommendation-screen",
3
- "version": "3.8.1",
3
+ "version": "3.8.2",
4
4
  "description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "types": "lib/typescript/src/index.d.ts",