scratch-l10n 3.18.119 → 3.18.121
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.121](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.120...v3.18.121) (2024-04-25)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* attempted fix for "unauthorized" error ([95947f1](https://github.com/scratchfoundation/scratch-l10n/commit/95947f18afc71fd1d5890cb4d0e912c92fb304fd))
|
12
|
+
|
13
|
+
## [3.18.120](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.119...v3.18.120) (2024-04-25)
|
14
|
+
|
15
|
+
|
16
|
+
### Bug Fixes
|
17
|
+
|
18
|
+
* **deps:** lock file maintenance ([48b8d20](https://github.com/scratchfoundation/scratch-l10n/commit/48b8d202e2a285af1b20e44de1f4f067cb2dd4dc))
|
19
|
+
|
6
20
|
## [3.18.119](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.118...v3.18.119) (2024-04-24)
|
7
21
|
|
8
22
|
|
Binary file
|