Skip to content

Commit 8b66079

Browse files
author
GitHub Actions
committed
chore(release): 12.1.2-membership-program [skip ci]
1 parent 004b84a commit 8b66079

File tree

7 files changed

+62
-27
lines changed

7 files changed

+62
-27
lines changed

package-lock.json

Lines changed: 49 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": "12.0.2-hotfix",
3+
"version": "12.1.2-membership-program",
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.1.2-membership-program",
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",
@@ -62,9 +62,9 @@
6262
"@mediapipe/face_detection": "0.4.1646425229",
6363
"@microbit/microbit-universal-hex": "0.2.2",
6464
"@radix-ui/react-context-menu": "2.2.16",
65-
"@scratch/scratch-render": "12.0.2-hotfix",
66-
"@scratch/scratch-svg-renderer": "12.0.2-hotfix",
67-
"@scratch/scratch-vm": "12.0.2-hotfix",
65+
"@scratch/scratch-render": "12.1.2-membership-program",
66+
"@scratch/scratch-svg-renderer": "12.1.2-membership-program",
67+
"@scratch/scratch-vm": "12.1.2-membership-program",
6868
"@tensorflow-models/face-detection": "1.0.3",
6969
"@tensorflow/tfjs": "4.22.0",
7070
"@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": "12.0.2-hotfix",
3+
"version": "12.1.2-membership-program",
44
"description": "WebGL Renderer for Scratch 3.0",
55
"author": "Massachusetts Institute of Technology",
66
"license": "AGPL-3.0-only",
@@ -46,7 +46,7 @@
4646
"iOS >= 8"
4747
],
4848
"dependencies": {
49-
"@scratch/scratch-svg-renderer": "12.0.2-hotfix",
49+
"@scratch/scratch-svg-renderer": "12.1.2-membership-program",
5050
"grapheme-breaker": "0.3.2",
5151
"hull.js": "0.2.10",
5252
"ify-loader": "1.1.0",
@@ -62,7 +62,7 @@
6262
"@babel/core": "7.28.5",
6363
"@babel/polyfill": "7.12.1",
6464
"@babel/preset-env": "7.28.5",
65-
"@scratch/scratch-vm": "12.0.2-hotfix",
65+
"@scratch/scratch-vm": "12.1.2-membership-program",
6666
"babel-loader": "9.2.1",
6767
"copy-webpack-plugin": "6.4.1",
6868
"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.1.2-membership-program",
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.1.2-membership-program",
44
"description": "Virtual Machine for Scratch 3.0",
55
"author": "Massachusetts Institute of Technology",
66
"license": "AGPL-3.0-only",
@@ -52,8 +52,8 @@
5252
"allow-incomplete-coverage": true
5353
},
5454
"dependencies": {
55-
"@scratch/scratch-render": "12.0.2-hotfix",
56-
"@scratch/scratch-svg-renderer": "12.0.2-hotfix",
55+
"@scratch/scratch-render": "12.1.2-membership-program",
56+
"@scratch/scratch-svg-renderer": "12.1.2-membership-program",
5757
"@vernier/godirect": "1.8.3",
5858
"arraybuffer-loader": "1.0.8",
5959
"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": "0.0.0",
3+
"version": "12.1.2-membership-program",
44
"description": "An asynchronous task runner with configurable rate limiting / throttling and concurrency control.",
55
"keywords": [
66
"rate limit",

0 commit comments

Comments
 (0)