@coorpacademy/app-review 0.20.2 → 0.20.3-alpha.23

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.
@@ -53,5 +53,8 @@
53
53
  "no_skills": {
54
54
  "title": "คุณยังไม่มีทักษะให้ปรับปรุง",
55
55
  "text": "ขั้นแรกคุณจำเป็นต้องจบคอร์สก่อนที่คุณจะสามารถทบทวนทักษะต่าง ๆ ได้"
56
- }
56
+ },
57
+ "Acquired stars animation": "ภาพเคลื่อนไหวดาวที่ได้รับ",
58
+ "New rank animation": "ภาพเคลื่อนไหวแรงค์ใหม่",
59
+ "Congratulations confetti animation": "ภาพเคลื่อนไหวพลุกระดาษแสดงความยินดี"
57
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/app-review",
3
- "version": "0.20.2",
3
+ "version": "0.20.3-alpha.23+4c2502695",
4
4
  "description": "",
5
5
  "engines": {
6
6
  "node": ">=16.15.0"
@@ -35,7 +35,7 @@
35
35
  "main": "lib/index.js",
36
36
  "module": "es/index.js",
37
37
  "dependencies": {
38
- "@coorpacademy/components": "11.9.2",
38
+ "@coorpacademy/components": "11.9.3-alpha.23+4c2502695",
39
39
  "@coorpacademy/progression-engine": "11.5.3",
40
40
  "@coorpacademy/redux-task": "1.1.6",
41
41
  "@coorpacademy/review-services": "1.3.3",
@@ -74,5 +74,5 @@
74
74
  "webpack-cli": "^4.10.0",
75
75
  "webpack-dev-server": "^4.11.1"
76
76
  },
77
- "gitHead": "c2299f0e863e36f772dcec1128c4afe0ccb00be5"
77
+ "gitHead": "4c250269540178828795ffa155327f28cb0b2cc2"
78
78
  }