mirror of
https://github.com/scratchfoundation/scratch-svg-renderer.git
synced 2024-11-14 19:25:41 -05:00
chore(release): 2.3.74 [skip ci]
## [2.3.74](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.3.73...v2.3.74) (2024-06-18) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.61 ([3015750
](3015750a47
))
This commit is contained in:
parent
5278971ddd
commit
67bf9d605a
3 changed files with 10 additions and 3 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.
|
||||||
|
|
||||||
|
## [2.3.74](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.3.73...v2.3.74) (2024-06-18)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency scratch-render-fonts to v1.0.61 ([3015750](https://github.com/scratchfoundation/scratch-svg-renderer/commit/3015750a471c64194f7da4f6e69e5ca1f3aa56c8))
|
||||||
|
|
||||||
## [2.3.73](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.3.72...v2.3.73) (2024-06-18)
|
## [2.3.73](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.3.72...v2.3.73) (2024-06-18)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-svg-renderer",
|
"name": "scratch-svg-renderer",
|
||||||
"version": "2.3.73",
|
"version": "2.3.74",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-svg-renderer",
|
"name": "scratch-svg-renderer",
|
||||||
"version": "2.3.73",
|
"version": "2.3.74",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"base64-js": "^1.2.1",
|
"base64-js": "^1.2.1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-svg-renderer",
|
"name": "scratch-svg-renderer",
|
||||||
"version": "2.3.73",
|
"version": "2.3.74",
|
||||||
"description": "SVG renderer for Scratch",
|
"description": "SVG renderer for Scratch",
|
||||||
"main": "./dist/node/ScratchSVGRenderer.js",
|
"main": "./dist/node/ScratchSVGRenderer.js",
|
||||||
"browser": "./dist/web/ScratchSVGRenderer.js",
|
"browser": "./dist/web/ScratchSVGRenderer.js",
|
||||||
|
|
Loading…
Reference in a new issue