@gamelearn/arcade-components 1.4.33 → 1.5.0

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
@@ -36,9 +36,8 @@ Generamos los cambios o hacemos cherrypick de ellos si ya estan creados y una ve
36
36
 
37
37
  `"version": "1.3.5-fix-1",`
38
38
 
39
- Habiendo cambiado ya la version pasaremos a publicarla en dos pasos:
40
- * Generar una nueva carpeta dist con `yarn compile`
41
- * Publicar la versión a npm: `npm publish`
39
+ Habiendo cambiado ya la version para publicarla ejecutamos:
40
+ * `yarn publish-hotfix`
42
41
 
43
42
  Una vez publicada en npm ir a la versión master de arcade y sustituir la versión de arcade-components.
44
43
 
@@ -414,8 +414,6 @@ var TextClickPuzzleComponent = function TextClickPuzzleComponent(_ref) {
414
414
  }, /*#__PURE__*/_react.default.createElement("div", {
415
415
  className: "text-click__container ".concat(transitionToNextSlide ? 'slideInLeft' : '', " ")
416
416
  }, /*#__PURE__*/_react.default.createElement("div", {
417
- className: "text-click__title"
418
- }, translate('puzzles.text-click-puzzle.title')), /*#__PURE__*/_react.default.createElement("div", {
419
417
  className: "text-click__body"
420
418
  }, /*#__PURE__*/_react.default.createElement("div", {
421
419
  className: "text-click__scroll"
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.4.33",
5
+ "version": "1.5.0",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",
@@ -45,7 +45,8 @@
45
45
  "generate": "plop",
46
46
  "lint": "npx eslint src --ext js,json",
47
47
  "lint:fix": "npx eslint src --ext js,json --fix",
48
- "lint:quiet": "npx eslint src --ext js,json --quiet"
48
+ "lint:quiet": "npx eslint src --ext js,json --quiet",
49
+ "publish-hotfix": "yarn compile && npm publish"
49
50
  },
50
51
  "browserslist": {
51
52
  "production": [
@@ -64,7 +65,7 @@
64
65
  "@babel/eslint-parser": "^7.15.8",
65
66
  "@babel/preset-env": "7.12.11",
66
67
  "@babel/preset-react": "7.12.10",
67
- "@gamelearn/arcade-styles": "0.5.12",
68
+ "@gamelearn/arcade-styles": "0.5.13",
68
69
  "@gamelearn/version": "^1.3.1",
69
70
  "@react-three/test-renderer": "6.0.6",
70
71
  "@storybook/addon-actions": "6.1.11",