Skip to content

Commit 2bda382

Browse files
author
GitHub Actions
committed
chore(release): 13.4.0-test.3 [skip ci]
1 parent 339a832 commit 2bda382

8 files changed

Lines changed: 30 additions & 46 deletions

File tree

package-lock.json

Lines changed: 16 additions & 32 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.3.0",
3+
"version": "13.4.0-test.3",
44
"private": "true",
55
"description": "Scratch editor mono-repository",
66
"keywords": [],

packages/scratch-gui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-gui",
3-
"version": "13.3.0",
3+
"version": "13.4.0-test.3",
44
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
55
"keywords": [],
66
"homepage": "https://github.com/scratchfoundation/scratch-gui#readme",
@@ -127,9 +127,9 @@
127127
"@mediapipe/face_detection": "0.4.1646425229",
128128
"@microbit/microbit-universal-hex": "0.2.2",
129129
"@radix-ui/react-context-menu": "2.2.16",
130-
"@scratch/scratch-render": "13.3.0",
131-
"@scratch/scratch-svg-renderer": "13.3.0",
132-
"@scratch/scratch-vm": "13.3.0",
130+
"@scratch/scratch-render": "13.4.0-test.3",
131+
"@scratch/scratch-svg-renderer": "13.4.0-test.3",
132+
"@scratch/scratch-vm": "13.4.0-test.3",
133133
"@tensorflow-models/face-detection": "1.0.3",
134134
"@tensorflow/tfjs": "4.22.0",
135135
"@testing-library/user-event": "14.6.1",

packages/scratch-media-lib-scripts/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-media-lib-scripts",
3-
"version": "13.3.0",
3+
"version": "13.4.0-test.3",
44
"description": "Build scripts for Scratch media library assets",
55
"main": "index.js",
66
"bin": {

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.3.0",
3+
"version": "13.4.0-test.3",
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.3.0",
57+
"@scratch/scratch-svg-renderer": "13.4.0-test.3",
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.2",
70-
"@scratch/scratch-vm": "13.3.0",
70+
"@scratch/scratch-vm": "13.4.0-test.3",
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.3.0",
3+
"version": "13.4.0-test.3",
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.3.0",
3+
"version": "13.4.0-test.3",
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.3.0",
64-
"@scratch/scratch-svg-renderer": "13.3.0",
63+
"@scratch/scratch-render": "13.4.0-test.3",
64+
"@scratch/scratch-svg-renderer": "13.4.0-test.3",
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.3.0",
3+
"version": "13.4.0-test.3",
44
"description": "An asynchronous task runner with configurable rate limiting / throttling and concurrency control.",
55
"keywords": [
66
"rate limit",

0 commit comments

Comments
 (0)