chore(release): 1.2.126 [skip ci]

## [1.2.126](https://github.com/scratchfoundation/scratch-render/compare/v1.2.125...v1.2.126) (2024-11-25)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.131 ([25befe3](25befe300f))
This commit is contained in:
semantic-release-bot 2024-11-25 12:19:54 +00:00
parent 65606a5dc9
commit 275176c2c8
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 All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.126](https://github.com/scratchfoundation/scratch-render/compare/v1.2.125...v1.2.126) (2024-11-25)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.131 ([25befe3](https://github.com/scratchfoundation/scratch-render/commit/25befe300fc0fde7271e2bb8bac90c1351d67f50))
## [1.2.125](https://github.com/scratchfoundation/scratch-render/compare/v1.2.124...v1.2.125) (2024-11-25) ## [1.2.125](https://github.com/scratchfoundation/scratch-render/compare/v1.2.124...v1.2.125) (2024-11-25)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "scratch-render", "name": "scratch-render",
"version": "1.2.125", "version": "1.2.126",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "scratch-render", "name": "scratch-render",
"version": "1.2.125", "version": "1.2.126",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"grapheme-breaker": "^0.3.2", "grapheme-breaker": "^0.3.2",

View file

@ -1,6 +1,6 @@
{ {
"name": "scratch-render", "name": "scratch-render",
"version": "1.2.125", "version": "1.2.126",
"description": "WebGL Renderer for Scratch 3.0", "description": "WebGL Renderer for Scratch 3.0",
"author": "Massachusetts Institute of Technology", "author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -8,7 +8,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/scratchfoundation/scratch-render.git", "url": "https://github.com/scratchfoundation/scratch-render.git",
"sha": "4c282e297916b1e466399a7b7e51e64ef923cda0" "sha": "65606a5dc9097e6059e0463d68543c7146b85f2b"
}, },
"exports": { "exports": {
"webpack": "./src/index.js", "webpack": "./src/index.js",