@gamelearn/arcade-components 1.26.6 → 1.26.8

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.
package/README.md CHANGED
@@ -37,7 +37,7 @@ Generamos los cambios o hacemos cherrypick de ellos si ya estan creados y una ve
37
37
  `"version": "1.3.5-fix-1",`
38
38
 
39
39
  Habiendo cambiado ya la version para publicarla ejecutamos:
40
- * `yarn publish-hotfix`
40
+ * `npm run publish-hotfix`
41
41
 
42
42
  Una vez publicada en npm ir a la versión master de arcade y sustituir la versión de arcade-components.
43
43
 
@@ -150,10 +150,6 @@ var useEkho = function useEkho(_ref) {
150
150
  }(), [emitEvent, isMounted, onError, setCurrentPlaying]);
151
151
  var stopCurrentAudio = (0, _react.useCallback)(function () {
152
152
  if (currentPlaying.current.url) {
153
- currentPlaying.current = {
154
- url: '',
155
- cc: 'tts'
156
- };
157
153
  stop(currentPlaying.current.cc);
158
154
  }
159
155
  }, [stop]); // Setted when is mounted
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "author": "Gamelearn",
4
4
  "license": "unlicense",
5
- "version": "1.26.6",
5
+ "version": "1.26.8",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",