Skip to content

Commit fd229df

Browse files
author
GitHub Actions
committed
Release 11.0.0-beta.1
1 parent f475fc6 commit fd229df

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

packages/scratch-gui/package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-gui",
3-
"version": "4.0.15",
3+
"version": "11.0.0-beta.1",
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",
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@microbit/microbit-universal-hex": "^0.2.2",
42-
"@scratch/scratch-render": "1.0.317",
43-
"@scratch/scratch-svg-renderer": "2.3.126",
44-
"@scratch/scratch-vm": "4.5.457",
42+
"@scratch/scratch-render": "11.0.0-beta.1",
43+
"@scratch/scratch-svg-renderer": "11.0.0-beta.1",
44+
"@scratch/scratch-vm": "11.0.0-beta.1",
4545
"arraybuffer-loader": "^1.0.6",
4646
"autoprefixer": "^9.0.1",
4747
"balance-text": "^3.3.1",
@@ -185,7 +185,12 @@
185185
"\\.(css|less)$": "<rootDir>/test/__mocks__/styleMock.js",
186186
"editor-msgs(\\.js)?$": "<rootDir>/test/__mocks__/editor-msgs-mock.js"
187187
},
188-
"moduleFileExtensions": ["ts", "js", "tsx", "jsx"],
188+
"moduleFileExtensions": [
189+
"ts",
190+
"js",
191+
"tsx",
192+
"jsx"
193+
],
189194
"transform": {
190195
"^.+\\.tsx?$": "ts-jest",
191196
"^.+\\.jsx?$": "babel-jest"

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": "1.0.317",
3+
"version": "11.0.0-beta.1",
44
"description": "WebGL Renderer for Scratch 3.0",
55
"author": "Massachusetts Institute of Technology",
66
"license": "AGPL-3.0-only",
@@ -41,7 +41,7 @@
4141
"iOS >= 8"
4242
],
4343
"dependencies": {
44-
"@scratch/scratch-svg-renderer": "2.3.126",
44+
"@scratch/scratch-svg-renderer": "11.0.0-beta.1",
4545
"grapheme-breaker": "^0.3.2",
4646
"hull.js": "0.2.10",
4747
"ify-loader": "^1.0.4",
@@ -58,7 +58,7 @@
5858
"@babel/eslint-parser": "7.25.1",
5959
"@babel/polyfill": "7.12.1",
6060
"@babel/preset-env": "7.25.4",
61-
"@scratch/scratch-vm": "4.5.457",
61+
"@scratch/scratch-vm": "11.0.0-beta.1",
6262
"babel-loader": "9.1.3",
6363
"copy-webpack-plugin": "4.6.0",
6464
"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": "2.3.126",
3+
"version": "11.0.0-beta.1",
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": "4.5.457",
3+
"version": "11.0.0-beta.1",
44
"description": "Virtual Machine for Scratch 3.0",
55
"author": "Massachusetts Institute of Technology",
66
"license": "AGPL-3.0-only",
@@ -45,8 +45,8 @@
4545
"statements": 70
4646
},
4747
"dependencies": {
48-
"@scratch/scratch-render": "1.0.317",
49-
"@scratch/scratch-svg-renderer": "2.3.126",
48+
"@scratch/scratch-render": "11.0.0-beta.1",
49+
"@scratch/scratch-svg-renderer": "11.0.0-beta.1",
5050
"@vernier/godirect": "^1.5.0",
5151
"arraybuffer-loader": "^1.0.6",
5252
"atob": "^2.1.2",

0 commit comments

Comments
 (0)