mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 05:32:34 -05:00
chore(release): 5.0.53 [skip ci]
## [5.0.53](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.52...v5.0.53) (2024-12-21) ### Bug Fixes * **deps:** lock file maintenance ([#568](https://github.com/scratchfoundation/scratch-l10n/issues/568)) ([13bfeb3
](13bfeb3c01
))
This commit is contained in:
parent
13bfeb3c01
commit
724726bdb0
3 changed files with 10 additions and 3 deletions
|
@ -3,6 +3,13 @@
|
|||
All notable changes to this project will be documented in this file. See
|
||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [5.0.53](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.52...v5.0.53) (2024-12-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([#568](https://github.com/scratchfoundation/scratch-l10n/issues/568)) ([13bfeb3](https://github.com/scratchfoundation/scratch-l10n/commit/13bfeb3c018129da26baca99644c93a4e003a54b))
|
||||
|
||||
## [5.0.52](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.51...v5.0.52) (2024-12-21)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-l10n",
|
||||
"version": "5.0.52",
|
||||
"version": "5.0.53",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-l10n",
|
||||
"version": "5.0.52",
|
||||
"version": "5.0.53",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@transifex/api": "4.3.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-l10n",
|
||||
"version": "5.0.52",
|
||||
"version": "5.0.53",
|
||||
"description": "Localization for the Scratch 3.0 components",
|
||||
"main": "./dist/l10n.js",
|
||||
"browser": "./src/index.mjs",
|
||||
|
|
Loading…
Reference in a new issue