app-tutor-ai-consumer 1.26.0 → 1.27.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.
@@ -10,4 +10,4 @@ jobs:
10
10
  uses: Hotmart-Org/actions/.github/workflows/jira.yaml@master
11
11
  secrets: inherit
12
12
  with:
13
- runs-on: "club-iac"
13
+ runs-on: "club"
@@ -11,4 +11,4 @@ jobs:
11
11
  uses: Hotmart-Org/actions/.github/workflows/merge-checker.yaml@master
12
12
  secrets: inherit
13
13
  with:
14
- runs-on: "club-iac"
14
+ runs-on: "club"
@@ -14,4 +14,4 @@ jobs:
14
14
  uses: Hotmart-Org/actions/.github/workflows/pr-agent.yaml@master
15
15
  secrets: inherit
16
16
  with:
17
- runs-on: "club-iac"
17
+ runs-on: "club"
@@ -11,7 +11,7 @@ env:
11
11
 
12
12
  jobs:
13
13
  quality-checks:
14
- runs-on: [buildstaging-high-iac]
14
+ runs-on: [buildstaging-content-high]
15
15
  steps:
16
16
  - name: Checkout Repository
17
17
  uses: actions/checkout@v4
@@ -24,7 +24,7 @@ jobs:
24
24
  staging-rollback:
25
25
  if: ${{ github.event.inputs.rollbackEnv == 'staging' }}
26
26
  name: Staging Rollback
27
- runs-on: [buildstaging-iac]
27
+ runs-on: [buildstaging-content]
28
28
  env:
29
29
  BUCKET_NAME: app-club-microfrontends
30
30
  CLOUDFRONT_ACCOUNT_ID: '449466460580'
@@ -46,7 +46,7 @@ jobs:
46
46
 
47
47
  new-relic-notification-staging:
48
48
  name: New Relic Application Deployment Notification
49
- runs-on: [buildstaging-iac]
49
+ runs-on: [buildstaging-content]
50
50
  needs: ['staging-rollback']
51
51
  steps:
52
52
  - name: Display rollback tag version
@@ -22,7 +22,7 @@ env:
22
22
  jobs:
23
23
  deploy-staging:
24
24
  name: Deploy Staging
25
- runs-on: [buildstaging-high-iac]
25
+ runs-on: [buildstaging-content-high]
26
26
  steps:
27
27
  - name: Checkout
28
28
  uses: actions/checkout@v4
@@ -85,7 +85,7 @@ jobs:
85
85
 
86
86
  staging-notification:
87
87
  name: 'Staging Notification'
88
- runs-on: [buildstaging-iac]
88
+ runs-on: [buildstaging-content]
89
89
  needs: ['deploy-staging']
90
90
  steps:
91
91
  - name: Checkout
@@ -23,7 +23,7 @@ env:
23
23
  jobs:
24
24
  create-tag:
25
25
  name: Create Tag
26
- runs-on: [buildstaging-high-iac]
26
+ runs-on: [buildstaging-content-high]
27
27
  permissions:
28
28
  contents: write
29
29
  issues: write
@@ -61,7 +61,7 @@ jobs:
61
61
  deploy-staging:
62
62
  name: Deploy Staging
63
63
  needs: [create-tag]
64
- runs-on: [buildstaging-high-iac]
64
+ runs-on: [buildstaging-content-high]
65
65
  steps:
66
66
  - name: Checkout
67
67
  uses: actions/checkout@v4
@@ -124,7 +124,7 @@ jobs:
124
124
 
125
125
  staging-notification:
126
126
  name: 'Staging Notification'
127
- runs-on: [buildstaging-iac]
127
+ runs-on: [buildstaging-content]
128
128
  needs: ['deploy-staging']
129
129
  steps:
130
130
  - name: Checkout
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # [1.27.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.26.1...v1.27.0) (2025-08-13)
2
+
3
+ ### Features
4
+
5
+ - changing GA to new runner ([c871ca8](https://github.com/Hotmart-Org/app-tutor-ai-consumer/commit/c871ca8034df0dcb3d45de18a7c2ba1fc02d57cc))
6
+
7
+ ## [1.26.1](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.26.0...v1.26.1) (2025-08-13)
8
+
9
+ ### Bug Fixes
10
+
11
+ - build staging ([60e5aa3](https://github.com/Hotmart-Org/app-tutor-ai-consumer/commit/60e5aa3bda6636f63bafb49a1d93c18b2b0dec5f))
12
+
1
13
  # [1.26.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.25.1...v1.26.0) (2025-08-12)
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.26.0",
3
+ "version": "1.27.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "dev": "rspack serve --env=development --config config/rspack/rspack.config.js",