mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-06-09 11:41:24 -04:00
chore(release): 3.0.60 [skip ci]
## [3.0.60](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.59...v3.0.60) (2024-12-24) ### Bug Fixes * **deps:** lock file maintenance ([#3022](https://github.com/scratchfoundation/scratch-paint/issues/3022)) ([e42cfe0
](e42cfe0605
)) * **deps:** update dependency scratch-l10n to v5.0.60 ([#3021](https://github.com/scratchfoundation/scratch-paint/issues/3021)) ([639061f
](639061f128
))
This commit is contained in:
parent
e42cfe0605
commit
b9db5bbe45
3 changed files with 11 additions and 3 deletions
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file. See
|
||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [3.0.60](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.59...v3.0.60) (2024-12-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([#3022](https://github.com/scratchfoundation/scratch-paint/issues/3022)) ([e42cfe0](https://github.com/scratchfoundation/scratch-paint/commit/e42cfe0605c00577a3fa900b2feb5de2f96d843f))
|
||||
* **deps:** update dependency scratch-l10n to v5.0.60 ([#3021](https://github.com/scratchfoundation/scratch-paint/issues/3021)) ([639061f](https://github.com/scratchfoundation/scratch-paint/commit/639061f128af5e535ee9e225c8d8abf3c435c063))
|
||||
|
||||
## [3.0.59](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.58...v3.0.59) (2024-12-23)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-paint",
|
||||
"version": "3.0.59",
|
||||
"version": "3.0.60",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-paint",
|
||||
"version": "3.0.59",
|
||||
"version": "3.0.60",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@scratch/paper": "^0.11.20221201200345",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-paint",
|
||||
"version": "3.0.59",
|
||||
"version": "3.0.60",
|
||||
"description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
|
||||
"main": "./dist/scratch-paint.js",
|
||||
"browser": "./src/index.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue