Skip to content

Commit b8afed2

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into HEAD
2 parents 1c49159 + a020fa7 commit b8afed2

3 files changed

Lines changed: 45 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.339](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.338...v3.0.339) (2025-07-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** lock file maintenance ([#3336](https://github.com/scratchfoundation/scratch-paint/issues/3336)) ([571b50b](https://github.com/scratchfoundation/scratch-paint/commit/571b50b345ac895aff46eb7ff195e4e21a682bba))
12+
13+
## [3.0.338](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.337...v3.0.338) (2025-07-26)
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** update dependency scratch-render-fonts to v1.0.218 ([#3335](https://github.com/scratchfoundation/scratch-paint/issues/3335)) ([b7a985d](https://github.com/scratchfoundation/scratch-paint/commit/b7a985d090c521601cec4ecfb53ce37e1bda2ee4))
19+
20+
## [3.0.337](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.336...v3.0.337) (2025-07-24)
21+
22+
23+
### Bug Fixes
24+
25+
* **deps:** lock file maintenance ([#3333](https://github.com/scratchfoundation/scratch-paint/issues/3333)) ([eb9d898](https://github.com/scratchfoundation/scratch-paint/commit/eb9d898cbdc2a15619a8db090c622cd859b2bc4d))
26+
627
## [3.0.336](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.335...v3.0.336) (2025-07-23)
728

829

package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scratch-paint",
3-
"version": "3.0.336",
3+
"version": "3.0.339",
44
"description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
55
"main": "./dist/scratch-paint.js",
66
"browser": "./src/index.js",

0 commit comments

Comments
 (0)