scratch-l10n 3.18.120 → 3.18.122

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.
@@ -20,11 +20,6 @@ jobs:
20
20
  daily-help-update:
21
21
  runs-on: ubuntu-latest
22
22
 
23
- env:
24
- # Organization-wide secrets
25
- FRESHDESK_TOKEN: ${{ secrets.FRESHDESK_TOKEN }}
26
- TX_TOKEN: ${{ secrets.TX_TOKEN }}
27
-
28
23
  steps:
29
24
  - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
30
25
  - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
@@ -38,4 +33,8 @@ jobs:
38
33
  npx browserslist@latest --update-db
39
34
 
40
35
  - name: Sync help
36
+ env:
37
+ # Organization-wide secrets
38
+ FRESHDESK_TOKEN: ${{ secrets.FRESHDESK_TOKEN }}
39
+ TX_TOKEN: ${{ secrets.TX_TOKEN }}
41
40
  run: npm run sync:help
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.18.122](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.121...v3.18.122) (2024-04-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** lock file maintenance ([45003a6](https://github.com/scratchfoundation/scratch-l10n/commit/45003a66738dd74f090b556357c66434b60a47a9))
12
+
13
+ ## [3.18.121](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.120...v3.18.121) (2024-04-25)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * attempted fix for "unauthorized" error ([95947f1](https://github.com/scratchfoundation/scratch-l10n/commit/95947f18afc71fd1d5890cb4d0e912c92fb304fd))
19
+
6
20
  ## [3.18.120](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.119...v3.18.120) (2024-04-25)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-l10n",
3
- "version": "3.18.120",
3
+ "version": "3.18.122",
4
4
  "description": "Localization for the Scratch 3.0 components",
5
5
  "main": "./dist/l10n.js",
6
6
  "browser": "./src/index.js",