chore(release): 2.0.478 [skip ci]

## [2.0.478](https://github.com/scratchfoundation/scratch-render/compare/v2.0.477...v2.0.478) (2025-07-11)

### Bug Fixes

* **deps:** update dependency scratch-storage to v4.0.185 ([85163d2](85163d2336))
This commit is contained in:
semantic-release-bot 2025-07-11 11:08:23 +00:00
parent 68cdfc9c73
commit 1858244685
3 changed files with 11 additions and 4 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.0.478](https://github.com/scratchfoundation/scratch-render/compare/v2.0.477...v2.0.478) (2025-07-11)
### Bug Fixes
* **deps:** update dependency scratch-storage to v4.0.185 ([85163d2](https://github.com/scratchfoundation/scratch-render/commit/85163d2336e74d7a0c53a498ed515c201f88730a))
## [2.0.477](https://github.com/scratchfoundation/scratch-render/compare/v2.0.476...v2.0.477) (2025-07-11)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-render",
"version": "2.0.477",
"version": "2.0.478",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-render",
"version": "2.0.477",
"version": "2.0.478",
"license": "AGPL-3.0-only",
"dependencies": {
"grapheme-breaker": "^0.3.2",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-render",
"version": "2.0.477",
"version": "2.0.478",
"description": "WebGL Renderer for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "AGPL-3.0-only",
@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-render.git",
"sha": "b7d872f86ff9a376e04163b3a77e5f4ad760d865"
"sha": "68cdfc9c730faa39c00ed311eba7875aa8c0320b"
},
"exports": {
"webpack": "./src/index.js",