mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
chore(release): 3.18.1 [skip ci]
## [3.18.1](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.0...v3.18.1) (2024-01-25) ### Bug Fixes * pull new editor translations from Transifex ([f1f0b25
](f1f0b258d5
)) * pull new editor translations from Transifex ([1dd13a1
](1dd13a17af
)) * pull new editor translations from Transifex ([12fe563
](12fe563dc9
))
This commit is contained in:
parent
7f09852ccd
commit
69bbdd6702
3 changed files with 12 additions and 3 deletions
|
@ -3,6 +3,15 @@
|
|||
All notable changes to this project will be documented in this file. See
|
||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [3.18.1](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.0...v3.18.1) (2024-01-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* pull new editor translations from Transifex ([f1f0b25](https://github.com/scratchfoundation/scratch-l10n/commit/f1f0b258d5073dad67b8a276e384f3500e035d28))
|
||||
* pull new editor translations from Transifex ([1dd13a1](https://github.com/scratchfoundation/scratch-l10n/commit/1dd13a17af905c1a224cd0bc5c89ed58ee6366f0))
|
||||
* pull new editor translations from Transifex ([12fe563](https://github.com/scratchfoundation/scratch-l10n/commit/12fe563dc9da84a35fe4926db9788ea9050349cc))
|
||||
|
||||
# [3.18.0](https://github.com/scratchfoundation/scratch-l10n/compare/v3.17.0...v3.18.0) (2024-01-16)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-l10n",
|
||||
"version": "3.18.0",
|
||||
"version": "3.18.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-l10n",
|
||||
"version": "3.18.0",
|
||||
"version": "3.18.1",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-l10n",
|
||||
"version": "3.18.0",
|
||||
"version": "3.18.1",
|
||||
"description": "Localization for the Scratch 3.0 components",
|
||||
"main": "./dist/l10n.js",
|
||||
"browser": "./src/index.js",
|
||||
|
|
Loading…
Reference in a new issue