Skip to content

Commit ffaf91c

Browse files
author
GitHub Actions
committed
chore(release): 13.1.1 [skip ci]
1 parent 441b69e commit ffaf91c

7 files changed

Lines changed: 41 additions & 28 deletions

File tree

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scratch-editor",
3-
"version": "13.1.0",
3+
"version": "13.1.1",
44
"private": "true",
55
"description": "Scratch editor mono-repository",
66
"keywords": [],

packages/scratch-gui/package.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-gui",
3-
"version": "13.1.0",
3+
"version": "13.1.1",
44
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
55
"keywords": [],
66
"homepage": "https://github.com/scratchfoundation/scratch-gui#readme",
@@ -103,7 +103,20 @@
103103
}
104104
],
105105
"^.+\\.jsx?$": "babel-jest",
106-
"^.+\\.mjs$": ["babel-jest", {"configFile": false, "presets": [["@babel/preset-env", {"modules": "commonjs"}]]}]
106+
"^.+\\.mjs$": [
107+
"babel-jest",
108+
{
109+
"configFile": false,
110+
"presets": [
111+
[
112+
"@babel/preset-env",
113+
{
114+
"modules": "commonjs"
115+
}
116+
]
117+
]
118+
}
119+
]
107120
},
108121
"transformIgnorePatterns": [
109122
"/node_modules/(?!intl-messageformat|intl-messageformat-parser).+\\.js$"
@@ -113,9 +126,9 @@
113126
"@mediapipe/face_detection": "0.4.1646425229",
114127
"@microbit/microbit-universal-hex": "0.2.2",
115128
"@radix-ui/react-context-menu": "2.2.16",
116-
"@scratch/scratch-render": "13.1.0",
117-
"@scratch/scratch-svg-renderer": "13.1.0",
118-
"@scratch/scratch-vm": "13.1.0",
129+
"@scratch/scratch-render": "13.1.1",
130+
"@scratch/scratch-svg-renderer": "13.1.1",
131+
"@scratch/scratch-vm": "13.1.1",
119132
"@tensorflow-models/face-detection": "1.0.3",
120133
"@tensorflow/tfjs": "4.22.0",
121134
"@testing-library/user-event": "14.6.1",

packages/scratch-render/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-render",
3-
"version": "13.1.0",
3+
"version": "13.1.1",
44
"description": "WebGL Renderer for Scratch 3.0",
55
"keywords": [],
66
"homepage": "https://github.com/scratchfoundation/scratch-render#readme",
@@ -54,7 +54,7 @@
5454
"allow-incomplete-coverage": true
5555
},
5656
"dependencies": {
57-
"@scratch/scratch-svg-renderer": "13.1.0",
57+
"@scratch/scratch-svg-renderer": "13.1.1",
5858
"grapheme-breaker": "0.3.2",
5959
"hull.js": "0.2.10",
6060
"ify-loader": "1.1.0",
@@ -67,7 +67,7 @@
6767
"@babel/core": "7.29.0",
6868
"@babel/polyfill": "7.12.1",
6969
"@babel/preset-env": "7.29.0",
70-
"@scratch/scratch-vm": "13.1.0",
70+
"@scratch/scratch-vm": "13.1.1",
7171
"babel-loader": "9.2.1",
7272
"copy-webpack-plugin": "6.4.1",
7373
"docdash": "0.4.0",

packages/scratch-svg-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-svg-renderer",
3-
"version": "13.1.0",
3+
"version": "13.1.1",
44
"description": "SVG renderer for Scratch",
55
"keywords": [],
66
"homepage": "https://github.com/scratchfoundation/scratch-svg-renderer#readme",

packages/scratch-vm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-vm",
3-
"version": "13.1.0",
3+
"version": "13.1.1",
44
"description": "Virtual Machine for Scratch 3.0",
55
"keywords": [],
66
"homepage": "https://github.com/scratchfoundation/scratch-vm#readme",
@@ -60,8 +60,8 @@
6060
"allow-incomplete-coverage": true
6161
},
6262
"dependencies": {
63-
"@scratch/scratch-render": "13.1.0",
64-
"@scratch/scratch-svg-renderer": "13.1.0",
63+
"@scratch/scratch-render": "13.1.1",
64+
"@scratch/scratch-svg-renderer": "13.1.1",
6565
"@vernier/godirect": "1.8.3",
6666
"arraybuffer-loader": "1.0.8",
6767
"atob": "2.1.2",

packages/task-herder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/task-herder",
3-
"version": "13.1.0",
3+
"version": "13.1.1",
44
"description": "An asynchronous task runner with configurable rate limiting / throttling and concurrency control.",
55
"keywords": [
66
"rate limit",

0 commit comments

Comments
 (0)