Skip to content

Commit 5e70298

Browse files
author
GitHub Actions
committed
chore(release): 12.0.2-hotfix.2 [skip ci]
1 parent b6189dd commit 5e70298

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 13 additions & 13 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": "12.0.2-hotfix",
3+
"version": "12.0.2-hotfix.2",
44
"private": "true",
55
"description": "Scratch editor mono-repository",
66
"author": "Scratch Foundation",

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": "12.0.2-hotfix",
3+
"version": "12.0.2-hotfix.2",
44
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
55
"author": "Massachusetts Institute of Technology",
66
"license": "AGPL-3.0-only",
@@ -61,9 +61,9 @@
6161
"@microbit/microbit-universal-hex": "0.2.2",
6262
"@radix-ui/react-context-menu": "^2.2.5",
6363
"@testing-library/user-event": "^14.6.1",
64-
"@scratch/scratch-render": "12.0.2-hotfix",
65-
"@scratch/scratch-svg-renderer": "12.0.2-hotfix",
66-
"@scratch/scratch-vm": "12.0.2-hotfix",
64+
"@scratch/scratch-render": "12.0.2-hotfix.2",
65+
"@scratch/scratch-svg-renderer": "12.0.2-hotfix.2",
66+
"@scratch/scratch-vm": "12.0.2-hotfix.2",
6767
"@tensorflow-models/face-detection": "^1.0.3",
6868
"@tensorflow/tfjs": "^4.22.0",
6969
"arraybuffer-loader": "1.0.8",

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": "12.0.2-hotfix",
3+
"version": "12.0.2-hotfix.2",
44
"description": "WebGL Renderer for Scratch 3.0",
55
"author": "Massachusetts Institute of Technology",
66
"license": "AGPL-3.0-only",
@@ -47,7 +47,7 @@
4747
"iOS >= 8"
4848
],
4949
"dependencies": {
50-
"@scratch/scratch-svg-renderer": "12.0.2-hotfix",
50+
"@scratch/scratch-svg-renderer": "12.0.2-hotfix.2",
5151
"grapheme-breaker": "0.3.2",
5252
"hull.js": "0.2.10",
5353
"ify-loader": "1.1.0",
@@ -64,7 +64,7 @@
6464
"@babel/eslint-parser": "7.28.0",
6565
"@babel/polyfill": "7.12.1",
6666
"@babel/preset-env": "7.28.3",
67-
"@scratch/scratch-vm": "12.0.2-hotfix",
67+
"@scratch/scratch-vm": "12.0.2-hotfix.2",
6868
"babel-loader": "9.2.1",
6969
"copy-webpack-plugin": "6.4.1",
7070
"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": "12.0.2-hotfix",
3+
"version": "12.0.2-hotfix.2",
44
"description": "SVG renderer for Scratch",
55
"main": "./dist/node/scratch-svg-renderer.js",
66
"browser": "./dist/web/scratch-svg-renderer.js",

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": "12.0.2-hotfix",
3+
"version": "12.0.2-hotfix.2",
44
"description": "Virtual Machine for Scratch 3.0",
55
"author": "Massachusetts Institute of Technology",
66
"license": "AGPL-3.0-only",
@@ -50,8 +50,8 @@
5050
"statements": 70
5151
},
5252
"dependencies": {
53-
"@scratch/scratch-render": "12.0.2-hotfix",
54-
"@scratch/scratch-svg-renderer": "12.0.2-hotfix",
53+
"@scratch/scratch-render": "12.0.2-hotfix.2",
54+
"@scratch/scratch-svg-renderer": "12.0.2-hotfix.2",
5555
"@vernier/godirect": "1.8.3",
5656
"arraybuffer-loader": "1.0.8",
5757
"atob": "2.1.2",

0 commit comments

Comments
 (0)