chore(release): 2.2.7 [skip ci]

## [2.2.7](https://github.com/LLK/scratch-paint/compare/v2.2.6...v2.2.7) (2024-02-21)

### Bug Fixes

* **deps:** fix scratch-render-fonts peer dep ([7a3d2f9](7a3d2f9e4d))
This commit is contained in:
semantic-release-bot 2024-02-21 21:48:27 +00:00
parent 7a3d2f9e4d
commit 9998e78ae9
3 changed files with 10 additions and 3 deletions

View file

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.2.7](https://github.com/LLK/scratch-paint/compare/v2.2.6...v2.2.7) (2024-02-21)
### Bug Fixes
* **deps:** fix scratch-render-fonts peer dep ([7a3d2f9](https://github.com/LLK/scratch-paint/commit/7a3d2f9e4d0fd2a65135ad4f561f60e2ae3c32b0))
## [2.2.6](https://github.com/LLK/scratch-paint/compare/v2.2.5...v2.2.6) (2024-02-21)

4
package-lock.json generated
View file

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

View file

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