chore(release): 2.2.285 [skip ci]

## [2.2.285](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.284...v2.2.285) (2024-07-14)

### Bug Fixes

* **deps:** lock file maintenance ([#2662](https://github.com/scratchfoundation/scratch-paint/issues/2662)) ([1463a1a](1463a1a4b5))
* **deps:** update dependency scratch-l10n to v3.18.218 ([#2661](https://github.com/scratchfoundation/scratch-paint/issues/2661)) ([5e47ef1](5e47ef15a1))
This commit is contained in:
semantic-release-bot 2024-07-14 10:00:35 +00:00
parent 1463a1a4b5
commit 797412ea55
3 changed files with 11 additions and 3 deletions

View file

@ -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.285](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.284...v2.2.285) (2024-07-14)
### Bug Fixes
* **deps:** lock file maintenance ([#2662](https://github.com/scratchfoundation/scratch-paint/issues/2662)) ([1463a1a](https://github.com/scratchfoundation/scratch-paint/commit/1463a1a4b5ba998b8308fe5829a4278b03d275a5))
* **deps:** update dependency scratch-l10n to v3.18.218 ([#2661](https://github.com/scratchfoundation/scratch-paint/issues/2661)) ([5e47ef1](https://github.com/scratchfoundation/scratch-paint/commit/5e47ef15a13846a14846afc12f5381f578e06205))
## [2.2.284](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.283...v2.2.284) (2024-07-13)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-paint",
"version": "2.2.284",
"version": "2.2.285",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-paint",
"version": "2.2.284",
"version": "2.2.285",
"license": "BSD-3-Clause",
"dependencies": {
"@scratch/paper": "^0.11.20221201200345",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-paint",
"version": "2.2.284",
"version": "2.2.285",
"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",