Skip to content

Commit 42c34d5

Browse files
committed
chore: bump version number to match previous release at 11.0.0
Part of the release script failed last time: the release happened, but pushing the version update didn't happen. This is just updating the version number to match what was already released.
1 parent 8657bc5 commit 42c34d5

File tree

6 files changed

+63
-38
lines changed

6 files changed

+63
-38
lines changed

package-lock.json

+51-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "scratch-editor",
3+
"version": "11.0.0",
34
"private": "true",
45
"description": "Scratch editor mono-repository",
56
"author": "Scratch Foundation",

packages/scratch-gui/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-gui",
3-
"version": "11.0.0-beta.2",
3+
"version": "11.0.0",
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",
@@ -43,9 +43,9 @@
4343
},
4444
"dependencies": {
4545
"@microbit/microbit-universal-hex": "0.2.2",
46-
"@scratch/scratch-render": "11.0.0-beta.2",
47-
"@scratch/scratch-svg-renderer": "11.0.0-beta.2",
48-
"@scratch/scratch-vm": "11.0.0-beta.2",
46+
"@scratch/scratch-render": "11.0.0",
47+
"@scratch/scratch-svg-renderer": "11.0.0",
48+
"@scratch/scratch-vm": "11.0.0",
4949
"arraybuffer-loader": "1.0.8",
5050
"autoprefixer": "9.8.8",
5151
"balance-text": "3.3.1",

packages/scratch-render/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-render",
3-
"version": "11.0.0-beta.2",
3+
"version": "11.0.0",
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": "11.0.0-beta.2",
50+
"@scratch/scratch-svg-renderer": "11.0.0",
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.26.8",
6565
"@babel/polyfill": "7.12.1",
6666
"@babel/preset-env": "7.26.9",
67-
"@scratch/scratch-vm": "11.0.0-beta.2",
67+
"@scratch/scratch-vm": "11.0.0",
6868
"babel-loader": "9.2.1",
6969
"copy-webpack-plugin": "4.6.0",
7070
"docdash": "0.4.0",

packages/scratch-svg-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-svg-renderer",
3-
"version": "11.0.0-beta.2",
3+
"version": "11.0.0",
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scratch/scratch-vm",
3-
"version": "11.0.0-beta.2",
3+
"version": "11.0.0",
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": "11.0.0-beta.2",
54-
"@scratch/scratch-svg-renderer": "11.0.0-beta.2",
53+
"@scratch/scratch-render": "11.0.0",
54+
"@scratch/scratch-svg-renderer": "11.0.0",
5555
"@vernier/godirect": "1.8.3",
5656
"arraybuffer-loader": "1.0.8",
5757
"atob": "2.1.2",

0 commit comments

Comments
 (0)