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:
semantic-release-bot 2024-01-25 13:02:02 +00:00
parent 7f09852ccd
commit 69bbdd6702
3 changed files with 12 additions and 3 deletions

View file

@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. [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) # [3.18.0](https://github.com/scratchfoundation/scratch-l10n/compare/v3.17.0...v3.18.0) (2024-01-16)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "scratch-l10n", "name": "scratch-l10n",
"version": "3.18.0", "version": "3.18.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "scratch-l10n", "name": "scratch-l10n",
"version": "3.18.0", "version": "3.18.1",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"@babel/cli": "^7.1.2", "@babel/cli": "^7.1.2",

View file

@ -1,6 +1,6 @@
{ {
"name": "scratch-l10n", "name": "scratch-l10n",
"version": "3.18.0", "version": "3.18.1",
"description": "Localization for the Scratch 3.0 components", "description": "Localization for the Scratch 3.0 components",
"main": "./dist/l10n.js", "main": "./dist/l10n.js",
"browser": "./src/index.js", "browser": "./src/index.js",