mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-06-08 03:24:25 -04:00
chore(release): 1.0.4 [skip ci]
## [1.0.4](https://github.com/scratchfoundation/scratch-render/compare/v1.0.3...v1.0.4) (2024-02-21) ### Bug Fixes * **deps:** fix scratch-render-fonts peer dep ([e920e37
](e920e37a62
))
This commit is contained in:
parent
e920e37a62
commit
5586572a06
3 changed files with 11 additions and 4 deletions
|
@ -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.
|
||||
|
||||
## [1.0.4](https://github.com/scratchfoundation/scratch-render/compare/v1.0.3...v1.0.4) (2024-02-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** fix scratch-render-fonts peer dep ([e920e37](https://github.com/scratchfoundation/scratch-render/commit/e920e37a62aafc64cbccb447025b540c9ce9180f))
|
||||
|
||||
## [1.0.3](https://github.com/scratchfoundation/scratch-render/compare/v1.0.2...v1.0.3) (2024-02-21)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-render",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-render",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"grapheme-breaker": "^0.3.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-render",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "WebGL Renderer for Scratch 3.0",
|
||||
"author": "Massachusetts Institute of Technology",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -8,7 +8,7 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/scratchfoundation/scratch-render.git",
|
||||
"sha": "581b9cba4f06f856f1bc18046d2185b42054261e"
|
||||
"sha": "e920e37a62aafc64cbccb447025b540c9ce9180f"
|
||||
},
|
||||
"main": "./dist/node/scratch-render.js",
|
||||
"browser": "./src/index.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue