mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-06-13 05:31:52 -04:00
chore(release): 3.0.90 [skip ci]
## [3.0.90](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.89...v3.0.90) (2025-01-14) ### Bug Fixes * **deps:** lock file maintenance ([#3055](https://github.com/scratchfoundation/scratch-paint/issues/3055)) ([b261197
](b26119702d
)) * **deps:** update dependency scratch-l10n to v5.0.83 ([#3056](https://github.com/scratchfoundation/scratch-paint/issues/3056)) ([eca8e1a
](eca8e1ac35
))
This commit is contained in:
parent
b26119702d
commit
0bb3d0e86c
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.90](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.89...v3.0.90) (2025-01-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([#3055](https://github.com/scratchfoundation/scratch-paint/issues/3055)) ([b261197](https://github.com/scratchfoundation/scratch-paint/commit/b26119702dd36395b09f619315b021d1980d030c))
|
||||
* **deps:** update dependency scratch-l10n to v5.0.83 ([#3056](https://github.com/scratchfoundation/scratch-paint/issues/3056)) ([eca8e1a](https://github.com/scratchfoundation/scratch-paint/commit/eca8e1ac356441ac3c57a923eb5ae0c3d65b8002))
|
||||
|
||||
## [3.0.89](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.88...v3.0.89) (2025-01-13)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-paint",
|
||||
"version": "3.0.89",
|
||||
"version": "3.0.90",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-paint",
|
||||
"version": "3.0.89",
|
||||
"version": "3.0.90",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@scratch/paper": "^0.11.20221201200345",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-paint",
|
||||
"version": "3.0.89",
|
||||
"version": "3.0.90",
|
||||
"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