mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
chore(release): 5.0.51 [skip ci]
## [5.0.51](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.50...v5.0.51) (2024-12-20) ### Bug Fixes * **deps:** lock file maintenance ([#567](https://github.com/scratchfoundation/scratch-l10n/issues/567)) ([ce9d5e1
](ce9d5e122b
))
This commit is contained in:
parent
ce9d5e122b
commit
c1526b4de2
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.51](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.50...v5.0.51) (2024-12-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([#567](https://github.com/scratchfoundation/scratch-l10n/issues/567)) ([ce9d5e1](https://github.com/scratchfoundation/scratch-l10n/commit/ce9d5e122bb9740117bf9a4d463403b99c43d8ab))
|
||||
|
||||
## [5.0.50](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.49...v5.0.50) (2024-12-20)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-l10n",
|
||||
"version": "5.0.50",
|
||||
"version": "5.0.51",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-l10n",
|
||||
"version": "5.0.50",
|
||||
"version": "5.0.51",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@transifex/api": "4.3.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-l10n",
|
||||
"version": "5.0.50",
|
||||
"version": "5.0.51",
|
||||
"description": "Localization for the Scratch 3.0 components",
|
||||
"main": "./dist/l10n.js",
|
||||
"browser": "./src/index.mjs",
|
||||
|
|
Loading…
Reference in a new issue