app-tutor-ai-consumer 1.10.0 → 1.12.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.
@@ -19,6 +19,7 @@ env:
19
19
  CLOUDFRONT_URL: https://app-club-microfrontends-prod.cp.hotmart.com
20
20
  SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
21
21
  BRANCH_REF: main
22
+ LANG_ENV: production
22
23
 
23
24
  jobs:
24
25
  deploy-production:
@@ -56,6 +57,22 @@ jobs:
56
57
  - name: Install Dependencies
57
58
  run: npm ci --include=optional
58
59
 
60
+
61
+ - name: Rebuild Cache
62
+ uses: Hotmart-Org/actions/cache@master
63
+ with:
64
+ bucket: buildstaging-pipeline-cache
65
+ cache-key: "${{ hashFiles('package.json') }}"
66
+ rebuild: true
67
+ mount: 'node_modules/'
68
+
69
+ - name: pre-build-production
70
+ run: |
71
+ echo "${{ env.LANG_ENV }}"
72
+ rm -rf public/locales
73
+ mkdir public/locales
74
+ npm run fetch-langs
75
+
59
76
  - name: Build Prod
60
77
  run: npm run build && ls -la ./dist
61
78
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # [1.12.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.11.0...v1.12.0) (2025-07-21)
2
+
3
+ ### Features
4
+
5
+ - adding fetch langs and cache in production pipeline ([459ced7](https://github.com/Hotmart-Org/app-tutor-ai-consumer/commit/459ced7e9c9eca164b855416d4da99f255e02275))
6
+
7
+ # [1.11.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.10.0...v1.11.0) (2025-07-17)
8
+
9
+ ### Features
10
+
11
+ - adding new tutor icon ([a5f883f](https://github.com/Hotmart-Org/app-tutor-ai-consumer/commit/a5f883fcb97ef4a3774cc9c9c900aa190f743e79))
12
+
1
13
  # [1.10.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.9.0...v1.10.0) (2025-07-17)
2
14
 
3
15
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app-tutor-ai-consumer",
3
- "version": "1.10.0",
3
+ "version": "1.12.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "dev": "rspack serve --env=development --config config/rspack/rspack.config.js",
@@ -1,17 +1,9 @@
1
- <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M21.5813 16.7843L24.9086 18.5499L21.5813 20.3154L19.8068 23.6263L18.0313 20.3154L14.7041 18.5499L18.0313 16.7843L19.8068 13.4734L21.5813 16.7843ZM11.9119 9.10141L17.2354 11.9261L11.9119 14.7508L9.07199 20.0485L6.23301 14.7508L0.908569 11.9261L6.23301 9.10141L9.07199 3.80376L11.9119 9.10141ZM20.1457 3.24642L22.7786 4.64367L20.1457 6.03994L18.7413 8.66002L17.337 6.03994L14.7041 4.64367L17.337 3.24642L18.7413 0.626343L20.1457 3.24642Z"
4
- fill="url(#paint0_linear_18592_52336)" />
5
- <defs>
6
- <linearGradient
7
- id="paint0_linear_18592_52336"
8
- x1="0.908569"
9
- y1="12.1263"
10
- x2="24.9086"
11
- y2="12.1263"
12
- gradientUnits="userSpaceOnUse">
13
- <stop stop-color="#44D0FF" />
14
- <stop offset="1" stop-color="#B48EFF" />
15
- </linearGradient>
16
- </defs>
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.897063 10.1169C0.779007 10.0991 0.779007 9.90091 0.897063 9.88308C8.8355 8.68408 9.54825 3.99021 9.90743 0.811152C9.92068 0.693875 10.0793 0.693875 10.0926 0.811152C10.4517 3.99021 11.1645 8.68408 19.1029 9.88308C19.221 9.90091 19.221 10.0991 19.1029 10.1169C11.1645 11.3159 10.4517 16.0098 10.0926 19.1888C10.0793 19.3061 9.92068 19.3061 9.90743 19.1888C9.54825 16.0098 8.8355 11.3159 0.897063 10.1169Z" fill="url(#paint0_linear_7856_83233)"/>
3
+ <defs>
4
+ <linearGradient id="paint0_linear_7856_83233" x1="1.875" y1="-0.108232" x2="17.7233" y2="20.1432" gradientUnits="userSpaceOnUse">
5
+ <stop stop-color="#44D0FF"/>
6
+ <stop offset="1" stop-color="#B48EFF"/>
7
+ </linearGradient>
8
+ </defs>
17
9
  </svg>