@gamelearn/arcade-components 1.26.6 → 1.26.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
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
 
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.7",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",