chore(release): 2.0.53 [skip ci]

## [2.0.53](https://github.com/scratchfoundation/scratch-render/compare/v2.0.52...v2.0.53) (2024-12-20)

### Bug Fixes

* **deps:** lock file maintenance ([e93ae8f](e93ae8ff9b))
This commit is contained in:
semantic-release-bot 2024-12-20 08:37:39 +00:00
parent f732fe2735
commit 0e93cdf3d7
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.53](https://github.com/scratchfoundation/scratch-render/compare/v2.0.52...v2.0.53) (2024-12-20)
### Bug Fixes
* **deps:** lock file maintenance ([e93ae8f](https://github.com/scratchfoundation/scratch-render/commit/e93ae8ff9b2b803a9b6d1808aa90e4ed1e75ae78))
## [2.0.52](https://github.com/scratchfoundation/scratch-render/compare/v2.0.51...v2.0.52) (2024-12-19)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-render",
"version": "2.0.52",
"version": "2.0.53",
"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": "b7f2728de82faaa5320296d5e9bb676e32d1fb05"
"sha": "f732fe2735fa70ecd56d98cb2a5090528113c0cf"
},
"exports": {
"webpack": "./src/index.js",