chore(release): 2.2.178 [skip ci]

## [2.2.178](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.177...v2.2.178) (2024-05-10)

### Bug Fixes

* **deps:** lock file maintenance ([#2537](https://github.com/scratchfoundation/scratch-paint/issues/2537)) ([8d83e45](8d83e455c5))
* **deps:** update dependency scratch-l10n to v3.18.138 ([#2536](https://github.com/scratchfoundation/scratch-paint/issues/2536)) ([ef2f827](ef2f8277aa))
This commit is contained in:
semantic-release-bot 2024-05-10 06:55:42 +00:00
parent 8d83e455c5
commit 71de1a4c61
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.178](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.177...v2.2.178) (2024-05-10)
### Bug Fixes
* **deps:** lock file maintenance ([#2537](https://github.com/scratchfoundation/scratch-paint/issues/2537)) ([8d83e45](https://github.com/scratchfoundation/scratch-paint/commit/8d83e455c5e0b4448418f1b633d7d1af17abbeb8))
* **deps:** update dependency scratch-l10n to v3.18.138 ([#2536](https://github.com/scratchfoundation/scratch-paint/issues/2536)) ([ef2f827](https://github.com/scratchfoundation/scratch-paint/commit/ef2f8277aaf0f275caddd7e97b885b44ec02ed31))
## [2.2.177](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.176...v2.2.177) (2024-05-09)

4
package-lock.json generated
View file

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

View file

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