From cd39a6b863b3b1c2da111bd3f72dc6ad6a6e1472 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Feb 2024 01:57:22 +0000 Subject: [PATCH] chore(release): 3.18.4 [skip ci] ## [3.18.4](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.3...v3.18.4) (2024-02-16) ### Bug Fixes * **deps:** unpin non-dev dependencies ([d65223a](https://github.com/scratchfoundation/scratch-l10n/commit/d65223a8ac67c5ab135353a2f43542e4625a7d45)) * pull new editor translations from Transifex ([2ccd4e5](https://github.com/scratchfoundation/scratch-l10n/commit/2ccd4e5b8b4d78927ce765e4a5969811d9ea56a6)) * pull new editor translations from Transifex ([74a26f6](https://github.com/scratchfoundation/scratch-l10n/commit/74a26f6bd1cce13a2515dba064f240f6218b9a7b)) * pull new editor translations from Transifex ([b5dac93](https://github.com/scratchfoundation/scratch-l10n/commit/b5dac93e853c25403528ece1ce95362ce5587725)) * pull new editor translations from Transifex ([489266b](https://github.com/scratchfoundation/scratch-l10n/commit/489266bc5092a77cf4c0fb2cdc22c5159734e3c6)) * pull new editor translations from Transifex ([9fa726c](https://github.com/scratchfoundation/scratch-l10n/commit/9fa726c3d09362f79d9013c5a2a8caa301ab7d88)) * pull new editor translations from Transifex ([3b380d0](https://github.com/scratchfoundation/scratch-l10n/commit/3b380d0927c84226817709f8497f598e33a0c6c3)) * pull new editor translations from Transifex ([25f6a87](https://github.com/scratchfoundation/scratch-l10n/commit/25f6a876da4234f3fa4dcb711cc5e4faf04bce2b)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39be2982..b2aa3993 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.18.4](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.3...v3.18.4) (2024-02-16) + + +### Bug Fixes + +* **deps:** unpin non-dev dependencies ([d65223a](https://github.com/scratchfoundation/scratch-l10n/commit/d65223a8ac67c5ab135353a2f43542e4625a7d45)) +* pull new editor translations from Transifex ([2ccd4e5](https://github.com/scratchfoundation/scratch-l10n/commit/2ccd4e5b8b4d78927ce765e4a5969811d9ea56a6)) +* pull new editor translations from Transifex ([74a26f6](https://github.com/scratchfoundation/scratch-l10n/commit/74a26f6bd1cce13a2515dba064f240f6218b9a7b)) +* pull new editor translations from Transifex ([b5dac93](https://github.com/scratchfoundation/scratch-l10n/commit/b5dac93e853c25403528ece1ce95362ce5587725)) +* pull new editor translations from Transifex ([489266b](https://github.com/scratchfoundation/scratch-l10n/commit/489266bc5092a77cf4c0fb2cdc22c5159734e3c6)) +* pull new editor translations from Transifex ([9fa726c](https://github.com/scratchfoundation/scratch-l10n/commit/9fa726c3d09362f79d9013c5a2a8caa301ab7d88)) +* pull new editor translations from Transifex ([3b380d0](https://github.com/scratchfoundation/scratch-l10n/commit/3b380d0927c84226817709f8497f598e33a0c6c3)) +* pull new editor translations from Transifex ([25f6a87](https://github.com/scratchfoundation/scratch-l10n/commit/25f6a876da4234f3fa4dcb711cc5e4faf04bce2b)) + ## [3.18.3](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.2...v3.18.3) (2024-01-28) diff --git a/package-lock.json b/package-lock.json index 812aea3b..5022f2cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.3", + "version": "3.18.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.3", + "version": "3.18.4", "license": "BSD-3-Clause", "dependencies": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index feac4cf1..d7085d60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.3", + "version": "3.18.4", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",