mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 05:22:26 -05:00
chore(release): 2.2.424 [skip ci]
## [2.2.424](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.423...v2.2.424) (2024-09-29) ### Bug Fixes * **deps:** lock file maintenance ([#2832](https://github.com/scratchfoundation/scratch-paint/issues/2832)) ([a34f9d1
](a34f9d10dc
)) * **deps:** update dependency scratch-render-fonts to v1.0.106 ([#2831](https://github.com/scratchfoundation/scratch-paint/issues/2831)) ([510065a
](510065a0b1
))
This commit is contained in:
parent
a34f9d10dc
commit
b0f0beead5
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.
|
||||
|
||||
## [2.2.424](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.423...v2.2.424) (2024-09-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([#2832](https://github.com/scratchfoundation/scratch-paint/issues/2832)) ([a34f9d1](https://github.com/scratchfoundation/scratch-paint/commit/a34f9d10dca35ac7a7ffb9b9fa4adf20916fe031))
|
||||
* **deps:** update dependency scratch-render-fonts to v1.0.106 ([#2831](https://github.com/scratchfoundation/scratch-paint/issues/2831)) ([510065a](https://github.com/scratchfoundation/scratch-paint/commit/510065a0b191f37037eb71d97d8b79c026123187))
|
||||
|
||||
## [2.2.423](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.422...v2.2.423) (2024-09-28)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-paint",
|
||||
"version": "2.2.423",
|
||||
"version": "2.2.424",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-paint",
|
||||
"version": "2.2.423",
|
||||
"version": "2.2.424",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@scratch/paper": "^0.11.20221201200345",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-paint",
|
||||
"version": "2.2.423",
|
||||
"version": "2.2.424",
|
||||
"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…
Reference in a new issue