mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-28 22:30:04 -04:00
chore(release): 1.0.3 [skip ci]
## [1.0.3](https://github.com/scratchfoundation/scratch-render/compare/v1.0.2...v1.0.3) (2024-02-21) ### Bug Fixes * **deps:** lock file maintenance ([2c79a3b
](2c79a3b3ba
))
This commit is contained in:
parent
581b9cba4f
commit
17954f1471
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
|
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.0.3](https://github.com/scratchfoundation/scratch-render/compare/v1.0.2...v1.0.3) (2024-02-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** lock file maintenance ([2c79a3b](https://github.com/scratchfoundation/scratch-render/commit/2c79a3b3ba87d276eaac4fd4c3b89ebe40f8cf33))
|
||||||
|
|
||||||
## [1.0.2](https://github.com/scratchfoundation/scratch-render/compare/v1.0.1...v1.0.2) (2024-02-20)
|
## [1.0.2](https://github.com/scratchfoundation/scratch-render/compare/v1.0.1...v1.0.2) (2024-02-20)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-render",
|
"name": "scratch-render",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-render",
|
"name": "scratch-render",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"grapheme-breaker": "^0.3.2",
|
"grapheme-breaker": "^0.3.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-render",
|
"name": "scratch-render",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"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": "13562c0356ac3fff085b967a8ebc32aeaab3f414"
|
"sha": "581b9cba4f06f856f1bc18046d2185b42054261e"
|
||||||
},
|
},
|
||||||
"main": "./dist/node/scratch-render.js",
|
"main": "./dist/node/scratch-render.js",
|
||||||
"browser": "./src/index.js",
|
"browser": "./src/index.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue